Commit Graph

2477 Commits

Author SHA1 Message Date
josdion 8acb488fba delete unsupported subtitle archive files from cache 2020-05-31 19:01:53 +03:00
josdion 3e4a75aeca fix "Show Only Desired Languages" for movies without selected languages 2020-05-31 18:24:48 +03:00
josdion 197b84c36e subssabbz, subsunacs - reduce score of subtitles for multi-disc movie releases 2020-05-31 18:07:59 +03:00
josdion a9624fb818 added "Show Only Desired Languages" option for embedded subtitles 2020-05-31 17:41:18 +03:00
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.
2020-05-31 13:46:16 +03:00
josdion 9be6191478 set yifysubtitles video_types to movie only 2020-05-31 11:43:41 +03:00
josdion e7ccafe958 YIFY Subtitles Provider added 2020-05-30 17:26:26 +03:00
josdion a067d10352 fix restart after update 2020-05-26 21:01:17 +03:00
josdion a8258006b5 subsunacs - download subtitles in 7zip format 2020-05-26 20:31:32 +03:00
josdion 8a981553bf add py7zr library version 0.7.0 2020-05-26 19:52:22 +03:00
Louis Vézina 99a98a564a Merge remote-tracking branch 'origin/development' into development 2020-05-25 09:22:38 -04:00
Louis Vézina 2efa3c9f86 Fix for #729 2020-05-25 09:22:13 -04:00
Louis Vézina 7c987ac8f7 Removed unused modules. 2020-05-25 09:21:32 -04:00
morpheus65535 514d549934
Merge pull request #999 from smaarn/fix/term-signal-should-be-caught
Propagate TERM signal to latest forked child process
2020-05-24 09:18:49 -04:00
Smaarn 7e304001b6 Rework on child process management.
When receiving the SIGTERM signal, swallow it and terminate latest created child process
Catch ChildProcessError (occurs when child process is terminated by the current python script on mac os x)
2020-05-24 14:58:41 +02:00
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
2020-05-24 13:02:34 +03:00
morpheus65535 cf651df6a8
Merge pull request #997 from Mr-Quin/development
change isascii to isalnum
2020-05-23 22:48:05 -04:00
Mr-Quin 08aa8cae0a change isascii to isalnum 2020-05-23 13:32:47 -07:00
Moravčík, Marian 834228f888 Merge remote-tracking branch 'origin/development' into development 2020-05-23 19:06:03 +02:00
Moravčík, Marian 074b54685a Small fix for Pos-processing log output 2020-05-23 19:04:37 +02:00
Louis Vézina 72419538a3 Merge remote-tracking branch 'origin/development' into development 2020-05-23 09:09:48 -04:00
Louis Vézina 97b826af0d Fix for #996 2020-05-23 09:09:21 -04:00
Moravčík, Marian 85da831879 Fix Post-Processing trashold TypeError 2020-05-23 12:10:32 +02:00
Louis Vézina f4894f5341 Fix to regenerate bad APIKEY. 2020-05-22 12:49:02 -04:00
Louis Vézina 99f7145169 Fixed background of short page (ex.: system-->providers). 2020-05-21 19:35:45 -04:00
Louis Vézina cef418a6ed Merge branch 'hermes' into development 2020-05-21 06:46:30 -04:00
Louis Vézina 20c3a3c55d Merge branch 'development' 2020-05-21 06:41:37 -04:00
Louis Vézina 8db092f6f5 WIP 2020-05-20 21:55:12 -04:00
Louis Vézina bf11cd0949 WIP 2020-05-20 21:00:53 -04:00
Louis Vézina f159124ca8 WIP 2020-05-20 19:29:11 -04:00
Louis Vézina 23229e205b WIP 2020-05-20 15:09:39 -04:00
Louis Vézina 51d9d6fb4f WIP 2020-05-20 11:29:49 -04:00
Louis Vézina 376e13d7f1 Upgraded GuessIt to 3.0.1 2020-05-20 11:29:39 -04:00
Louis Vézina 5b44007bbb WIP 2020-05-19 23:20:35 -04:00
morpheus65535 7661e09068
Update settingsnotifications.html 2020-05-19 19:47:15 -04:00
Louis Vézina cc07ab5331 WIP 2020-05-19 11:39:57 -04:00
Louis Vézina 442f5d2a5e Merge branch 'development' into hermes 2020-05-19 09:27:28 -04:00
Louis Vézina f908f0d04a WIP 2020-05-19 09:27:13 -04:00
Louis Vézina 34711665bb WIP 2020-05-18 19:28:21 -04:00
Louis Vézina 0fb4160407 WIP 2020-05-18 08:56:16 -04:00
Louis Vézina 7e0c298dd7 WIP 2020-05-18 08:21:16 -04:00
Louis Vézina 4074e85b1c WIP 2020-05-17 22:22:36 -04:00
Louis Vézina cdf614192e WIP 2020-05-17 22:04:33 -04:00
Louis Vézina 1cb0799d23 WIP 2020-05-17 21:51:16 -04:00
Louis Vézina 5a93456dcd WIP 2020-05-17 21:00:08 -04:00
Louis Vézina 9235870792 WIP 2020-05-17 09:19:37 -04:00
morpheus65535 56f3eb386b
Merge pull request #988 from ngosang/feature/tvsubtitles
tvsubtitles provider: hide error message when not found
2020-05-16 09:48:26 -04:00
morpheus65535 bbee163d2e
Merge pull request #987 from ngosang/feature/argent2
argenteam provider: fix null exception and improve scoring (part 2)
2020-05-16 09:47:53 -04:00
ngosang 55bb3791da tvsubtitles provider: hide error message when not found
Test: The Boys
2020-05-16 15:44:43 +02:00
ngosang 499ec5ac12 argenteam provider: fix null exception and improve scoring (part 2) 2020-05-16 15:43:05 +02:00