Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleander/show-time

A torrent desktop client for Trakt.tv with live updates from kickasstorrents/tpb with Popcorn-Time and VLC integration.
https://github.com/oleander/show-time

Last synced: 2 months ago
JSON representation

A torrent desktop client for Trakt.tv with live updates from kickasstorrents/tpb with Popcorn-Time and VLC integration.

Awesome Lists containing this project

README

        

# ShowTime

A torrent desktop client for [Trakt.tv](http://trakt.tv) with live updates from [kickasstorrents](https://kat.cr/) and [Popcorn-Time](http://popcorntime.io/) integration.

## Screenshots

### Dashboard

![Dashboard](resources/dashboard.png)

### Login screen

![Login Screen](resources/login.png)

## Functionality

- Runs in the background and notifies you about new episodes / releases
- Play episodes directly in [Popcorn-Time](http://popcorntime.io/)
- Mark seen episodes

## Development

1. Add your own trakt.tv credentials into `config.copy.json` and move it to `config.json`. You'll find your credentials [on the settings page](http://trakt.tv/oauth/applications)
2. Install dependencies using `npm install`
3. Start ember using `ember server`
4. Start Electron (the GUI) using `./start`

## Deploy

Run `./deploy` to create a runnable binary. Note that I only support OS X at the moment, but PR are welcome.

## Prerequisite

Runs on all platforms supported by Electron, but currently only has playback support in OS X.