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: 12 months ago
JSON representation
A torrent desktop client for Trakt.tv with live updates from kickasstorrents/tpb with Popcorn-Time and VLC integration.
- Host: GitHub
- URL: https://github.com/oleander/show-time
- Owner: oleander
- License: mit
- Created: 2015-05-14T21:19:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T11:03:56.000Z (over 10 years ago)
- Last Synced: 2023-04-10T09:40:00.167Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 4.93 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Login screen

## 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.