panni
|
80c73e5871
|
catch errors on subtitle.get_modified_content
|
2017-07-22 01:21:38 +02:00 |
|
panni
|
5de4d29dd8
|
remove obsolete imports
|
2017-07-21 13:11:16 +02:00 |
|
panni
|
fad95a0b22
|
add custom character sanitization for addic7ed; fixes #304
|
2017-07-21 13:09:54 +02:00 |
|
panni
|
5c8d083038
|
remove explicit gc.collect; add soup.decompose on tvsubtitles.get_episode_ids
|
2017-07-21 03:42:02 +02:00 |
|
panni
|
d3ae88f5fe
|
test bs4 memory handling
|
2017-07-16 03:24:29 +02:00 |
|
panni
|
006505bf22
|
addic7ed: fix query return value on no r.contnt
|
2017-07-12 10:36:20 +02:00 |
|
panni
|
5d8c49c537
|
podnapisi: revert using opensubtitles hash, fixes #315
|
2017-07-11 19:21:16 +02:00 |
|
panni
|
4bbd2aa56a
|
addic7ed: remove obsolete duplicated log entry
|
2017-07-07 22:40:23 +02:00 |
|
panni
|
f4058b7981
|
adapt fernandog/subliminal/9b2d2c4091a878186f133688b879e09086d618e7
|
2017-07-06 18:40:34 +02:00 |
|
panni
|
64d0d211b1
|
podnapisi: use correct guessit parameters to avoid multiple format guess results
|
2017-07-04 15:47:07 +02:00 |
|
panni
|
244e183a2b
|
remove traceback info
|
2017-07-01 03:46:38 +02:00 |
|
panni
|
5cb00a0532
|
clarify error and change exception to error on legendastv malformed RAR archive
|
2017-07-01 03:38:49 +02:00 |
|
panni
|
881a23ec7f
|
don't discard provider on bad rar file
|
2017-07-01 03:29:45 +02:00 |
|
panni
|
867a162fcf
|
add plex fps info always; fixes rare microdvd error on opensubtitles
|
2017-07-01 02:09:08 +02:00 |
|
panni
|
f5cf977788
|
addic7ed: revert WEB-DL = WEBRip
|
2017-06-04 22:43:51 +02:00 |
|
panni
|
d392707ecf
|
re-add parent directory hinting to guessit, as the bug's fixed
|
2017-06-04 15:35:44 +02:00 |
|
panni
|
e7ee9ae747
|
addic7ed: treat WEBRip as WEB-DL
|
2017-06-04 01:34:27 +02:00 |
|
panni
|
2e6843fd78
|
don't hint parent folders to guessit anymore
|
2017-06-03 14:49:10 +02:00 |
|
panni
|
dae3672a9a
|
set guessit to single values
|
2017-06-02 23:18:46 +02:00 |
|
panni
|
9f7f877cf2
|
only use fix_text when storing the subtitle
|
2017-06-02 15:26:40 +02:00 |
|
panni
|
5483d02a6f
|
also patch the corresponding subliminal provider if possible
|
2017-06-01 16:12:11 +02:00 |
|
panni
|
9d434eb1e9
|
simplify
|
2017-06-01 16:06:33 +02:00 |
|
panni
|
43269befd6
|
automatic registration of providers
|
2017-06-01 16:03:46 +02:00 |
|
panni
|
8d5eaf0f8d
|
we know we're utf-8, write the file without shenanigans
|
2017-05-29 02:47:24 +02:00 |
|
panni
|
f1fc8e1d82
|
switch from info to debug on already guessed encoding
|
2017-05-29 01:30:25 +02:00 |
|
panni
|
25a9e5efdf
|
set encoding to utf-8 in edge case of re-parsed subtitle
|
2017-05-29 01:01:57 +02:00 |
|
panni
|
9352193986
|
simplify encoding; fix storage
|
2017-05-29 00:53:53 +02:00 |
|
panni
|
61436ca278
|
again: explicitly set encoding to utf-8
|
2017-05-29 00:45:34 +02:00 |
|
panni
|
17b6fcc48a
|
explicitly set encoding to utf-8
|
2017-05-29 00:38:07 +02:00 |
|
panni
|
8fd38fbb40
|
save as utf-8
|
2017-05-28 05:35:40 +02:00 |
|
panni
|
ac2c9fff38
|
remove force UTF-8; always assume content to be UTF-8
|
2017-05-28 05:29:14 +02:00 |
|
panni
|
d22a3a3953
|
remove most likely obsolete encode decode dance
|
2017-05-28 05:15:05 +02:00 |
|
panni
|
997c0bc297
|
add encoding to subtitle repr; ditch stored subtitles without encoding.
|
2017-05-28 05:05:52 +02:00 |
|
panni
|
f9099cd680
|
don't only store language.alpha2, store its representation; add sr-script styles to addicted;
|
2017-05-28 05:04:47 +02:00 |
|
panni
|
e8b47c33b6
|
add our own OS language converter; add sr-latn and sr-cyrl to supported languages and remove them again, because it might still be bad
|
2017-05-28 04:21:50 +02:00 |
|
panni
|
0b5ef5e257
|
don't trust self.encoding, never
|
2017-05-28 03:41:36 +02:00 |
|
panni
|
4f36e6119c
|
use ftfy
|
2017-05-28 03:40:59 +02:00 |
|
panni
|
4621c21907
|
actually try re-encoding content before passing the encoding test; may be stupid
|
2017-05-28 03:27:48 +02:00 |
|
panni
|
8bad1b2dfc
|
remove obsolete debug print
|
2017-05-28 01:08:41 +02:00 |
|
panni
|
856ec02083
|
explicitly import subliminal_patch as subliminal
|
2017-05-28 01:06:51 +02:00 |
|
panni
|
45c63bdac7
|
more debug
|
2017-05-28 01:03:11 +02:00 |
|
panni
|
a5202b8eb8
|
add debug log
|
2017-05-28 01:01:14 +02:00 |
|
panni
|
6ed5c83b05
|
fix non-scripted srp
|
2017-05-28 00:20:19 +02:00 |
|
panni
|
1e18c9e309
|
findbetter: don't fail on inexistant metadata
|
2017-05-27 23:52:47 +02:00 |
|
panni
|
c79048027c
|
kill the provider_manager
|
2017-05-27 23:39:24 +02:00 |
|
panni
|
2008b35e8e
|
podnapisi debug
|
2017-05-27 16:19:02 +02:00 |
|
panni
|
a082714ad5
|
add Cyrl to podnapisis actually
|
2017-05-27 16:10:49 +02:00 |
|
panni
|
2f28fde4e6
|
podnapisi sr-cyrl special case
|
2017-05-27 15:59:11 +02:00 |
|
panni
|
b192f4f80d
|
podnapisi: add movie/episode hash
|
2017-05-27 05:13:19 +02:00 |
|
panni
|
3828c8bf89
|
language encoding: set windows first
|
2017-05-27 05:03:38 +02:00 |
|