This is a Media manager, that will give you the possibility to rename those ugly filenames (like Game.of.Thrones.S07E07.The.Dragon.and.the.Wolf.AMZN.WEBRip.DDP2.
) into something more friendly (like Game of Thrones - S07E07 - The Dragon and the Wolf
).
The final filename would be configured according to the user preferences, with the default being something like {{Title}} - {{S00E00}} - {{EpisodeTitle}}
.
Besides that, the user can configure it to move or soft/hard link the file to some specific directory too.
Spark Mediamanager is supposed to work with Series
, Animes
and Movies
too.
- Run
git clone https://github.com/GabrielDuarteM/spark-mediamanager.git
- If you don't have yarn installed, download it here (this repo uses some yarn-specific features).
- Run
yarn install
- Run
yarn start