https://github.com/hellothisisflo/tvshowtimechecker
https://github.com/hellothisisflo/tvshowtimechecker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellothisisflo/tvshowtimechecker
- Owner: HelloThisIsFlo
- Created: 2015-11-15T14:53:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T20:42:04.000Z (over 9 years ago)
- Last Synced: 2025-02-13T13:15:25.574Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TvShowTimeChecker
## Check your progress on downloaded Tv Shows
This app scans a specific folder to look for tv shows and then compares the last episode present in the directory
with the last aired episode. Optionally also indicate the TvShowTime progress in the Tv Show if availableThe information is retrived from the Tv Show Time api so Oauth2 is used to connect to the user's account.
For the app to work, the files need to have the standard file naming convention. eg. "The.Walking.Dead.S06E06.1080p.WEB-DL.DD5.1.H264.mkv"It uses the libraries :
* Guessit
* Prettytable## Use
Create Tv Showtime API keys and add them to a new module called "credentials_secret" under the names :
* client_id_showtime,
* client_secret_showtime,
* user_agent_showtime## Build
I will later add a Google drive link to a complete working executable build based on Python 3.5