LinuxServer Changes:
Rebasing to alpine 3.10.
bazarr Changes:
From newest to oldest:
- Multiple minor fixes
- Added notification for embedded subtitles scan process
- Reworked Titlovi to use new API instead of anti-recaptcha
- Added generic exception to be used by providers
- Fixed movie UI for long subtitles path
- Improvement to manual search modal to show more information
- Fixed Subdivx provider since they changed their URL
- Fixed Google Analytics unique ID generation process
- Fixed PGS subtitles skipping
- Reduced the number of call to Sonarr and Radarr to get version number
- Added better logging of exception while getting video information from a file
- Fixed episodes being removed from DB if connection to Sonarr failed
- Added debug logging is unable to update existing subtitles in DB
- Added ability to customize tasks execution frequencies
- Added support for Radarr Aphrodite
- Fixed list_subtitles doing path mapping over already mapped path
- Moved to Peewee ORM to improve DB stability adn code readability
- Moved back to CherryPy instead of gevent