Commit graph

909 commits

Author SHA1 Message Date
panni
7c59b2d82c save_subtitle: use original_path not original_name 2019-01-16 15:34:33 +01:00
Halali
65927c742b Clen up 2019-01-15 17:25:13 +01:00
Halali
0b706a4e41 Merge remote-tracking branch 'origin/development' into subliminal_patch
# Conflicts:
#	bazarr/get_movies.py
#	bazarr/get_subtitle.py
#	bazarr/init.py
#	bazarr/main.py
#	views/settings.tpl
2019-01-15 15:45:38 +01:00
panni
10c1c08f07 core: use ConfigParser import from configparser2 backports package 2019-01-15 14:06:46 +01:00
panni
c16d9aadfc add requirements.txt for gevent and lxml 2019-01-15 14:04:52 +01:00
panni
e61af7850b core: fix ConfigParser import 2019-01-15 13:52:37 +01:00
panni
10c7012c18 subliminal_patch: update again; add is_valid shortcut 2019-01-15 13:44:17 +01:00
panni
8879f5a82e core: update subliminal_patch to 2.6.4.2917-dev; fix addic7ed, subscene, titlovi; fix SSAStyle parsing in SRT 2019-01-15 13:39:34 +01:00
panni
d896599417 video: store original_name and use it for saving 2019-01-15 13:35:58 +01:00
panni
c975f7f07c manual_search: compute not_matched after compute_score 2019-01-15 13:26:26 +01:00
panni
27b879a04c logger: set non-debug loggers for sz/patch 2019-01-15 13:21:53 +01:00
panni
ab60b9276b manual_download_subtitle: fix download success handling 2019-01-15 13:20:39 +01:00
morpheus65535
9bcbd79f78 Merge remote-tracking branch 'origin/development' into development 2019-01-13 21:54:26 -05:00
morpheus65535
d936a4313e Small logging fix when manual download fail. 2019-01-13 21:53:36 -05:00
Halali
94b967282d Merge remote-tracking branch 'origin/development' into development 2019-01-12 08:30:40 +01:00
morpheus65535
2006f7be31 Merge remote-tracking branch 'origin/development' into development 2019-01-11 23:26:47 -05:00
morpheus65535
ecfde95a94 Refactoring of providers UI in settings and wizard. Removec the ugly alert when savong settings and replacing it with a notification. 2019-01-11 23:23:53 -05:00
Halali
6a53ee784a Merge remote-tracking branch 'origin/halali' into development 2019-01-10 18:53:48 +01:00
Halali
04edd01746 Fix only_monitored for movies 2019-01-10 18:14:25 +01:00
Halali
9fef1ab9a3 Merge remote-tracking branch 'origin/halali' into development 2019-01-10 17:45:08 +01:00
morpheus65535
78de68b8a8 Revert "Merge pull request #249 from goldenpipes/goldenpipes-logo-remake"
This reverts commit 57e0363bb9, reversing
changes made to 02d9dc4799.
2019-01-09 20:50:24 -05:00
morpheus65535
57e0363bb9
Merge pull request #249 from goldenpipes/goldenpipes-logo-remake
Add files via upload
2019-01-09 20:43:53 -05:00
morpheus65535
02d9dc4799 Merge remote-tracking branch 'origin/master' into development 2019-01-06 13:54:59 -05:00
morpheus65535
4feeb3eaa9 Merge remote-tracking branch 'origin/development' into development 2019-01-06 13:51:32 -05:00
morpheus65535
8b3bf459ea Improvement to the episodes and movies update process. We now scan for existing subtitles and store them in DB when Sonarr or Radarr replace or rename the media file. 2019-01-06 13:50:36 -05:00
Halali
006fcd2be9 fix last commit 2019-01-06 18:18:28 +01:00
Halali
1cc7efa413 Add Feature Request #229 2019-01-06 18:15:43 +01:00
Halali
3ac4b75b88 Add exception for configparser import 2019-01-06 13:12:31 +01:00
morpheus65535
4141b7c280
Merge pull request #265 from kidburglar/264-Possibility-to-avoid-certificate-verification 2019-01-05 20:23:13 -05:00
Halali
d6d7c4bd1f Fix init script 2019-01-05 15:55:27 +01:00
kidburglar
83237af9ce Add verify=False for the test_url route 2019-01-05 15:08:56 +01:00
Halali
e561889902 Add rest providers config 2019-01-04 21:01:18 +01:00
Halali
ab4bbc35dd Start work on providers configs 2019-01-03 21:57:21 +01:00
Halali
7cdf9fcc4e Merge remote-tracking branch 'origin/development' into subliminal_patch 2019-01-03 21:30:34 +01:00
morpheus65535
84ccabfad4 Fix for configparser2 import error. 2019-01-02 23:12:33 -05:00
Halali
c765359fcf Fixes after merge 2019-01-02 20:43:40 +01:00
Halali
e6a8aea924 Merge remote-tracking branch 'origin/development' into subliminal_patch
# Conflicts:
#	bazarr/check_update.py
#	bazarr/get_episodes.py
#	bazarr/get_languages.py
#	bazarr/get_movies.py
#	bazarr/get_providers.py
#	bazarr/get_series.py
#	bazarr/get_settings.py
#	bazarr/get_subtitle.py
#	bazarr/init.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	bazarr/notifier.py
#	bazarr/scheduler.py
#	bazarr/update_db.py
#	bazarr/utils.py
#	views/history.tpl
2019-01-02 20:19:31 +01:00
Halali
305cc616f1 Add .gitignore to data folder 2019-01-02 19:25:43 +01:00
morpheus65535
4667c306cb Merge remote-tracking branch 'origin/halali' into halali 2019-01-02 11:53:42 -05:00
morpheus65535
cd4e884533 Version bump 2019-01-02 11:51:02 -05:00
Halali
915dfa119d Remove unused configs from wizard 2019-01-02 15:51:08 +01:00
Halali
4661276844 Merge remote-tracking branch 'origin/halali' into halali 2019-01-02 09:58:43 +01:00
Halali
2a6b8d8934 Fix for Wizard 2019-01-02 09:58:20 +01:00
morpheus65535
35fcc703d6 Merge remote-tracking branch 'origin/halali' into halali 2019-01-01 21:06:08 -05:00
morpheus65535
af16492230 Fix for providers in wizard. 2019-01-01 21:03:23 -05:00
Halali
80b09d3e73 Merge remote-tracking branch 'origin/development' into subliminal_patch 2019-01-01 21:51:21 +01:00
Halali
4fd9ed1157 Merge remote-tracking branch 'origin/development' into halali 2019-01-01 21:50:42 +01:00
Halali
b5dd80caf1 Remove alert from test notification 2019-01-01 21:49:44 +01:00
Halali
d2cba5b2c1 Remove alert from test notification 2019-01-01 21:48:42 +01:00
Halali
f89b4a94de Remove alert from test notification 2019-01-01 21:45:35 +01:00