1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 01:57:33 +00:00
Commit graph

190 commits

Author SHA1 Message Date
Louis Vézina
d31299870d Merge branch 'development' into python3
# Conflicts:
#	bazarr/list_subtitles.py
#	bazarr/main.py
2019-11-06 16:45:51 -05:00
Louis Vézina
808f87ca9c Fix for added episodes and movies not being analyzed for existing subtitles or searched for missing. 2019-11-03 08:36:10 -05:00
Louis Vézina
7f80b1de83 Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_series.py
#	bazarr/list_subtitles.py
2019-10-31 13:21:49 -04:00
Louis Vézina
7977deb142 Merge remote-tracking branch 'origin/development' into development 2019-10-31 12:56:59 -04:00
Louis Vézina
3afaa501d8 Revert "Changed row factory."
This reverts commit 2565a039
2019-10-31 12:52:59 -04:00
morpheus65535
1497359681
Merge pull request #653 from gmerciel/subtitulamos-tv
Subtitulamos.tv provider
2019-10-31 09:28:13 -04:00
Louis Vézina
2565a0395f Changed row factory. 2019-10-31 06:41:34 -04:00
Gonzalo Merciel
2e645039f1 Fixed encoding issues 2019-10-30 22:57:50 -05:00
Louis Vézina
50dfacece0 Added values to debug logging of DB requests. 2019-10-29 11:43:09 -04:00
Louis Vézina
fe6758858a Merge branch 'development' into python3
# Conflicts:
#	bazarr/database.py
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_series.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	views/movie.tpl
2019-10-28 20:27:11 -04:00
Louis Vézina
eca6cd0a5a Merge branch 'development' into morpheus 2019-10-28 12:08:56 -04:00
Louis Vézina
75a0a5ace4 WIP 2019-10-28 00:05:28 -04:00
Louis Vézina
d4115cb65f WIP 2019-10-26 14:52:22 -04:00
Louis Vézina
bcded9e45d WIP 2019-10-24 22:35:04 -04:00
morpheus65535
250db5d0f6
Merge pull request #646 from dkage/master
Update pytz and tzlocal to resolve issue with Brazil DST with timezone
2019-10-24 06:37:16 -04:00
dkage
a7fba2ee1b Update pytz and tzlocal to resolve issue with Brazil DST with timezone
As Brazil does not have Daylight Saving Time anymore as decided by it's government, pytz needed to be updated to have the new data about the country timezones.
And as some in pytz calls in bazarr used tzlocal functions, that one needed also to be updated.
Works fine now, tested on Brazil - Timezone America/Sao_Paulo

This commit fixes #641
2019-10-24 02:36:49 -03:00
panni
912717dd93 core: update to subliminal_patch:head; addic7ed: fix using empty show ids list; fix completed subtitle detection for non-english languages; fix mr robot subtitle file detection 2019-10-22 12:00:50 +02:00
Louis Vézina
15575e9917 WIP 2019-10-21 22:13:37 -04:00
Louis Vézina
0968f66e3f Missing Peewee files. 2019-10-20 08:04:26 -04:00
panni
8799938b4e core: update to subliminal_patch:head; addic7ed: show ids fetching 2019-10-20 06:07:10 +02:00
Louis Vézina
995b9ac9ae Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	libs/subliminal_patch/core.py
#	libs/subliminal_patch/providers/addic7ed.py
2019-10-19 18:10:44 -04:00
panni
e452394841 core: update to subliminal_patch:head; addic7ed: fix captcha solving; fix getting show list 2019-10-19 23:20:12 +02:00
Louis Vézina
ae6f7117fc Major fixes to database subsystem. 2019-10-16 10:20:35 -04:00
morpheus65535
73df77984d
Fix for #630 2019-10-13 22:41:34 -04:00
Gonzalo Merciel
3d492ab4d6 Corrected release_info property.
Corrected bug with matches.
2019-10-10 17:24:13 -03:00
Gonzalo Merciel
6b91993545 Added encoding, realease_info and better matching. 2019-10-10 16:46:27 -03:00
Gonzalo Merciel
f809e608e4 Added subtitulamos.tv provider. 2019-10-10 16:46:27 -03:00
Halali
7171635441 Titulky provider some changes for python v3 compatibility 2019-10-09 22:06:30 +02:00
Louis Vézina
b591918e03 Moved enum to libs2 2019-10-07 21:38:28 -04:00
Louis Vézina
08139b43ed Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
2019-10-07 17:00:52 -04:00
ngosang
cdeed59584 Update Argenteam provider (https and new domain) 2019-10-07 22:00:27 +02:00
Louis Vézina
a4ed73b6fc Fix for invalid language in filename. 2019-10-07 15:28:26 -04:00
Louis Vézina
2a78008ecb Drop language on all exception. 2019-10-07 15:18:28 -04:00
Louis Vézina
99e940f7a8 Drop language on all exception. 2019-10-07 15:00:26 -04:00
Louis Vézina
7c75ae7615 Fix for invalid language code. 2019-10-07 14:50:16 -04:00
Louis Vézina
90e9786546 Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
2019-10-07 10:49:46 -04:00
Louis Vézina
7d3c6b31e7 Fix for index out of range when no extension in filename. 2019-10-07 06:55:00 -04:00
Louis Vézina
afd9cd6ddb Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_movies.py
#	libs/subliminal_patch/core.py
#	libs/subliminal_patch/providers/subdivx.py
#	libs/subliminal_patch/providers/titlovi.py
2019-10-05 22:57:42 -04:00
Louis Vézina
d65601d9cb Fix for #605. 2019-10-05 22:48:04 -04:00
Halali
b3c6def6bc Updated subliminal_path and subzero to latest dev version 2019-10-05 22:55:35 +02:00
ngosang
232eaa1981 Improve Subdivx provider, handle more exceptions 2019-10-05 15:52:45 +02:00
ngosang
c96fb20663 Improve provider throttle / status to handle all exceptions 2019-10-05 15:25:04 +02:00
Louis Vézina
7e5527b420 Bug correction 2019-09-28 14:05:34 -04:00
Louis Vézina
607af5c2f5 WIP 2019-09-28 12:21:08 -04:00
Louis Vézina
59c6a269ab WIP 2019-09-28 00:22:17 -04:00
Louis Vézina
ad3f37f8ac WIP 2019-09-24 06:23:53 -04:00
Louis Vézina
8227df459a WIP 2019-09-24 06:23:11 -04:00
Louis Vézina
2b2fd4e8d7 WIP 2019-09-23 16:21:24 -04:00
Louis Vézina
3df86acb85 WIP 2019-09-22 23:07:04 -04:00
Louis Vézina
bcc4183ef3 WIP 2019-09-22 22:27:23 -04:00