mirror of https://github.com/morpheus65535/bazarr
4056796eb1
- Remove is_binary as it test only the first 1024 bytes and the encoding of teh detected file must be above 0.9 to recognize the file as a text. The new implementation assumes that if the file is binary, then detection of character encoding will be with confidence lower than 80% or text.decode() will raise an exception. - skip detection of subtitle files larger than 5M |
||
---|---|---|
.. | ||
__init__.py | ||
analytics.py | ||
check_update.py | ||
config.py | ||
create_db.sql | ||
database.py | ||
embedded_subs_reader.py | ||
get_args.py | ||
get_episodes.py | ||
get_languages.py | ||
get_movies.py | ||
get_providers.py | ||
get_series.py | ||
get_subtitle.py | ||
helper.py | ||
init.py | ||
libs.py | ||
list_subtitles.py | ||
logger.py | ||
main.py | ||
notifier.py | ||
queueconfig.py | ||
scheduler.py | ||
utils.py |