Skip to content

Roadmap

_iEpic edited this page Apr 23, 2020 · 1 revision

2020 Roadmap

April

  • 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 called resources
  • Allow user to cache all searches in a cache.json file inside of resources folder
  • Allow user to use python __main__.py -i 'Show name' and pull from the cache.json file if the show name was not found in savedURL.json

May

  • 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 using savedLocations.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 in savedLocations.json
  • Fix Argument
  • When calling this argument --fix, it will check all of your previously downloaded shows using savedLocations.json and see what episodes you are missing. It will attempt to download all the missing shows and store them in the directory defined in savedLocations.json

June

Side Project

  • Create an all in one .json that stores show information (and I would name it cache.json)
  • For example, it would save "Show Name", "Show URL", "Save Location(if one exists)", "Number of seasons", "Number of total episodes"
Clone this wiki locally