Commit Graph

2416 Commits

Author SHA1 Message Date
Louis Vézina d0d3a0a3d9 WIP 2020-06-25 06:33:48 -04:00
Louis Vézina 487434c9fc Back-end part of path mappings browser. 2020-06-20 09:03:48 -04:00
Louis Vézina e3f9030463 Fix for slider tooltip overlapping other content. 2020-06-19 11:43:36 -04:00
Louis Vézina 1cfc193758 Added history statistics 2020-06-19 09:18:48 -04:00
Louis Vézina aac4b56349 Fix for #1019 2020-06-17 09:50:14 -04:00
Louis Vézina e324f4ea93 Merge branch 'subsync' into development 2020-06-17 06:32:24 -04:00
Louis Vézina 0577f69eff Improved logging to better see what subtitles wasn't synced. 2020-06-16 15:25:43 -04:00
Louis Vézina de3f11392a Partial rollback from previous commit. 2020-06-16 14:35:00 -04:00
Louis Vézina 02255828bc Fix for missing GA visitor config 2020-06-16 14:33:39 -04:00
Louis Vézina eb312704e4 Merge branch 'development' into subsync 2020-06-16 11:06:51 -04:00
Louis Vézina cb192d7208 Added napisi24 username API access warning 2020-06-16 11:06:14 -04:00
Louis Vézina 143a15693a Fixed missing attribute. 2020-06-16 10:24:28 -04:00
Louis Vézina 8acd735fcc Fixed missing attribute. 2020-06-16 07:02:16 -04:00
Louis Vézina e66fb89eec Added better logging to history when syncing. 2020-06-15 22:40:08 -04:00
Louis Vézina 53f195a071 Fixed subsync settings sliders. 2020-06-14 09:50:30 -04:00
Louis Vézina d9a9c26d7e Merge branch 'development' into subsync
# Conflicts:
#	bazarr/get_subtitle.py
2020-06-14 09:33:20 -04:00
Louis Vézina 52ef2ee746 Implemented slider instead of return false on key down. 2020-06-14 09:30:59 -04:00
Louis Vézina bccb33ed9b Renamed Tools modal button to "Close" instead of "Cancel". 2020-06-14 08:14:01 -04:00
josdion 303182471c return to encoding auto detection in case the provider has set invalid encoding 2020-06-14 08:35:58 +03:00
morpheus65535 270e223107
Merge pull request #1014 from GermanG/betaseriesfix
Betaseriesfix
2020-06-12 22:03:36 -04:00
Louis Vézina a459b2d32e Added fallback to chardet if cchardet is not available. 2020-06-12 21:57:52 -04:00
Louis Vézina 9c9cbe8f19 Added on demand subtitles synchronization. 2020-06-12 15:08:44 -04:00
Louis Vézina c4d199dc5b Typo 2020-06-10 15:47:44 -04:00
Louis Vézina c61357b4b4 Fix 2/2 for unrar directories with capital letters. 2020-06-10 13:17:20 -04:00
Louis Vézina dd45e7183c Fix 1/2 for unrar directories with capital letters. 2020-06-10 13:14:53 -04:00
Louis Vézina 66313aa197 Subsync first implementation (only after download/upload). 2020-06-10 13:03:13 -04:00
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
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.
2020-06-09 22:20:43 +03:00
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
2020-06-09 20:11:48 +03:00
Moravčík, Marian 183fc8f7d3 Post-Processing add missing logs 2020-06-08 08:35:08 +02:00
josdion ecff2dcbc6 titulky fix encoding
Remove setting of the encoding, so now it will be auto detected.
2020-06-07 20:33:50 +03:00
Halali 957a9e2310 Post-Processing Score tag Added Fix type to string 2020-06-07 14:25:08 +02:00
Halali 9bd725beb2 Post-Processing Score tag Added 2020-06-07 14:00:42 +02:00
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.
2020-06-04 20:24:55 +03:00
Louis Vézina f79faaa5c5 Merge remote-tracking branch 'origin/development' into development 2020-06-03 06:42:20 -04:00
Louis Vézina 37dff31e5f Typo 2020-06-03 06:39:31 -04:00
josdion 727ceb0910 update "Show Only Desired Languages" description
- update "Show Only Desired Languages" description
- improve detection of movies without selected desired languages
2020-06-01 21:06:01 +03:00
Louis Vézina 9b7e160784 Merge remote-tracking branch 'origin/development' into development 2020-05-31 21:59:48 -04:00
Louis Vézina af40005616 Fix for #1006 2020-05-31 21:59:33 -04:00
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