Moravčík, Marian
43a60eca07
WIP
5 years ago
morpheus65535
42160dc0e5
Merge pull request #890 from josdion/development
...
improve character encoding detection
5 years ago
josdion
be0411d50a
improve character encoding detection
5 years ago
morpheus65535
92497a8822
Merge pull request #888 from josdion/development
...
Fix subtitle character encoding detection
5 years ago
Louis Vézina
2a94eeca5e
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
b3dfb5590b
Fix for #859
5 years ago
Louis Vézina
657962fbb2
Fix for movies manual upload not getting indexed after upload.
5 years ago
josdion
354454688d
Fix subtitle character encoding detection
...
Increase the size of the language recognition buffer to 32K
5 years ago
josdion
c0faf08c52
Set default values for languages, HI and forced subtitles
...
Set default values for languages, HI and forced when adding new movies and tv shows to the database.
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
d1a94638e1
Partial fix for #729 (only Shameless (US))
5 years ago
Louis Vézina
bb59b9019f
Fix for #883
5 years ago
Louis Vézina
3ed36eeb8a
WIP
5 years ago
morpheus65535
b375aa2a5c
Merge pull request #884 from josdion/hermes
...
fix movie and TV show not showing header information
5 years ago
josdion
7b5e45d952
fix movie and TV show not showing header information when language is not set
5 years ago
Louis Vézina
ea1844265a
WIP
5 years ago
Louis Vézina
ec94b836f6
WIP
5 years ago
Louis Vézina
11c4b3122f
Make manual search modal larger.
5 years ago
Louis Vézina
c982e37024
Fix to embedded subs indexer.
5 years ago
morpheus65535
a36e54c7c7
Merge pull request #877 from josdion/development
...
opensubtitles - show uploader as anonymous when UserNickName is empty
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
dd4707176a
add subtitle uploader as a column in manual search dialog
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
Louis Vézina
a198250cca
WIP
5 years ago
morpheus65535
17965ad28b
Merge pull request #871 from GermanG/regielive
...
New Provider: RegieLive
5 years ago
morpheus65535
08a38f6505
Merge pull request #873 from josdion/development
...
do not show release info if it contains only whitespace characters
5 years ago
josdion
03b181701e
do not show release info if it contains only whitespace characters
...
if the release_info contains only whitespace characters in the manual search result dialog they will appear as empty labels. Now they will not be included in releases won't be shown.
5 years ago
German Gutierrez
da2c5e5212
New Provider: RegieLive
5 years ago
morpheus65535
09e303f627
Merge pull request #869 from josdion/development
...
release info in manual search results
5 years ago
josdion
ec7cf0734e
release info in manual search results
...
In manual search dialog, show dropdown icon only when there is more than one element in release_info array. Otherwise just show the release info without dropdown button.
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
morpheus65535
3bd75b19ca
Merge pull request #864 from josdion/development
...
Convert subtitle text to unicode before sending to guess_language
5 years ago
Louis Vézina
0f85f683c2
Possible fix for #860
5 years ago
Louis Vézina
a2dbc73130
WIP
5 years ago
josdion
4056796eb1
Convert subtitle text to unicode before sending to guess_language
...
- 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
5 years ago
Louis Vézina
1a44dbc31a
Fix for #841
5 years ago