Commit graph

211 commits

Author SHA1 Message Date
morpheus65535 28d4a79644
Merge pull request #684 from dimotsai/assrt
Allow assrt to fetch subtitles through only ISO 639-2
2019-12-03 21:16:05 -05:00
Louis Vézina 2ecd21beb0 Fix for analytics under Python 3.x. 2019-12-02 23:54:31 -05:00
dimo d4a74581da Allow assrt to fetch subtitles through only ISO 639-2
This commit should fix issue #460
2019-12-01 10:04:04 +08:00
Louis Vézina 0f04e8a473 Patched fcache to support real move with shutil instead of os.rename. This way can move from one drive to another. 2019-11-28 06:52:06 -05:00
Louis Vézina 8cd2224cb6 Merge remote-tracking branch 'origin/development' into development 2019-11-27 21:49:04 -05:00
Louis Vézina 304a5ff1b8 Fix for subtitles file without a language code that aren't text based. 2019-11-27 21:48:39 -05:00
Halali 9fbec327c4 Merge remote-tracking branch 'origin/development' into development 2019-11-27 23:35:59 +01:00
Halali f1596ef7ba Fix Titulky provider compatibility with Python3 2019-11-27 23:32:58 +01:00
Louis Vézina ec94960376 Patch for simpleconfigparser when running under Python 3.7x and newer. 2019-11-27 16:18:53 -05:00
Louis Vézina 5007d983e3 Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00
Louis Vézina 4a2ed8830d Merge branch 'python3' into development 2019-11-25 19:50:16 -05:00
Louis Vézina 672e69e887 Upgraded Apprise to 0.8.2. 2019-11-25 19:44:28 -05:00
Louis Vézina 1f8b5bd2e1 Upgrade Apprise to fix issue with Discord notification. 2019-11-24 20:15:55 -05:00
Louis Vézina 777913bd40 Upgrade Apprise to fix issue with Discord notification. 2019-11-24 20:15:30 -05:00
Louis Vézina 684c8009bc Fix for Addic7ed. 2019-11-15 12:38:34 -05:00
Louis Vézina a36e010d76 WIP executemany 2019-11-12 20:40:16 -05:00
Louis Vézina f5e6408195 WIP executemany 2019-11-11 19:09:40 -05:00
Louis Vézina 213163fe3e WIP 2019-11-08 14:30:58 -05:00
Louis Vézina 79baeb7c0e WIP 2019-11-08 09:57:37 -05:00
Louis Vézina 8ea82d5e5f Fix for Subscene under Python 3.x 2019-11-08 09:21:40 -05:00
Louis Vézina d92e7755d3 Fix for SubtitulamosTv in Python3. 2019-11-07 19:37:56 -05:00
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