Louis Vézina
143a15693a
Fixed missing attribute.
4 years ago
Louis Vézina
8acd735fcc
Fixed missing attribute.
4 years ago
Louis Vézina
e66fb89eec
Added better logging to history when syncing.
4 years ago
Louis Vézina
53f195a071
Fixed subsync settings sliders.
4 years ago
Louis Vézina
d9a9c26d7e
Merge branch 'development' into subsync
...
# Conflicts:
# bazarr/get_subtitle.py
4 years ago
Louis Vézina
52ef2ee746
Implemented slider instead of return false on key down.
4 years ago
Louis Vézina
bccb33ed9b
Renamed Tools modal button to "Close" instead of "Cancel".
4 years ago
josdion
303182471c
return to encoding auto detection in case the provider has set invalid encoding
4 years ago
morpheus65535
270e223107
Merge pull request #1014 from GermanG/betaseriesfix
...
Betaseriesfix
4 years ago
Louis Vézina
a459b2d32e
Added fallback to chardet if cchardet is not available.
4 years ago
Louis Vézina
9c9cbe8f19
Added on demand subtitles synchronization.
4 years ago
Louis Vézina
c4d199dc5b
Typo
5 years ago
Louis Vézina
c61357b4b4
Fix 2/2 for unrar directories with capital letters.
5 years ago
Louis Vézina
dd45e7183c
Fix 1/2 for unrar directories with capital letters.
5 years ago
Louis Vézina
66313aa197
Subsync first implementation (only after download/upload).
5 years ago
Louis Vézina
c6548c06b7
Subsync first implementation (only after download/upload).
5 years ago
josdion
d06cace2d6
Fix #886
...
Use the whole subtitle file to detect encoding. Seems like if trying to detect encoding only by a part of the file, is not always working. This modification will lead to worse performance, but should be more reliable.
5 years ago
josdion
ca0123c036
don't check for language code if the subtitle file name is the same as the video name
...
if the subtitle file name is the same as the video name, it is pointless to check the language code
5 years ago
Moravčík, Marian
183fc8f7d3
Post-Processing add missing logs
5 years ago
josdion
ecff2dcbc6
titulky fix encoding
...
Remove setting of the encoding, so now it will be auto detected.
5 years ago
Halali
957a9e2310
Post-Processing Score tag Added Fix type to string
5 years ago
Halali
9bd725beb2
Post-Processing Score tag Added
5 years ago
josdion
84ad5aaeaa
fix for #914
...
Replace latin_1 with cp1252, as latin_1 is already in the list with its alias iso-8859-1. Don't know why cp1252 hasn't been included so far.
5 years ago
Louis Vézina
f79faaa5c5
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
37dff31e5f
Typo
5 years ago
josdion
727ceb0910
update "Show Only Desired Languages" description
...
- update "Show Only Desired Languages" description
- improve detection of movies without selected desired languages
5 years ago
Louis Vézina
9b7e160784
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
af40005616
Fix for #1006
5 years ago
josdion
8acb488fba
delete unsupported subtitle archive files from cache
5 years ago
josdion
3e4a75aeca
fix "Show Only Desired Languages" for movies without selected languages
5 years ago
josdion
197b84c36e
subssabbz, subsunacs - reduce score of subtitles for multi-disc movie releases
5 years ago
josdion
a9624fb818
added "Show Only Desired Languages" option for embedded subtitles
5 years ago
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.
5 years ago
josdion
9be6191478
set yifysubtitles video_types to movie only
5 years ago
josdion
e7ccafe958
YIFY Subtitles Provider added
5 years ago
josdion
a067d10352
fix restart after update
5 years ago
josdion
a8258006b5
subsunacs - download subtitles in 7zip format
5 years ago
josdion
8a981553bf
add py7zr library version 0.7.0
5 years ago
Louis Vézina
99a98a564a
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
2efa3c9f86
Fix for #729
5 years ago
Louis Vézina
7c987ac8f7
Removed unused modules.
5 years ago
morpheus65535
514d549934
Merge pull request #999 from smaarn/fix/term-signal-should-be-caught
...
Propagate TERM signal to latest forked child process
5 years ago
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)
5 years ago
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
5 years ago
morpheus65535
cf651df6a8
Merge pull request #997 from Mr-Quin/development
...
change isascii to isalnum
5 years ago
Mr-Quin
08aa8cae0a
change isascii to isalnum
5 years ago
Moravčík, Marian
834228f888
Merge remote-tracking branch 'origin/development' into development
5 years ago
Moravčík, Marian
074b54685a
Small fix for Pos-processing log output
5 years ago
Louis Vézina
72419538a3
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
97b826af0d
Fix for #996
5 years ago