Louis Vézina
f0e9c0f58a
Fix for ffprobe not being used correctly.
2020-04-25 08:51:26 -04:00
morpheus65535
9bc9a03725
Update main.py
2020-04-24 06:51:08 -04:00
Aurel004
81271b52f7
Update get_subtitle.py
2020-04-23 20:12:13 +02:00
Aurel004
6b8a59bffb
Adding Post processing to manual upload
...
From dev branch
2020-04-23 20:06:37 +02:00
Louis Vézina
7c7c9a7b9d
Fix for #939
2020-04-22 20:32:56 -04:00
morpheus65535
8b58ce9939
Merge pull request #942 from roobre/patch-1
...
logging: show file error reason in log
2020-04-22 12:07:26 -04:00
Roberto Santalla
635b865b2a
logging: show file error reason in log
...
In case of an error occurs while saving subtitles, the cause for the error should be printed to the log file. Otherwise it becomes difficult to debug it.
2020-04-22 18:02:03 +02:00
josdion
167e4d0584
a better way to set base_url default value
2020-04-21 13:24:25 +03:00
josdion
cda0feb42a
set base_url default value if it's empty string in config.ini
...
This can happen if switching back from hermes branch as it uses empty string as a default value of base_url.
2020-04-21 12:39:50 +03:00
josdion
6a34f2d35f
release git config writer
...
From documentation: In Python 3, it's required to explicitly release locks and flush changes, as __del__ is not called deterministically anymore.
2020-04-19 10:18:58 +03:00
Louis Vézina
9dbbfe6395
Merge remote-tracking branch 'origin/development' into development
2020-04-18 20:42:40 -04:00
Louis Vézina
c83d3eeae3
Updated tzlocal module and removed check for improperly configured time zone.
2020-04-18 20:42:27 -04:00
josdion
cd25386567
guess subtitle encoding - tune up confidence
2020-04-17 22:38:47 +03:00
Louis Vézina
59c9ed1fcf
Fix for PGS subtitles not ignored correctly.
2020-04-17 09:24:47 -04:00
Louis Vézina
b434ff2666
Simplify daemon mechanism.
2020-04-15 12:54:07 -04:00
Louis Vézina
b42887c5fa
Added logging to sonarr/radarr connection testing #900 .
2020-04-13 08:21:03 -04:00
Louis Vézina
f44f0f41f4
Version bump
2020-04-12 08:49:28 -04:00
Louis Vézina
93b95f9936
Fix for #920 .
2020-04-11 10:43:03 -04:00
Louis Vézina
cab52af42e
Fixed small deprecation with logging.warn
2020-04-11 08:04:14 -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
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
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
Louis Vézina
d1a94638e1
Partial fix for #729 (only Shameless (US))
2020-03-25 00:04:32 -04:00
Louis Vézina
c982e37024
Fix to embedded subs indexer.
2020-03-22 09:23:06 -04: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
dd4707176a
add subtitle uploader as a column in manual search dialog
2020-03-22 11:54:54 +02: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
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
Louis Vézina
978f9aeded
Fix for #851
2020-03-08 18:07:10 -04: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
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
JpF4E
8bdf2db607
Fixed manual download.
2020-02-24 14:31:40 +00: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
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
Smaarn
908fb55940
fix: if authorizations check are required keyboard interruptions would be swallowed
2020-02-09 10:43:19 +01:00