Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commits/commit/9105c53d6a9ebd309710ee47651b5a422da1886f/tests/subliminal_patch
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Currently only configurable via manual `data/config/config.ini`
text edition.
New configurable values are `series_scores` and `movie_scores`.
For each config section, the sum of the config values (except hash)
must be equal to the hash value plus one (1), otherwise default
values will be used (notified via debug log).
Hash values are not meant to be modified; the value is shown in
`config.ini` for reference. Modifying hash values would imply
breaking Bazarr's score logic.
* Retry queries when subf2m server returns 503
* Add support for episode titles in season packs
* Add support for season packs with "Complete Series" titles
* subf2m provider: add more languages
* subf2m provider: use urllib parse rather than string replacement
* subf2m provider: change movie title matching to match exact year and use similarity based title matching
* subf2m provider: change tvshow title matching to match exact season and use similarity based title matching
* no log: Subf2m Provider: add tests
* Subf2m Provider: add serbian support
Co-authored-by: Vitiko <averroista@protonmail.com>
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default