• KevinMidboe released this 2018-09-23 20:38:26 +00:00 | 60 commits to master since this release

    It has been tested and successfully parsed thousands of elements and moved them to the correct location. Forward some of the code needs be abstracted.

    This beta includes the ability to search a folder for all video files and matching subtitles. Using guessit the type of media is guessed (movie or series episode) and they are abstracted into the corresponding Movie or Episode class. After they have been separated a move is started where the files are moved to their corresponding folder. Movies are moved the movie folder and into a folder with the syntax movie-title (movie-year) e.g. Arrival (2016), while episodes are resolved to a more nested folder structure e.g. Elementary/Elementary S03/Elementary S03E12/.

    Moving forward support will be added for:

    • Running as daemon
    • Notifying and altering the guessit guess through a webview
    • Logging all inputs and changes to a database.
    Downloads