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

https://github.com/hellothisisflo/tvshowtimechecker


https://github.com/hellothisisflo/tvshowtimechecker

Last synced: 2 months ago
JSON representation

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 available

The 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