Commit Graph

2011 Commits

Author SHA1 Message Date
morpheus65535 a36e54c7c7
Merge pull request #877 from josdion/development
opensubtitles - show uploader as anonymous when UserNickName is empty
2020-03-22 08:35:46 -04:00
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
2020-03-22 14:33:02 +02:00
morpheus65535 e04364d17d
Merge pull request #876 from josdion/development
add uploader member variable to subtitle class
2020-03-22 07:50:07 -04:00
josdion df2f0bb7b5 update opensubtitles to set subtitle uploader username 2020-03-22 12:20:07 +02:00
josdion dd4707176a add subtitle uploader as a column in manual search dialog 2020-03-22 11:54:54 +02:00
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.
2020-03-22 09:58:31 +02:00
morpheus65535 3b67dfc8b4
Merge pull request #874 from natiz/development
New Provider: Wizdom
2020-03-21 20:40:48 -04:00
natiz f125d39b8c Add wizdom provider 2020-03-21 17:51:16 +02:00
morpheus65535 17965ad28b
Merge pull request #871 from GermanG/regielive
New Provider: RegieLive
2020-03-21 07:48:07 -04:00
morpheus65535 08a38f6505
Merge pull request #873 from josdion/development
do not show release info if it contains only whitespace characters
2020-03-21 07:45:33 -04:00
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.
2020-03-21 10:08:50 +02:00
German Gutierrez da2c5e5212 New Provider: RegieLive 2020-03-20 20:22:53 +01:00
morpheus65535 09e303f627
Merge pull request #869 from josdion/development
release info in manual search results
2020-03-20 14:57:21 -04:00
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.
2020-03-20 16:49:16 +02:00
morpheus65535 2b89b5cb5e
Merge pull request #868 from josdion/development
subssabbz, subsunacs - various fixes to improve match-finding
2020-03-20 07:48:26 -04:00
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
2020-03-20 09:56:18 +02:00
morpheus65535 6b17838cac
Merge pull request #866 from josdion/development
do not remove apostrophe when calling sanitize()
2020-03-19 08:18:46 -04:00
josdion 43fc2f093b do not remove apostrophe when calling sanitize()
Removing apostrophe from movie and tv names will lead to missing matches.
2020-03-19 13:54:27 +02:00
morpheus65535 f618f978cb
Merge pull request #865 from josdion/development
Add yavka.net subtitles provider
2020-03-19 07:53:38 -04:00
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 :)
2020-03-19 12:03:07 +02:00
josdion c6355be1bd Add yavka.net subtitles provider
Bulgarian (mostly) Subtitles Provider. Also provide subtitles in English, Russian, Spanish, and Italian.
2020-03-19 07:42:08 +02:00
morpheus65535 3bd75b19ca
Merge pull request #864 from josdion/development
Convert subtitle text to unicode before sending to guess_language
2020-03-18 22:40:14 -04:00
Louis Vézina 0f85f683c2 Possible fix for #860 2020-03-18 15:33:54 -04:00
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
2020-03-18 13:31:34 +02:00
Louis Vézina 1a44dbc31a Fix for #841 2020-03-15 09:05:51 -04:00
morpheus65535 f8492f4688
Merge pull request #856 from pkoutsias/feature/greek_providers_fix
Fixes #773
2020-03-13 16:28:01 -04:00
morpheus65535 1aeb354589
Merge pull request #858 from GermanG/bsplayersubs
bsplayer: removal of a faulty host
2020-03-13 11:57:07 -04:00
German Gutierrez 4187f100a0 bsplayer: removal of a faulty host 2020-03-13 16:21:20 +01:00
Panagiotis Koutsias 627ac29dfe Fixes #773
Fixes subs4free and subs4series providers
Removes subz provider
2020-03-13 10:12:20 +02:00
Louis Vézina 978f9aeded Fix for #851 2020-03-08 18:07:10 -04:00
Louis Vézina c7c7a23f58 Fix for d5feea0b09 2020-03-08 09:50:31 -04:00
panni d5feea0b09 fix #731 2020-03-08 05:53:27 +01:00
morpheus65535 53f7b234ba
Merge pull request #848 from mvanbaak/move-header-files
Move _scandir.c needed header files to correct directory
2020-03-05 12:53:40 -05:00
morpheus65535 9f27b949c0
Version bump 2020-03-05 12:51:21 -05:00
morpheus65535 c12c54a42a
Fix for #849 2020-03-05 12:50:54 -05:00
Michiel van Baak 30a801b04d Move scandir.c header files to the correct directory 2020-03-03 14:06:25 +01:00
Louis Vézina de1fe680df Fix for #843 2020-03-01 08:51:00 -05:00
Louis Vézina fd339b5fff Fix for release update missing an import 2020-02-29 18:53:13 -05:00
morpheus65535 04a0d5ffb2
Merge pull request #833 from JpF4E/master
Addition of audio language variables to post processing commands
2020-02-25 06:40:58 -05:00
morpheus65535 0a81f79f49
Merge pull request #838 from GermanG/legendasdivx
Legendasdivx: adding scores to subtitles to get best match in archive
2020-02-24 14:54:16 -05:00
German Gutierrez c2614fc776 legendasdivx: adding scores to subtitles to get best match in archive 2020-02-24 16:13:30 +01:00
JpF4E 8bdf2db607 Fixed manual download. 2020-02-24 14:31:40 +00:00
morpheus65535 051988783f
Merge pull request #836 from GermanG/legendasdivx
legendasdivx: using guessit to pick up the right sub in archive
2020-02-24 07:08:18 -05:00
German Gutierrez c72366d883 legendasdivx: using guessit to pick up the right sub in archive 2020-02-24 11:06:48 +01:00
morpheus65535 fafeffcfe5
Merge pull request #835 from GermanG/bsplayersubs
bsplayer: adding matches
2020-02-23 20:24:11 -05:00
German Gutierrez 9036a0863c bsplayer: adding matches 2020-02-23 17:37:02 +01:00
JpF4E 1af408f684 Added audio language variables to post processing command. Required to use with subsync. 2020-02-22 20:53:33 +00:00
JpF4E e5ecd17f80 Added audio language variables to post processing command. Required to use with subsync. 2020-02-22 19:29:04 +00:00
Louis Vézina 261b05fd13 Merge branch 'master' into development 2020-02-16 19:40:22 -05:00
Louis Vézina 96e210cae1 Blocking Bazarr update for users that don't use Python 3.x yet. 2020-02-16 10:39:02 -05:00