Commit Graph

1941 Commits

Author SHA1 Message Date
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
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
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
Louis Vézina cc61d0188f Fix for Python 2.7 compatibility regression. 2020-02-16 10:37:55 -05:00
Louis Vézina 7d881e6de9 Version bump 2020-02-16 10:37:01 -05:00
panni 6c32db637d fix usage of compute_score after retval changes; sort by secondary score as well 2020-02-16 15:25:22 +01:00
Louis Vézina 1f99e230fb Fixes to broken manual search and download following @pannal changes to compute_score(). 2020-02-16 08:33:50 -05:00
panni 584f4a7c04 update subliminal_patch; improve scoring; improve bsplayer; possibly fix bazarr#821 2020-02-16 05:53:32 +01:00
Louis Vézina 9455847a0e Revert "subliminal_patch: hearing impaired fix"
This reverts commit 258dc3a7
2020-02-15 11:17:57 -05:00
morpheus65535 fcfb678c22
Merge pull request #818 from mvanbaak/compileall
Fix python 3 incompatibility in libs/
2020-02-15 08:23:44 -05:00
morpheus65535 3d87c6ee15
Merge pull request #823 from GermanG/hearing_impaired_match_fix
subliminal_patch: hearing impaired fix
2020-02-15 08:01:31 -05:00
morpheus65535 4dd9394919
Merge pull request #822 from GermanG/betaseries
Betaseries: adding release info
2020-02-15 07:59:31 -05:00
German Gutierrez 258dc3a776 subliminal_patch: hearing impaired fix 2020-02-15 12:09:14 +01:00
Michiel van Baak a412af7ef2 Remove file from js2py that upstream removed. It holds no valid code to start with 2020-02-15 11:31:15 +01:00
Michiel van Baak 40dbfa7e0b Document the manual merge of upstream PR to Js2Py 2020-02-15 11:26:58 +01:00
Michiel van Baak d2664807ab Merge PR https://github.com/PiotrDabkowski/Js2Py/pull/192/files 2020-02-15 11:25:38 +01:00
German Gutierrez 9651a63db9 betaseries: adding release info 2020-02-15 09:03:00 +01:00
Michiel van Baak da1405fdb3 Document the version of Js2Py in the tree 2020-02-13 17:58:19 +01:00
Michiel van Baak 754afe6764 Remove sessions.py from bottle-cork library. Upstream never meant for it to be included and removed it 2020-02-11 11:54:18 +01:00
Michiel van Baak e13a2db994 Move anydbm and friends to libs2/ as they are only used in python2 conditional imports 2020-02-11 10:52:09 +01:00
Michiel van Baak 5b143e4b74 Remove unused lib cfscrape 2020-02-10 10:52:13 +01:00
Michiel van Baak 2ec35f61be Remove unused lib plex 2020-02-10 10:45:04 +01:00
Michiel van Baak e815f47e4f Remove unused lib plex_activity 2020-02-10 10:42:25 +01:00