* Move ToUrlSlug to Parser, fix issue with trakt lists that have non-alphanumeric characters
* Move "Add movies" link in nav to the first link
* String interpolation!
* Add Limit to Trakt List Settings to limit the amount of movies returned, 50 by default
* Updates to FailedDownload
* Update DownloadService and CompleteDownloadService
* Update variable names, also pass imdb to parsing service from downloaddescisionmaker
* Changes to the DownloadDescisionMaker to use ImdbId when looking for movie. Should fix a lot of Unknown Movie errors.
* Add movie link to nav bar, update Movies image to be fa-film :) Minor UI change.
Currently working:
- Searching for new Movies on IMDb (very hacky)
- Adding movie as a series with one season and episode (very hacky)
- Rarbg.to indexer. (somewhat hacky)
TODO:
- Tweak release specifications so that they do not cause exceptions.
- Add Movie struct so that searching for ones is not so hacky.
- rework movies UI.