bazarr/bazarr/app
Vitiko 708fbfcd8e Add support for configurable scores (movies and episodes)
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.
2022-11-05 01:07:06 -04:00
..
__init__.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
app.py Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
check_update.py no log: fixed import 2022-05-04 06:43:10 -04:00
config.py Add support for configurable scores (movies and episodes) 2022-11-05 01:07:06 -04:00
database.py Added support for series monitored status. #1964 2022-10-05 22:51:54 -04:00
event_handler.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
get_args.py Add NO_CLI env var for tests (#1856) 2022-05-28 22:08:26 -04:00
get_providers.py Embedded Subtitles provider: add support for unknown language tags 2022-07-20 02:51:30 -04:00
libs.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
logger.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
notifier.py no log: prevent apprise from logging when no notification providers are configured. 2022-05-14 09:39:26 -04:00
scheduler.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
server.py Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
signalr_client.py Added support for series monitored status. #1964 2022-10-05 22:51:54 -04:00
ui.py Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00