Michiel van Baak
9d73ccacf3
Use sha1 digest as cache key
...
Subliminal uses dogpile.cache to save state of subtitle availability.
Some methods that dogpile.cache caches can have big argument lists,
resulting in a default cache key that is longer than 255 characters.
The dogpile.cache backend used, saves cache items to the filesystem,
using the cache key as filename. This can result in errors about
Filename too long.
SHA1 generates a 160bit hash of the key, and we use the hexadecimal
digest of that hash, resulting in key names of 80 characters.
4 years ago
Michiel van Baak
f10bac1fad
Revert "Make subliminal always mangle cache keys to prevent long filenames"
...
This reverts commit 87fbd196a4
.
4 years ago
Michiel van Baak
87fbd196a4
Make subliminal always mangle cache keys to prevent long filenames
...
* Use dogpile.cache sha1_mangle_key to mangle cache keys
When using the subtitle hashes as cache keys, sometimes they come
out as filenames of 270 characters.
Not a lot of filesystems out there support filenames with over 250
characters.
This behaviour was reported with ext4 and zfs on both linux and FreeBSD.
The dogpile.cache utils come with a function that returns a hex digest
of the key, limiting the filename to a fixed length of 40 characters.
* Set region to subliminal.region and only then configure it, instead of assigning the result of configure to the property
* Make sure subliminal ALWAYS mangles keys with the sha1 to prevent filenames that are too long
4 years ago
morpheus65535
00a6437e23
Prevent DNS fall back to default server to flood debug log.
4 years ago
morpheus65535
da5b74516c
Fixed both Opensubtitles providers when searching for Superman & Lois (amp character issue)
4 years ago
Michiel van Baak
cb32a9ab89
Documented the semver version bundled
4 years ago
morpheus65535
d907e1cac7
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
d915308616
Fixed LegendasTV provider that was only using the main series title and not alternative titles. #1303
4 years ago
Vitiko
c43219ed15
Improved bsplayer provider
4 years ago
Vitiko
f1cd54c75c
Fixed TypeError in subliminal_patch sanitize
4 years ago
morpheus65535
1b987d3470
Fixed Supersubtitles provider #1300
4 years ago
morpheus65535
8208c4893e
Refactored the upgrade mechanism to use only Github releases
4 years ago
Bogdan Ilisei
d0f50a2e99
Improved RegieLive.ro to not get throttled when there are no results ( #1293 )
4 years ago
Vitiko
260d540750
Fix KeyError for Argenteam Provider
4 years ago
morpheus65535
8a5d253d55
Fix for #1281
4 years ago
morpheus65535
4888a2361c
Fix for #1271
4 years ago
zx900930
3173351590
update zimuku providers
4 years ago
zx900930
46e709c998
improve chinese language codes matching rules
4 years ago
Moravčík, Marian
a876f8ca00
Revert "Fix missing Datatables source, and update Datatables plugins"
...
This reverts commit bee05bd8
4 years ago
Moravčík, Marian
bee05bd8ed
Fix missing Datatables source, and update Datatables plugins
4 years ago
Xavier Xiong
1548263a6c
Adding simplified and traditional Chinese subtitles support ( #1236 )
4 years ago
morpheus65535
39e658e913
Fix for #1252
4 years ago
morpheus65535
2aed0a2dc7
Fix for #1252
4 years ago
morpheus65535
39ec03da08
Fix for Dutch translation.
4 years ago
morpheus65535
49c6e8b3fb
Implemented manual subtitles translation using Google Translate
4 years ago
morpheus65535
da7610b5cf
Fix for #1256 . Added RAR archives compatibility.
4 years ago
morpheus65535
94825422d5
Opensubtitles.com fixes ( #1249 )
4 years ago
vitiko98
8b97c7c54e
Improve matches for Subdivx provider
4 years ago
vitiko98
9d41d44d6d
Add minor changes to Sucha provider
4 years ago
vitiko98
3659b4e566
Improve matches and readability for Argenteam provider
4 years ago
vitiko98
568873ac30
Rewrite TuSubtitulo provider ( Close #1242 )
4 years ago
morpheus65535
c8eae1a512
Adding opensubtitles.com provider ( #1247 )
...
Adding OpenSubtitles.com provider
4 years ago
Georgi Kyosev
ff06881d5d
Fix search row BeautifulSoup CSS selector
4 years ago
morpheus65535
a7e9811bd5
Fix for #1235
4 years ago
morpheus65535
22cd45bc41
Languages profiles ( #1232 )
...
Implementing the languages profiles functionality.
4 years ago
morpheus65535
240a3759cf
Partial fix for #1230 : js2py issue under Python 3.8+
4 years ago
morpheus65535
b291746a49
Fix for #1229
4 years ago
morpheus65535
e9588d8d16
Possible fix for #1117
4 years ago
josdion
21b288308f
subssabbz, subsunacs - fix inconsistent movie/tv naming
4 years ago
morpheus65535
6544fd4c39
Fix for #1215
4 years ago
morpheus65535
73d3000b96
Merge pull request #1214 from soenneker/subscene-fix
...
Fixes subscene with invalid attribute
4 years ago
morpheus65535
e7d68f4316
Removed some Python 2.7.x compatibility code.
4 years ago
Jake Soenneker
d7333d9172
Removes if statement for python 2
4 years ago
Jake Soenneker
4f7d436254
Fixes subscene issue with Python dropping unescape
4 years ago
vitiko98
99a3abb240
Fix TypeError
4 years ago
vitiko98
5f858cc91d
Remove unwanted debug
4 years ago
vitiko98
3b516427a3
Sucha's new api
4 years ago
morpheus65535
757f23a43a
Fix for #1202
4 years ago
morpheus65535
a5085e23d6
Fix for #1201 .
4 years ago
morpheus65535
fc4f78f8a5
Possible fix for #1189 .
4 years ago
morpheus65535
e2e541252d
Fix for forced subtitles not being automatically downloaded anymore.
4 years ago
morpheus65535
b6b374abfa
Fix for #1187
4 years ago
morpheus65535
afbe7e9989
Merge pull request #1188 from GermanG/bsplayerfix
...
bsplayer: using provider subid instead of link as ID
4 years ago
morpheus65535
8462386b5f
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
5b831f9b3e
Fix for #1168 and #1176
4 years ago
German Gutierrez
ec1021e602
bsplayer: using provides subid instead of link as ID
4 years ago
morpheus65535
bd3157d537
Merge pull request #1186 from stevezau/patch-3
...
yifysubtitles handle 404 when imdb_id not found
4 years ago
Steve Adams
c2a311689e
Handle when title cannot be parsed
...
For example https://www.feliratok.info/index.php?term=American%20Chopper&nyelv=0&action=autoname returns a result which causes https://github.com/morpheus65535/bazarr/issues/1179#issuecomment-721068203
4 years ago
Steve Adams
37ba592b17
yifysubtitles handle 404 when imdb_id not found
...
yifysubtitles handle 404 when imdb_id not found
4 years ago
Steve Adams
f8497e27d5
I am getting 401's on yifysubtitles.com.
...
I am now consistant 401's on yifysubtitles.com. I believe the site has moved to.org.
4 years ago
vitiko98
78d9788a78
remove web merging
4 years ago
vitiko98
8e59cf5fed
Fix source score matching in subtitle.py
...
Changed score matching logic for sucha
4 years ago
morpheus65535
951f2f8a03
Merge pull request #1173 from vslavik/patch-1
...
titulky provider: fix search for movie w/o year
4 years ago
Václav Slavík
24897858c6
titulky provider: fix search for movie w/o year
4 years ago
morpheus65535
bf737e9b24
Fix for #1171 .
4 years ago
vitiko98
752c4a2142
fix opensubtitles imdb comparison
4 years ago
vitiko98
ffa617b638
slice
4 years ago
vitiko98
517e5e22e5
fix loop with alt titles in argenteam
4 years ago
Louis Vézina
88265e7913
Fix for #1151
4 years ago
Louis Vézina
f74d70cfe1
WIP
4 years ago
Louis Vézina
54d8c802a7
Merge branch 'development' into subztv
4 years ago
vitiko98
3b891b9e1d
new subdivx results limit (now it's 100)
4 years ago
vitiko98
6caffffa42
fix foreign titles problem with subdivx
4 years ago
vitiko98
c143d31b89
better scoring for sucha
4 years ago
vitiko98
70392835ab
Added english support for TuSubtitulo
4 years ago
Louis Vézina
8939bb9769
Improvements to OpenSubtitles.org provider.
4 years ago
Louis Vézina
7a2e6ab24f
Fix for #1104 . Searching for one language after the other when more then one language is requested. Previously, PT was being prioritized over others.
4 years ago
morpheus65535
99318bbde1
Merge pull request #1139 from vitiko98/tusubtitulo
...
Adding TuSubtitulo provider
4 years ago
Louis Vézina
c323cd8518
Fix for #1062
4 years ago
vitiko98
27d078b719
Added TuSubtitulo provider
4 years ago
morpheus65535
198be1cc6e
Merge pull request #1137 from ngosang/feature/subtitulamos
...
Rewrite Subtitulamos provider. resolves #1132
4 years ago
ngosang
c87c4766cf
Rewrite Subtitulamos prodiver. resolves #1132
4 years ago
ngosang
bf836ad521
Fix Subdivx provider. resolves #1133
4 years ago
vitiko98
ef77b148fe
organizing matches
4 years ago
vitiko98
2e797e100b
Adding new Sucha provider
4 years ago
Louis Vézina
bd7854326f
Fix for #1123
4 years ago
Louis Vézina
81d42dd6dc
WIP
4 years ago
Louis Vézina
29671a4aff
Replaced chardet by charamel to improve character encoding detection.
4 years ago
Louis Vézina
86cf9aa9cc
Fix for #1113
4 years ago
Louis Vézina
e0a62b9fe0
Fix for series list not getting populated with addic7ed.
4 years ago
Louis Vézina
628a4bdc9f
Fix for release not split correctly with addic7ed.
4 years ago
Louis Vézina
5d6f453d3f
Updated Apprise to 0.8.8
4 years ago
Louis Vézina
e6b8b1ad19
Updated Apprise to 0.8.8
4 years ago
josdion
408d0cd253
subssabbz, subsunacs - fix inconsistent movie naming
4 years ago
morpheus65535
5658a7a359
Hearing impaired ( #1102 )
4 years ago
morpheus65535
931268e2e0
Merge pull request #1100 from kobik/development
...
fix(wizdom): release doesn't show in manual search results and scoring calculation
4 years ago
Bazarr
be37a8112e
fix(wizdom): release doesn't show in manual search results and scoring calculation
4 years ago
Louis Vézina
72041d3fd2
Fix for #1098
4 years ago
Louis Vézina
1f8194c25a
Update ffsubsync
4 years ago
josdion
be82117600
Fix #1089 - YIFY Subtitles server URL update
4 years ago
Louis Vézina
8940ee617d
Merged upstream changes in ffsubsync
4 years ago
Louis Vézina
6ad4843cdf
Multiple fixes to ffsubsync.
4 years ago
josdion
36cf8ca344
subssabbz, subsunacs, yavkanet - add frame rate to release info
...
- add subtitle frame rate to release info
- better handling of exceptions while dolwnloading subtitles
4 years ago
Louis Vézina
e2b1726c87
Fix for #1034 .
4 years ago
Louis Vézina
49dd078fa1
Updated ffsubsync to better manage access denied exception on files.
4 years ago
Louis Vézina
ea097d6ec4
Improvement and simplification to subtitles synchronisation mechanism. We let the reference track selection to ffsubsync that already include an algorithm to choose the best possible track.
4 years ago
Louis Vézina
b107f5f71f
Rolling back cloudscraper to previous version.
4 years ago
Louis Vézina
9b048dd3ef
Merge remote-tracking branch 'origin/development' into development
4 years ago
Louis Vézina
9038f0c8b6
Rolling back cloudscraper to previous version.
4 years ago
gyh1621
143b83ab3e
fix zimuku provider
4 years ago
josdion
a430bffe57
added tld library, fix add space after dot in domain names
...
- added tld library, so "Common Fixes" mod can detect domain names and won't add spaces after each dot in them.
- fix HI_before_colon_noncaps, so it won't remove http: from URLs.
4 years ago
josdion
859922b9c7
merge from Sub-Zero.bundle
...
merge some fixes from panal/Sub-Zero.bundle
4 years ago
josdion
1432f83bf4
added subzero mods support
4 years ago
Louis Vézina
170a3b0985
Fix for #1034 .
4 years ago
Louis Vézina
37b5ad4e26
Small fix for sous-titres.eu to circumvent Cloudflare protection.
4 years ago
Louis Vézina
c3dcf766b3
Updating cloudscraper
4 years ago
Louis Vézina
d7873470fd
Added Sous-Titres.eu provider.
4 years ago
Louis Vézina
43a5533a84
Fix for #913 (user-agent for subs4series)
4 years ago
Louis Vézina
94fc3ae8dd
Fix for #915
4 years ago
Louis Vézina
4f481d16d1
Fix for #913 (subs4series only)
4 years ago
Louis Vézina
f6c6e90fed
Fix for #913 (subs4free only)
4 years ago
Louis Vézina
d9a9c26d7e
Merge branch 'development' into subsync
...
# Conflicts:
# bazarr/get_subtitle.py
4 years ago
josdion
303182471c
return to encoding auto detection in case the provider has set invalid encoding
4 years ago
morpheus65535
270e223107
Merge pull request #1014 from GermanG/betaseriesfix
...
Betaseriesfix
4 years ago
Louis Vézina
a459b2d32e
Added fallback to chardet if cchardet is not available.
4 years ago
Louis Vézina
9c9cbe8f19
Added on demand subtitles synchronization.
4 years ago
Louis Vézina
c6548c06b7
Subsync first implementation (only after download/upload).
4 years ago
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.
4 years ago
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
4 years ago
josdion
ecff2dcbc6
titulky fix encoding
...
Remove setting of the encoding, so now it will be auto detected.
4 years ago
josdion
84ad5aaeaa
fix for #914
...
Replace latin_1 with cp1252, as latin_1 is already in the list with its alias iso-8859-1. Don't know why cp1252 hasn't been included so far.
5 years ago
josdion
8acb488fba
delete unsupported subtitle archive files from cache
5 years ago
josdion
197b84c36e
subssabbz, subsunacs - reduce score of subtitles for multi-disc movie releases
5 years ago
josdion
c89d542479
fix encoding problems in subtitle class
...
- don't use directly self._guessed_encoding, but instead call the function guessed_encoding() as the variable can be None.
- use self.guessed_encoding() only if self.encoding is not set.
5 years ago
josdion
9be6191478
set yifysubtitles video_types to movie only
5 years ago
josdion
e7ccafe958
YIFY Subtitles Provider added
5 years ago
josdion
a8258006b5
subsunacs - download subtitles in 7zip format
5 years ago
josdion
8a981553bf
add py7zr library version 0.7.0
5 years ago
Louis Vézina
99a98a564a
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
2efa3c9f86
Fix for #729
5 years ago
Louis Vézina
7c987ac8f7
Removed unused modules.
5 years ago
josdion
91cc6b35c9
fix a compatibility issue with guessit 3, added cache support
...
- remove allowed_countries parameter when call guessit as it's not necessary now and in the way which it's used, it throw an exception in guessit 3
- add downloaded subtitle files to the cache
- check subtitle notes for additional inforamtion about the release
5 years ago
Mr-Quin
08aa8cae0a
change isascii to isalnum
5 years ago
Louis Vézina
97b826af0d
Fix for #996
5 years ago
Louis Vézina
376e13d7f1
Upgraded GuessIt to 3.0.1
5 years ago
Louis Vézina
442f5d2a5e
Merge branch 'development' into hermes
5 years ago
morpheus65535
56f3eb386b
Merge pull request #988 from ngosang/feature/tvsubtitles
...
tvsubtitles provider: hide error message when not found
5 years ago
ngosang
55bb3791da
tvsubtitles provider: hide error message when not found
...
Test: The Boys
5 years ago
ngosang
499ec5ac12
argenteam provider: fix null exception and improve scoring (part 2)
5 years ago
ngosang
f3c3655dae
argenteam provider: fix null exception and improve scoring
5 years ago
Bazarr
82b41f8115
search for season packs and stop unnecessary exceptions
5 years ago
Bazarr
392855b4eb
refactor matches
5 years ago
Louis Vézina
ec3fa42444
Merge branch 'development' into hermes
5 years ago
Bazarr
21f80d2f76
fixed download limit exceeded exception
5 years ago
Bazarr
989e725dd5
just added Legendasdivx to log msgs
5 years ago
Bazarr
35830abd9b
don't raise an exception if compressed format is not supported
5 years ago
Louis Vézina
3394363edc
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/get_providers.py
# bazarr/main.py
# views/providers.tpl
5 years ago
Bazarr
81642e3fe2
added skip_wrong_fps match and login again if redirect due to expired session cookies
5 years ago
Bazarr
f470448bf9
Improved Exceptions and code more Python3 complying
5 years ago
German Gutierrez
fda6b5ef01
betaseries: removing print line used for debug
5 years ago
German Gutierrez
dae68d7e8b
betaseries: logging 404 errors instead of raising
5 years ago
Bazarr
41a66abe68
Throttle connections to Addic7ed provider throwing IPAddressBlocked excpetion
5 years ago
Bazarr
d9982b36d9
added new IPAddressBlocked exception and cache Legendasdivx login cookies to not throttle site
5 years ago
Bazarr
075f053f17
treat exceptions when HTTPError is returned
5 years ago
Bazarr
83d81a6946
no need to import HTTPerror exception. Not treated
5 years ago
Bazarr
1cdf07884f
simplified raise exceptions (raise_for_status() already raises exceptions
5 years ago
Bazarr
8da77a72eb
simplig
5 years ago
Bazarr
abcf03e389
fixed retries to get download link to avoid throttling
5 years ago
Louis Vézina
6fd6ee234c
Merge branch 'development' into hermes
...
# Conflicts:
# .gitignore
# bazarr/main.py
5 years ago
Bazarr
8b04941a3f
replaced uploader from <n/a> to anonymous when not found
5 years ago
Bazarr
2dcfc433c3
fixed Parsed Exceptios, refactored code and implemented pagination search
5 years ago
Bazarr
21bd7bc792
added uploader to legendasdivx subtitles
5 years ago
josdion
51bf6964bf
subssabbz, yavkanet - prevent country detection with guessit #958
5 years ago
josdion
466aebd8c7
Fix #958
5 years ago
josdion
32bd30e3e7
reduce XMLRPC requests to opensubtitles server
...
- use cached token instead of logging in every time when search for subtitles
- delete authentication token in case of account modification
5 years ago
Panagiotis Koutsias
39068532bc
Fixes name matching for xsubs
...
Fixes #947
5 years ago
josdion
a37ef4a418
opensubtitles - add get_fps function
...
- added get_fps() function
- getting of the authentication token from the cache is fixed
5 years ago
josdion
76ec6109df
subsunacs - improve provider
5 years ago
josdion
8b06629906
subssabbz - improve provider
5 years ago
josdion
7670b7eae6
yavkanet - improve provider
5 years ago
josdion
267933f106
adding capability for subtitle provider to set frame rate when loading microdvd file
5 years ago
Louis Vézina
83d226a8a0
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# bazarr/scheduler.py
5 years ago
josdion
3b20310d86
fix inconsistent tv show naming
5 years ago
Louis Vézina
c83d3eeae3
Updated tzlocal module and removed check for improperly configured time zone.
5 years ago
Louis Vézina
2abc6a8a9a
Merge branch 'development' into hermes
...
# Conflicts:
# views/system.tpl
5 years ago
Louis Vézina
1b0e721a9d
WIP
5 years ago
josdion
cd6c527d89
FIx #928 - don't raise an exception in case of unsupported archive
5 years ago
Louis Vézina
1f25fdde2f
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr.py
# bazarr/main.py
# views/menu.tpl
5 years ago
Ori
8dad86c8aa
wizdom: some subtitle files are empty, skip
5 years ago
Ori
9c66639828
bugfix language id in wizdom provider
5 years ago
josdion
286a216ab6
Fix #896
...
- Improved release info
- Remove search in alternative titles
- Read the best scored subtitles from archive
5 years ago
morpheus65535
1c7776876c
Merge pull request #901 from josdion/development
...
subsunacs - improve finding uploader user name
5 years ago
josdion
3e21376fe6
subsunacs - improve finding uploader user name
5 years ago
Louis Vézina
605eeced56
Fix for #898
5 years ago
Louis Vézina
70b4a6c469
Fix for #883
5 years ago
Louis Vézina
d9453121a6
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/episodes.tpl
# views/movie.tpl
# views/providers.tpl
5 years ago
morpheus65535
299af38486
Merge pull request #895 from josdion/development
...
subsunacs - allow txt subtitles to be downloaded
5 years ago
josdion
6d6d69d89d
subsunacs - allow txt subtitles to be downloaded
5 years ago
ngosang
9fc8bfeffb
subdivx: fix redirect, release info and uploader. resolves #889
5 years ago
josdion
41e84b7e3d
subssabbz, subsunacs, yavkanet - fix setting of uploader
...
Fix problem where the last uploader is set as uploader of all subtitles.
5 years ago
morpheus65535
f6c303e2b5
Merge pull request #885 from gyh1621/master
...
Fix zimuku provider
5 years ago
gyh1621
6478635163
stop sorting query results by language in zimuku
5 years ago
gyh1621
b12cb42146
Fix zimuku provider
5 years ago
Louis Vézina
bb59b9019f
Fix for #883
5 years ago
josdion
03e0998d82
opensubtitles - show uploader as anonymous when UserNickName is empty
...
Show uploader as anonymous when UserNickName is empty as this is how the username is shown on opensubtitles.com
5 years ago
morpheus65535
e04364d17d
Merge pull request #876 from josdion/development
...
add uploader member variable to subtitle class
5 years ago
josdion
df2f0bb7b5
update opensubtitles to set subtitle uploader username
5 years ago
josdion
e09d84e09c
add uploader member variable to subtitle class
...
Add uploader member variable to subtitle class and update subssabbz, subsunacs and yavkanet to retrieve the uplader username.
5 years ago
morpheus65535
3b67dfc8b4
Merge pull request #874 from natiz/development
...
New Provider: Wizdom
5 years ago
natiz
f125d39b8c
Add wizdom provider
5 years ago
Louis Vézina
71af42441b
Merge branch 'development' into hermes
...
# Conflicts:
# views/episodes.tpl
# views/movie.tpl
# views/providers.tpl
5 years ago
German Gutierrez
da2c5e5212
New Provider: RegieLive
5 years ago
morpheus65535
2b89b5cb5e
Merge pull request #868 from josdion/development
...
subssabbz, subsunacs - various fixes to improve match-finding
5 years ago
josdion
d3d7991db7
subssabbz, subsunacs - various fixes to improve match-finding
...
- fix inconsistent names of some TV shows
- sanitaze movie names
- do not remove apostrophe when sanitize TV and movie names
5 years ago
morpheus65535
6b17838cac
Merge pull request #866 from josdion/development
...
do not remove apostrophe when calling sanitize()
5 years ago
josdion
43fc2f093b
do not remove apostrophe when calling sanitize()
...
Removing apostrophe from movie and tv names will lead to missing matches.
5 years ago
morpheus65535
f618f978cb
Merge pull request #865 from josdion/development
...
Add yavka.net subtitles provider
5 years ago
josdion
13bf1b7a76
remove matches.add(id(self)) from get_matches
...
remove matches.add(id(self)) from get_matches as this is an obvious mistake, that I copied from another provider :)
5 years ago
josdion
c6355be1bd
Add yavka.net subtitles provider
...
Bulgarian (mostly) Subtitles Provider. Also provide subtitles in English, Russian, Spanish, and Italian.
5 years ago
Louis Vézina
aa1b9dfcf4
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/embedded_subs_reader.py
# bazarr/list_subtitles.py
# bazarr/logger.py
# bazarr/main.py
# views/providers.tpl
5 years ago
Louis Vézina
0f85f683c2
Possible fix for #860
5 years ago
Louis Vézina
25a4126f6d
Merge branch 'development' into hermes
5 years ago
morpheus65535
f8492f4688
Merge pull request #856 from pkoutsias/feature/greek_providers_fix
...
Fixes #773
5 years ago
German Gutierrez
4187f100a0
bsplayer: removal of a faulty host
5 years ago
Panagiotis Koutsias
627ac29dfe
Fixes #773
...
Fixes subs4free and subs4series providers
Removes subz provider
5 years ago
Louis Vézina
49d81aab35
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/providers.tpl
# views/settings_general.tpl
5 years ago
Louis Vézina
c7c7a23f58
Fix for d5feea0b09
5 years ago
panni
d5feea0b09
fix #731
5 years ago
Michiel van Baak
30a801b04d
Move scandir.c header files to the correct directory
5 years ago
German Gutierrez
c2614fc776
legendasdivx: adding scores to subtitles to get best match in archive
5 years ago
German Gutierrez
c72366d883
legendasdivx: using guessit to pick up the right sub in archive
5 years ago
German Gutierrez
9036a0863c
bsplayer: adding matches
5 years ago
Louis Vézina
261b05fd13
Merge branch 'master' into development
5 years ago
Louis Vézina
fc3923ad81
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# libs/version.txt
# views/menu.tpl
5 years ago
Louis Vézina
cc61d0188f
Fix for Python 2.7 compatibility regression.
5 years ago
panni
584f4a7c04
update subliminal_patch; improve scoring; improve bsplayer; possibly fix bazarr#821
5 years ago
Louis Vézina
9455847a0e
Revert "subliminal_patch: hearing impaired fix"
...
This reverts commit 258dc3a7
5 years ago
morpheus65535
fcfb678c22
Merge pull request #818 from mvanbaak/compileall
...
Fix python 3 incompatibility in libs/
5 years ago
morpheus65535
3d87c6ee15
Merge pull request #823 from GermanG/hearing_impaired_match_fix
...
subliminal_patch: hearing impaired fix
5 years ago
German Gutierrez
258dc3a776
subliminal_patch: hearing impaired fix
5 years ago
Michiel van Baak
a412af7ef2
Remove file from js2py that upstream removed. It holds no valid code to start with
5 years ago
Michiel van Baak
40dbfa7e0b
Document the manual merge of upstream PR to Js2Py
5 years ago
Michiel van Baak
d2664807ab
Merge PR https://github.com/PiotrDabkowski/Js2Py/pull/192/files
5 years ago
German Gutierrez
9651a63db9
betaseries: adding release info
5 years ago
Michiel van Baak
da1405fdb3
Document the version of Js2Py in the tree
5 years ago
Michiel van Baak
754afe6764
Remove sessions.py from bottle-cork library. Upstream never meant for it to be included and removed it
5 years ago
Michiel van Baak
e13a2db994
Move anydbm and friends to libs2/ as they are only used in python2 conditional imports
5 years ago
Louis Vézina
d933108766
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr.py
# bazarr/get_series.py
# bazarr/list_subtitles.py
# bazarr/main.py
5 years ago
Michiel van Baak
5b143e4b74
Remove unused lib cfscrape
5 years ago
Michiel van Baak
2ec35f61be
Remove unused lib plex
5 years ago
Michiel van Baak
e815f47e4f
Remove unused lib plex_activity
5 years ago
Michiel van Baak
eda8880357
subzero make_data uses unicode literals. Make it work in both python 2 and 3.
5 years ago
Michiel van Baak
ecefa41c93
Remove wraptor library that is never used
5 years ago
Michiel van Baak
d4dd3ca4de
Use native os.scandir when available
5 years ago
morpheus65535
7c061874fb
Merge pull request #806 from GermanG/subdvix
...
subdivx: replacing ParseReponseError by APIThrootled
5 years ago
morpheus65535
13b62aafe0
Merge pull request #807 from GermanG/legendasdivx
...
Legendasdivx: adding imdb (alternative) search
5 years ago
Louis Vézina
b3079bcb5a
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
187e8bdd4d
Fix for #739 and #798
5 years ago
German Gutierrez
e0168b7dba
subdivx: retrying download when link is not class 'detalle_link' but 'link1'
5 years ago
German Gutierrez
881a16350a
subdivx: replacing ParseReponseError by APIThrootled
5 years ago
German Gutierrez
a00d50d520
legendasdivx: adding imdb (alternative) search
5 years ago
German Gutierrez
acc30fe539
legendasdivx: wider query for better results and modifications for future improvements
5 years ago
ngosang
d0c1330362
replace langdetect with guess_language-spirit. resolves #799
5 years ago
Louis Vézina
a8e27a6a79
Merge branch 'development' into Flask
...
# Conflicts:
# bazarr.py
# bazarr/get_series.py
# bazarr/main.py
# bazarr/scheduler.py
# views/historymovies.tpl
# views/historyseries.tpl
# views/menu.tpl
5 years ago
Louis Vézina
f81f7ed27c
Merge branch 'development'
...
# Conflicts:
# bazarr/get_providers.py
# libs/subliminal_patch/providers/titrari.py
5 years ago
ngosang
0083ae3137
code cleanup: bazarr
5 years ago
Louis Vézina
091f9270fb
Merge branch 'development' into Flask
...
# Conflicts:
# bazarr.py
# bazarr/main.py
# views/menu.tpl
# views/providers.tpl
# views/settings.tpl
# views/settings_general.tpl
# views/settings_radarr.tpl
# views/settings_subtitles.tpl
5 years ago
Louis Vézina
83c95cc77d
WIP
5 years ago
Halali
57c24a6e56
Another Possible fix for titulky provider
5 years ago
morpheus65535
e7d7ad408e
Update unix.py
5 years ago
morpheus65535
6c3a0ba354
Merge pull request #770 from IIIspaceIII/feature/provider-titrari-ro
...
Feature/provider titrari ro
5 years ago
Space
07b6fc2fbd
Merge remote-tracking branch 'origin/feature/provider-titrari-ro' into feature/provider-titrari-ro
5 years ago
Space
1801d2555b
#769
...
-fixed searching without imdbId
5 years ago
Halali
91101073b8
Possible fix for titulky provider
5 years ago
Louis Vézina
c16ba5e17a
Fix for #767
5 years ago
qxe5534
517454b2df
Merge branch 'development' into feature/provider-titrari-ro
...
# Conflicts:
# bazarr/get_providers.py
5 years ago
morpheus65535
6f3a282f2a
Revert "Feature/provider titrari ro"
5 years ago
Space
3cb1a33867
-added provider titrari.ro for movies
5 years ago
panni
314c1f90e5
update subliminal_patch; possibly fix bazarr#656
5 years ago
German Gutierrez
7d5fdafe0c
LegendasDivxs: skipping .txt files from archived file
5 years ago
German Gutierrez
6291cf7134
removing unneeded imports from bsplayer and legendasdivx
5 years ago
German Gutierrez
304ee8766c
Adding release info to bsplayer and subdvix providers
5 years ago
German Gutierrez
22ce5dc450
LegendasDivx: adding missing import ParseResponseError
5 years ago
morpheus65535
6677d20686
Quick fix for #752
5 years ago
German Gutierrez
b4b7a3ed2e
LegendasDivs: cleaning up debug logging
5 years ago
German Gutierrez
46b59cdae7
Provider LegendasDivx v1
5 years ago
morpheus65535
1fa9a1382b
Merge pull request #742 from GermanG/bsplayersubs
...
providers: adding bsplayer
5 years ago
German Gutierrez
6c3cc4be28
providers: adding bsplayer initial commit
5 years ago
Louis Vézina
97770462bd
Merge branch 'development' into Flask
5 years ago
Flaxee
7bcea72053
Update unix.py
5 years ago
Moravčík, Marian
3d8fe99c66
Merge remote-tracking branch 'origin/development' into Flask
...
# Conflicts:
# views/menu.tpl
5 years ago
Louis Vézina
67ad65ed76
Fix for #716 .
5 years ago
Louis Vézina
e4cc062dd3
Another fix for #703 .
5 years ago
panni
d0ccd08aef
core: fix values casting
5 years ago
panni
a612335a44
core: update to subliminal_patch:head; core: try and fix #660
5 years ago
panni
64fa210688
core: update to subliminal_patch:head; core: try and fix #703
5 years ago
Louis Vézina
5dc8facae7
Another fix for #709 .
5 years ago
Louis Vézina
d4fdee1e9f
Fix for #711 .
5 years ago
Louis Vézina
b41affa267
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
133787cf23
Fix for #709 .
5 years ago