-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap
_iEpic edited this page Apr 23, 2020
·
1 revision
- Add support for WCOStream
- Add support for CrunchyRoll
- Add GUI support
- Allow user to download a show after using search by choosing the selected one (GUI)
- Allow user to download a show after using search by typing in the name of the show (CLI)
- Move all
.json
files to a new folder calledresources
- Allow user to cache all searches in a
cache.json
file inside ofresources
folder - Allow user to use
python __main__.py -i 'Show name'
and pull from thecache.json
file if the show name was not found insavedURL.json
- Allow script to use
savedLocations.json
to determine what shows of a series the user is missing - Allow script to turn off
scanSavedLocation
if user does not want to use above feature - Scraper Argument
- When calling this argument
--scrape
, it will check all of your previously downloaded shows usingsavedLocations.json
and see if there is a new episode out. If there is a new episode, it will attempt to download the episode and store it in the directory defined insavedLocations.json
- Fix Argument
- When calling this argument
--fix
, it will check all of your previously downloaded shows usingsavedLocations.json
and see what episodes you are missing. It will attempt to download all the missing shows and store them in the directory defined insavedLocations.json
- Need some ideas. Got some? Drop them in issues please!
- Create an all in one
.json
that stores show information (and I would name itcache.json
) - For example, it would save "Show Name", "Show URL", "Save Location(if one exists)", "Number of seasons", "Number of total episodes"