1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 18:17:46 +00:00
Commit graph

2485 commits

Author SHA1 Message Date
Louis Vézina
bf5026151f Fix for wanted pages. 2020-07-13 13:59:11 -04:00
Louis Vézina
72b6fd62a0 Added filter to exclude episodes based on series type as defined in Sonarr. 2020-07-13 10:57:43 -04:00
Louis Vézina
15e3fcaca9 Added filter to exclude episodes or movies based on monitored status or tags. 2020-07-12 16:37:20 -04:00
Louis Vézina
254e99531e Fix for movies resolution not properly imported from Radarr. 2020-07-08 22:25:57 -04:00
Louis Vézina
43a5533a84 Fix for #913 (user-agent for subs4series) 2020-07-07 11:43:54 -04:00
Louis Vézina
94fc3ae8dd Fix for #915 2020-07-06 18:34:52 -04:00
Louis Vézina
4f481d16d1 Fix for #913 (subs4series only) 2020-07-06 13:55:59 -04:00
Louis Vézina
f6c6e90fed Fix for #913 (subs4free only) 2020-07-06 12:38:18 -04:00
Louis Vézina
00cecaab94 Fix for #1024 2020-07-05 09:16:17 -04:00
Louis Vézina
33dc89b487 Fix for manual search when all providers are throttled. 2020-07-04 09:59:26 -04:00
morpheus65535
a3956a715c
Update requirements.txt 2020-07-03 14:24:15 -04:00
Louis Vézina
47c4bc23dc Removed dots line for filetree 2020-06-26 14:51:14 -04:00
Louis Vézina
fa512e81e5 Merge branch 'development' into path_mappings
# Conflicts:
#	views/_main.html
2020-06-26 13:31:00 -04:00
Louis Vézina
1daf4f6e3a WIP 2020-06-26 13:29:08 -04:00
Louis Vézina
78c40aab23 WIP 2020-06-26 11:28:49 -04:00
Louis Vézina
af6d69d058 Merge remote-tracking branch 'origin/development' into development 2020-06-25 06:36:55 -04:00
Louis Vézina
bf71be7ef7 Fix for file input text that get out of the field. 2020-06-25 06:36:40 -04:00
Louis Vézina
d0d3a0a3d9 WIP 2020-06-25 06:33:48 -04:00
Halali
6f4f42bb2d Fixed Mobile UI for search bar 2020-06-20 17:07:21 +02:00
Halali
4424dc2e90 Fixed Mobile UI for search bar 2020-06-20 17:01:01 +02: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