Louis Vézina
7354a6d45e
WIP
5 years ago
Louis Vézina
a1854dbc22
WIP
5 years ago
Louis Vézina
7332acd67a
WIP
5 years ago
Bazarr
963ae3354a
when download limit reached, throttle wait until next day
5 years ago
Louis Vézina
3394363edc
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/get_providers.py
# bazarr/main.py
# views/providers.tpl
5 years ago
Bazarr
81642e3fe2
added skip_wrong_fps match and login again if redirect due to expired session cookies
5 years ago
Louis Vézina
da7addac4e
WIP
5 years ago
Louis Vézina
7490e73a10
WIP
5 years ago
Louis Vézina
961fae8aed
WIP
5 years ago
Bazarr
41a66abe68
Throttle connections to Addic7ed provider throwing IPAddressBlocked excpetion
5 years ago
Bazarr
d9982b36d9
added new IPAddressBlocked exception and cache Legendasdivx login cookies to not throttle site
5 years ago
Louis Vézina
c1c7ba5dc3
WIP
5 years ago
Moravčík, Marian
106528977a
WIP
5 years ago
Bazarr
075f053f17
treat exceptions when HTTPError is returned
5 years ago
Louis Vézina
9741ed2b91
WIP
5 years ago
Louis Vézina
004e7943ea
Merge remote-tracking branch 'origin/hermes' into hermes
5 years ago
Moravčík, Marian
71e3877417
WIP
5 years ago
Louis Vézina
6fd6ee234c
Merge branch 'development' into hermes
...
# Conflicts:
# .gitignore
# bazarr/main.py
5 years ago
Louis Vézina
018d18840e
WIP
5 years ago
Louis Vézina
8718d91ba5
WIP
5 years ago
Bazarr
2dcfc433c3
fixed Parsed Exceptios, refactored code and implemented pagination search
5 years ago
josdion
5ad70d940f
Fix #886
...
Ignore external subtitles files only if the encoding confidence is below 0.6. Hope this will fix any remaining encoding related issues.
5 years ago
Louis Vézina
9cd6a489f7
WIP
5 years ago
josdion
32bd30e3e7
reduce XMLRPC requests to opensubtitles server
...
- use cached token instead of logging in every time when search for subtitles
- delete authentication token in case of account modification
5 years ago
Louis Vézina
de02f5ea10
WIP
5 years ago
Louis Vézina
6f5a55170f
WIP
5 years ago
Louis Vézina
bbcd70adc4
WIP
5 years ago
Louis Vézina
5b47c3e8eb
WIP
5 years ago
Louis Vézina
83d226a8a0
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# bazarr/scheduler.py
5 years ago
Louis Vézina
55fb852fba
Fix for ffprobe not being used correctly.
5 years ago
Louis Vézina
f0e9c0f58a
Fix for ffprobe not being used correctly.
5 years ago
Louis Vézina
1b6c8297dd
WIP
5 years ago
Louis Vézina
62093864f2
WIP
5 years ago
Louis Vézina
67d5e2a9c2
WIP
5 years ago
morpheus65535
9bc9a03725
Update main.py
5 years ago
Aurel004
81271b52f7
Update get_subtitle.py
5 years ago
Aurel004
6b8a59bffb
Adding Post processing to manual upload
...
From dev branch
5 years ago
Louis Vézina
7c7c9a7b9d
Fix for #939
5 years ago
Louis Vézina
a3cecd6687
WIP
5 years ago
morpheus65535
8b58ce9939
Merge pull request #942 from roobre/patch-1
...
logging: show file error reason in log
5 years ago
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.
5 years ago
josdion
167e4d0584
a better way to set base_url default value
5 years ago
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.
5 years ago
josdion
c60a64790d
add page size option for manual search results
5 years ago
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.
5 years ago
Louis Vézina
9dbbfe6395
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
c83d3eeae3
Updated tzlocal module and removed check for improperly configured time zone.
5 years ago
josdion
cd25386567
guess subtitle encoding - tune up confidence
5 years ago
Louis Vézina
2abc6a8a9a
Merge branch 'development' into hermes
...
# Conflicts:
# views/system.tpl
5 years ago
Louis Vézina
59c9ed1fcf
Fix for PGS subtitles not ignored correctly.
5 years ago
josdion
2ca673c24c
fix creation of the random api_key
5 years ago
Louis Vézina
82975e31c8
WIP
5 years ago
Louis Vézina
b434ff2666
Simplify daemon mechanism.
5 years ago
Louis Vézina
1b0e721a9d
WIP
5 years ago
Louis Vézina
02551f2486
Fix for shutdown/restart from UI.
5 years ago
Louis Vézina
50901a3b04
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/providers.tpl
5 years ago
Louis Vézina
b42887c5fa
Added logging to sonarr/radarr connection testing #900 .
5 years ago
Louis Vézina
1f25fdde2f
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr.py
# bazarr/main.py
# views/menu.tpl
5 years ago
Louis Vézina
f44f0f41f4
Version bump
5 years ago
Louis Vézina
93b95f9936
Fix for #920 .
5 years ago
Louis Vézina
cab52af42e
Fixed small deprecation with logging.warn
5 years ago
Louis Vézina
a3723a1437
Added apikey authentication for new API. Can be passed as GET query string args or POST value named 'apikey'.
5 years ago
Louis Vézina
a74b4377eb
WIP
5 years ago
Louis Vézina
63b85d8e1a
WIP
5 years ago
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.
5 years ago
Louis Vézina
1695069319
Merge remote-tracking branch 'origin/hermes' into hermes
5 years ago
Louis Vézina
d9453121a6
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/episodes.tpl
# views/movie.tpl
# views/providers.tpl
5 years ago
Louis Vézina
034c8abfc0
Added search bar functionality.
5 years ago
morpheus65535
78556a0854
Merge pull request #887 from josdion/hermes
...
Set default values for languages, HI and forced subtitles
5 years ago
Moravčík, Marian
43a60eca07
WIP
5 years ago
josdion
be0411d50a
improve character encoding detection
5 years ago
morpheus65535
92497a8822
Merge pull request #888 from josdion/development
...
Fix subtitle character encoding detection
5 years ago
Louis Vézina
b3dfb5590b
Fix for #859
5 years ago
Louis Vézina
657962fbb2
Fix for movies manual upload not getting indexed after upload.
5 years ago
josdion
354454688d
Fix subtitle character encoding detection
...
Increase the size of the language recognition buffer to 32K
5 years ago
josdion
c0faf08c52
Set default values for languages, HI and forced subtitles
...
Set default values for languages, HI and forced when adding new movies and tv shows to the database.
5 years ago
Louis Vézina
d1a94638e1
Partial fix for #729 (only Shameless (US))
5 years ago
Louis Vézina
3ed36eeb8a
WIP
5 years ago
Louis Vézina
ec94b836f6
WIP
5 years ago
Louis Vézina
c982e37024
Fix to embedded subs indexer.
5 years ago
morpheus65535
e04364d17d
Merge pull request #876 from josdion/development
...
add uploader member variable to subtitle class
5 years ago
josdion
dd4707176a
add subtitle uploader as a column in manual search dialog
5 years ago
Louis Vézina
71af42441b
Merge branch 'development' into hermes
...
# Conflicts:
# views/episodes.tpl
# views/movie.tpl
# views/providers.tpl
5 years ago
Louis Vézina
a198250cca
WIP
5 years ago
morpheus65535
08a38f6505
Merge pull request #873 from josdion/development
...
do not show release info if it contains only whitespace characters
5 years ago
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.
5 years ago
Louis Vézina
aa1b9dfcf4
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/embedded_subs_reader.py
# bazarr/list_subtitles.py
# bazarr/logger.py
# bazarr/main.py
# views/providers.tpl
5 years ago
morpheus65535
3bd75b19ca
Merge pull request #864 from josdion/development
...
Convert subtitle text to unicode before sending to guess_language
5 years ago
Louis Vézina
0f85f683c2
Possible fix for #860
5 years ago
Louis Vézina
a2dbc73130
WIP
5 years ago
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
5 years ago
Louis Vézina
1a44dbc31a
Fix for #841
5 years ago
Louis Vézina
25a4126f6d
Merge branch 'development' into hermes
5 years ago
Louis Vézina
d3aa8d4c80
WIP
5 years ago
Louis Vézina
978f9aeded
Fix for #851
5 years ago
Louis Vézina
362691220c
WIP
5 years ago
Louis Vézina
49d81aab35
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/providers.tpl
# views/settings_general.tpl
5 years ago
morpheus65535
9f27b949c0
Version bump
5 years ago
morpheus65535
c12c54a42a
Fix for #849
5 years ago
Louis Vézina
de1fe680df
Fix for #843
5 years ago
Louis Vézina
fd339b5fff
Fix for release update missing an import
5 years ago
Louis Vézina
e0b98337b2
WIP
5 years ago
Louis Vézina
ae46a0fc49
WIP
5 years ago
morpheus65535
04a0d5ffb2
Merge pull request #833 from JpF4E/master
...
Addition of audio language variables to post processing commands
5 years ago
Louis Vézina
c96ca8fe16
WIP
5 years ago
JpF4E
8bdf2db607
Fixed manual download.
5 years ago
Louis Vézina
34f34130c6
WIP
5 years ago
Louis Vézina
5466ce42e9
WIP
5 years ago
Louis Vézina
44f090fd92
WIP
5 years ago
Louis Vézina
fcbb2300a3
WIP
5 years ago
JpF4E
1af408f684
Added audio language variables to post processing command. Required to use with subsync.
5 years ago
JpF4E
e5ecd17f80
Added audio language variables to post processing command. Required to use with subsync.
5 years ago
Louis Vézina
aeda5a768f
WIP
5 years ago
Louis Vézina
57cdd2fce9
WIP
5 years ago
Louis Vézina
8749fc13f2
WIP
5 years ago
Louis Vézina
83abf21687
WIP
5 years ago
Louis Vézina
7cfa3fe337
WIP
5 years ago
Louis Vézina
261b05fd13
Merge branch 'master' into development
5 years ago
Louis Vézina
630f7e8394
WIP
5 years ago
Louis Vézina
fc3923ad81
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# libs/version.txt
# views/menu.tpl
5 years ago
Louis Vézina
96e210cae1
Blocking Bazarr update for users that don't use Python 3.x yet.
5 years ago
Louis Vézina
7d881e6de9
Version bump
5 years ago
panni
6c32db637d
fix usage of compute_score after retval changes; sort by secondary score as well
5 years ago
Louis Vézina
1f99e230fb
Fixes to broken manual search and download following @pannal changes to compute_score().
5 years ago
Louis Vézina
2dfe631e02
WIP
5 years ago
Louis Vézina
2d1e734400
WIP
5 years ago
Louis Vézina
bfa438df7c
WIP
5 years ago
Louis Vézina
8e134dcceb
WIP
5 years ago
Louis Vézina
d933108766
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr.py
# bazarr/get_series.py
# bazarr/list_subtitles.py
# bazarr/main.py
5 years ago
Louis Vézina
e2b65c2468
WIP
5 years ago
Smaarn
908fb55940
fix: if authorizations check are required keyboard interruptions would be swallowed
5 years ago
Louis Vézina
4ce8c55e83
WIP
5 years ago
Louis Vézina
d738bab732
WIP
5 years ago
Louis Vézina
80a740c5bd
WIP
5 years ago
Louis Vézina
b6435ad612
WIP
5 years ago
Louis Vézina
ec2c7af031
WIP
5 years ago
Louis Vézina
d0d8388d9f
Fix for #796
5 years ago
Louis Vézina
f80727f409
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
3ff4518b4a
Fix for #796
5 years ago
ngosang
d0c1330362
replace langdetect with guess_language-spirit. resolves #799
5 years ago
Louis Vézina
7c8f6c988d
Fix for #790 .
5 years ago
Louis Vézina
1f82645e1d
WIP
5 years ago
Louis Vézina
a8e27a6a79
Merge branch 'development' into Flask
...
# Conflicts:
# bazarr.py
# bazarr/get_series.py
# bazarr/main.py
# bazarr/scheduler.py
# views/historymovies.tpl
# views/historyseries.tpl
# views/menu.tpl
5 years ago
morpheus65535
3dec9c6a2b
Merge pull request #793 from ngosang/feature/clean4
...
code cleanup: scheduler
5 years ago
Louis Vézina
f81f7ed27c
Merge branch 'development'
...
# Conflicts:
# bazarr/get_providers.py
# libs/subliminal_patch/providers/titrari.py
5 years ago
ngosang
f3405d645b
code cleanup: scheduler
5 years ago
Louis Vézina
dd4d24fc3c
Fix for #789 .
5 years ago
morpheus65535
a1a452e452
Merge pull request #788 from ngosang/feature/clean2
...
code cleanup: get_series
5 years ago
ngosang
93cdd562b7
code cleanup: get_series
5 years ago
ngosang
f49d30d722
code cleanup: notifier, utils
5 years ago