1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-23 22:41:34 +00:00
Commit graph

61 commits

Author SHA1 Message Date
Vitiko
86d6c211af Fix ValueError for persistent pools on multithreaded setups 2022-03-31 23:11:32 -04:00
Vitiko
8c4e83c18d Fix subliminal core: wrong providers being restarted 2022-03-19 02:02:05 -04:00
morpheus65535
58a967c892 Added settings to change the hearing-impaired subtitles file extension to use when saving to disk. 2022-01-08 14:26:40 -05:00
Vitiko
1261e91870 Add MustGetBlacklisted exception for redundant download_subtitle calls 2022-01-01 19:18:40 -04:00
morpheus65535
d8f14560e3
Improved search speed by reusing providers pools 2022-01-01 10:21:19 -05:00
Vitiko
718bd2f8b9 Add default attribute to Subtitle 2021-12-13 15:41:46 -04:00
morpheus65535
63b326aa2f
Implemented words/regex ban list for subtitles 2021-12-11 07:44:53 -05:00
morpheus65535
b53f8ad80a Implemented some utility functions to subliminal_patch providers to list supported languages and video types. 2021-11-09 22:55:47 -05:00
morpheus65535
e86d537ca2
Improved subtitles scoring system 2021-06-10 16:00:42 -04:00
Vitiko
4ebcd49546
Added custom language class to make it easier to implement non-standard/regional languages 2021-06-06 09:57:29 -04:00
morpheus65535
fa3b773ef2 Fixed TypeError when trying to get video information while all providers are throttled. 2021-03-21 20:14:12 -04:00
zx900930
3173351590
update zimuku providers 2021-02-15 13:29:22 +01:00
zx900930
46e709c998
improve chinese language codes matching rules 2021-02-15 01:39:57 +01:00
Xavier Xiong
1548263a6c
Adding simplified and traditional Chinese subtitles support (#1236) 2021-02-12 14:15:19 -05:00
morpheus65535
c8eae1a512
Adding opensubtitles.com provider (#1247)
Adding OpenSubtitles.com provider
2021-01-25 14:28:55 -05:00
morpheus65535
22cd45bc41
Languages profiles (#1232)
Implementing the languages profiles functionality.
2021-01-18 23:49:51 -05:00
morpheus65535
e2e541252d Fix for forced subtitles not being automatically downloaded anymore. 2020-11-11 08:57:34 -05:00
morpheus65535
5658a7a359
Hearing impaired (#1102) 2020-09-10 14:26:37 -04:00
Louis Vézina
e2b1726c87 Fix for #1034. 2020-08-10 08:48:03 -04:00
josdion
d06cace2d6 Fix #886
Use the whole subtitle file to detect encoding. Seems like if trying to detect encoding only by a part of the file, is not always working. This modification will lead to worse performance, but should be more reliable.
2020-06-09 22:20:43 +03:00
josdion
ca0123c036 don't check for language code if the subtitle file name is the same as the video name
if the subtitle file name is the same as the video name, it is pointless to check the language code
2020-06-09 20:11:48 +03:00
panni
584f4a7c04 update subliminal_patch; improve scoring; improve bsplayer; possibly fix bazarr#821 2020-02-16 05:53:32 +01:00
Michiel van Baak
d4dd3ca4de Use native os.scandir when available 2020-02-09 15:37:11 +01:00
German Gutierrez
6c3cc4be28 providers: adding bsplayer initial commit 2020-01-07 12:23:17 +01:00
panni
64fa210688 core: update to subliminal_patch:head; core: try and fix #703 2019-12-24 00:25:02 +01:00
Louis Vézina
fe6758858a Merge branch 'development' into python3
# Conflicts:
#	bazarr/database.py
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_series.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	views/movie.tpl
2019-10-28 20:27:11 -04:00
panni
912717dd93 core: update to subliminal_patch:head; addic7ed: fix using empty show ids list; fix completed subtitle detection for non-english languages; fix mr robot subtitle file detection 2019-10-22 12:00:50 +02:00
panni
8799938b4e core: update to subliminal_patch:head; addic7ed: show ids fetching 2019-10-20 06:07:10 +02:00
Louis Vézina
995b9ac9ae Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	libs/subliminal_patch/core.py
#	libs/subliminal_patch/providers/addic7ed.py
2019-10-19 18:10:44 -04:00
panni
e452394841 core: update to subliminal_patch:head; addic7ed: fix captcha solving; fix getting show list 2019-10-19 23:20:12 +02:00
Louis Vézina
08139b43ed Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
2019-10-07 17:00:52 -04:00
Louis Vézina
a4ed73b6fc Fix for invalid language in filename. 2019-10-07 15:28:26 -04:00
Louis Vézina
2a78008ecb Drop language on all exception. 2019-10-07 15:18:28 -04:00
Louis Vézina
99e940f7a8 Drop language on all exception. 2019-10-07 15:00:26 -04:00
Louis Vézina
7c75ae7615 Fix for invalid language code. 2019-10-07 14:50:16 -04:00
Louis Vézina
90e9786546 Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
2019-10-07 10:49:46 -04:00
Louis Vézina
7d3c6b31e7 Fix for index out of range when no extension in filename. 2019-10-07 06:55:00 -04:00
Louis Vézina
afd9cd6ddb Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_movies.py
#	libs/subliminal_patch/core.py
#	libs/subliminal_patch/providers/subdivx.py
#	libs/subliminal_patch/providers/titlovi.py
2019-10-05 22:57:42 -04:00
Louis Vézina
d65601d9cb Fix for #605. 2019-10-05 22:48:04 -04:00
Halali
b3c6def6bc Updated subliminal_path and subzero to latest dev version 2019-10-05 22:55:35 +02:00
ngosang
232eaa1981 Improve Subdivx provider, handle more exceptions 2019-10-05 15:52:45 +02:00
ngosang
c96fb20663 Improve provider throttle / status to handle all exceptions 2019-10-05 15:25:04 +02:00
Louis Vézina
a7b40eaf79 WIP 2019-09-20 17:56:33 -04:00
Louis Vézina
e7cb2a71e2 WIP 2019-09-18 21:50:20 -04:00
Louis Vézina
3ca2c98cd4 WIP 2019-09-16 22:04:27 -04:00
Louis Vézina
645952c61a WIP 2019-09-13 15:12:26 -04:00
panni
bce41d8002 core: update to subliminal_patch:head; scandir: docker/bazarr compat, might fix #461 2019-07-05 03:25:02 +02:00
panni
b100d4ed5c core: update to subliminal_patch:head; support file hashes even when scenename is used 2019-06-21 15:06:27 +02:00
pannal
87f3e65bd2
Merge pull request #442 from MoshiMoshi0/development
Fix video hash not being computed when using Napisy24 provider
2019-06-21 04:07:19 +02:00
panni
b909bd652c core: update to subliminal_patch:head; add env flag for skipping encoding change; optimize subscene 2019-05-24 18:11:00 +02:00