Commit Graph

1985 Commits

Author SHA1 Message Date
Louis Vézina 605eeced56 Fix for #898 2020-03-30 21:08:11 -04:00
Louis Vézina 97e91131e7 Merge remote-tracking branch 'origin/development' into development 2020-03-30 20:18:26 -04:00
Louis Vézina 70b4a6c469 Fix for #883 2020-03-30 20:18:11 -04:00
morpheus65535 7df77bb708
Merge pull request #897 from josdion/development
Use tmdbId as a key when updating table_movies
2020-03-29 18:56:44 -04:00
josdion 8eda31aaca Use tmdbId as a key when updating table_movies
if you delete a movie from radarr and then add it again, it will have the same tmdbId, but new radarrId. If this happens between two scans, bazarr won't be able to update the movie again. This fix should prevent this.
2020-03-29 20:08:53 +03:00
morpheus65535 299af38486
Merge pull request #895 from josdion/development
subsunacs - allow txt subtitles to be downloaded
2020-03-29 08:05:17 -04:00
josdion 6d6d69d89d subsunacs - allow txt subtitles to be downloaded 2020-03-29 09:36:58 +03:00
morpheus65535 a582a392b0
Merge pull request #894 from ngosang/feature/sudivx1
subdivx: fix redirect, release info and uploader. resolves #889
2020-03-28 15:50:23 -04:00
ngosang 9fc8bfeffb subdivx: fix redirect, release info and uploader. resolves #889 2020-03-28 20:34:39 +01:00
morpheus65535 0fb512101b
Merge pull request #893 from josdion/development
subssabbz, subsunacs, yavkanet - fix setting of uploader
2020-03-28 06:37:39 -04:00
josdion 41e84b7e3d subssabbz, subsunacs, yavkanet - fix setting of uploader
Fix problem where the last uploader is set as uploader of all subtitles.
2020-03-28 10:10:24 +02:00
morpheus65535 42160dc0e5
Merge pull request #890 from josdion/development
improve character encoding detection
2020-03-26 15:04:58 -04:00
josdion be0411d50a improve character encoding detection 2020-03-26 20:10:58 +02:00
morpheus65535 92497a8822
Merge pull request #888 from josdion/development
Fix subtitle character encoding detection
2020-03-25 16:27:05 -04:00
Louis Vézina 2a94eeca5e Merge remote-tracking branch 'origin/development' into development 2020-03-25 16:25:54 -04:00
Louis Vézina b3dfb5590b Fix for #859 2020-03-25 16:25:37 -04:00
Louis Vézina 657962fbb2 Fix for movies manual upload not getting indexed after upload. 2020-03-25 16:15:47 -04:00
josdion 354454688d
Fix subtitle character encoding detection
Increase the size of the language recognition buffer to 32K
2020-03-25 22:04:04 +02:00
morpheus65535 f6c303e2b5
Merge pull request #885 from gyh1621/master
Fix zimuku provider
2020-03-25 10:07:22 -04:00
gyh1621 6478635163 stop sorting query results by language in zimuku 2020-03-25 07:29:45 +00:00
gyh1621 b12cb42146 Fix zimuku provider 2020-03-25 06:06:06 +00:00
Louis Vézina d1a94638e1 Partial fix for #729 (only Shameless (US)) 2020-03-25 00:04:32 -04:00
Louis Vézina bb59b9019f Fix for #883 2020-03-24 21:14:36 -04:00
Louis Vézina c982e37024 Fix to embedded subs indexer. 2020-03-22 09:23:06 -04:00
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