Commit Graph

60 Commits

Author SHA1 Message Date
Moravčík, Marian 7af7037c95 More work 2019-12-13 15:46:24 +01:00
Louis Vézina 985219f9af Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
#	views/movie.tpl
2019-11-19 22:04:54 -05:00
Louis Vézina a9bf2ee8e4 Added history modal for episode and tab for movie. 2019-11-19 22:02:59 -05:00
Louis Vézina 70e1bcdbaa Fix for embedded subtitles sorting under Python 3. 2019-11-16 08:44:14 -05:00
Louis Vézina e0aac7de4a Fix for episodes and movies subtitles sorting when detected language is None. 2019-11-15 06:51:59 -05:00
Louis Vézina c44252470a Fix for #659. 2019-11-04 23:32:55 -05:00
Louis Vézina 4a911f43e5 WIP 2019-10-27 20:45:15 -04:00
Louis Vézina 277198685e WIP 2019-10-26 23:17:14 -04:00
Louis Vézina bcbb6a4fab Renamed column label in manual search dialog. 2019-10-20 08:09:43 -04:00
Louis Vézina 7aa3c0bcb4 Added label to manual search for file path and scenename. 2019-10-07 15:45:35 -04:00
Louis Vézina e6feaa0863 Fixed UI for long subtitles path. Now use tooltip for full path and show only filename. 2019-10-01 14:56:53 -04:00
Louis Vézina 0bb2c2dd87 Improvement to the manual search modal to show file path, scenename and subtitles matching releases. 2019-09-30 23:29:08 -04:00
Kraken bb156c1910
Update movie.tpl 2019-09-17 15:57:34 +01:00
Louis Vézina ab68581eda Continuing development. 2019-08-25 23:34:35 -04:00
Louis Vézina 5b96df4c40 Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/get_subtitle.py
#	bazarr/main.py
#	views/movie.tpl
2019-08-25 22:20:42 -04:00
Eduardo Almeida fdf04df0ed [Feature] Subtitles Upload (#512)
* Subtitle upload support.

* Changes requested for PR #512.

* Work on differentiating manual upload from the other types.

* Support for forced subtitles.

* Fixed message when forced.

* Fixed forced subtitle filename.

* Fixed missing subtitles for movies not updating.

* Changed subtitle upload dialog format.

* Fixed upload UI.

* Fixed toggle.

* Small fixes.

* Small fixes.
2019-08-22 20:02:11 -04:00
Louis Vézina d37e883f2c Merge branch 'development' into morpheus
# Conflicts:
#	views/movie.tpl
2019-08-15 17:21:27 -04:00
Louis Vézina 93adaea3cb Continuing development. 2019-08-05 10:28:25 -04:00
Louis Vézina 6a7af0aabd Fix for downloading both forced and not forced when clicking on manual download link while having "Both" requested. 2019-07-31 16:04:52 -04:00
Louis Vézina 85cad57b48 Continuing development. 2019-05-21 23:33:59 -04:00
Louis Vézina bb79ab5917 Continuing development. 2019-05-21 09:13:49 -04:00
Louis Vézina 93e061462a Continuing development. 2019-04-27 08:13:47 -04:00
Louis Vézina 05ec091f69 Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	views/movie.tpl
2019-04-25 22:18:13 -04:00
Louis Vézina 26f57f5ca0 Continuing work on mobile UI. 2019-04-20 17:15:00 -04:00
Louis Vézina 679a76b476 Continuing development. 2019-04-04 07:11:53 -04:00
Louis Vézina eeba43e492 Continuing development. 2019-04-01 22:34:03 -04:00
Louis Vézina 73269efebc First step in forced subtitles searching. 2019-03-30 23:09:52 -04:00
Louis Vézina 6045252d15 Index and identify in UI forced subtitles. 2019-03-28 21:39:18 -04:00
Louis Vézina dd17672593 Continuing development. 2019-03-19 20:16:19 -04:00
Louis Vézina 198da9ab3f Fix to disable spinning icon when tasks is already running. 2019-02-25 19:48:43 -05:00
Louis Vézina c47c3359f1 Added spinning icon when tasks are running. 2019-02-24 23:05:58 -05:00
Halali d2ab9aa38c fix for #315 2019-02-24 00:26:19 +01:00
Halali b178d8fd0f Change quotas to prevent issue with title contain "'" 2019-02-02 08:54:29 +01:00
morpheus65535 96259b02c5 Removed page length dropdown in manual search dialog. 2019-01-27 21:19:56 -05:00
Halali 0d2e0daed3 Fix title is None in Wanted pages 2019-01-19 14:57:16 +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 67bf114098 Merge remote-tracking branch 'origin/development' into subliminal_patch
# Conflicts:
#	bazarr/check_update.py
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_series.py
#	bazarr/get_subtitle.py
#	bazarr/init.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	views/menu.tpl
#	views/settings.tpl
#	views/wanted.tpl
2019-01-01 21:15:12 +01:00
Halali fcc663af91 Continue development for new config backend 2018-12-27 20:19:59 +01:00
Halali 6c72da41da Fix template 2018-12-15 01:53:24 +01:00
Halali 99118f87fd More work for new Config code 2018-12-15 01:36:28 +01:00
Halali 4586cd422d Update Jquery to v3.3.1 and templates clean up 2018-12-09 21:23:51 +01:00
panni 1f485d0aa7 get_subtitle: implement manual subtitle download 2018-11-29 14:40:31 +01:00
panni a1677bf9b6 movie/episodes template: properly escape single quotes for title attribute 2018-11-29 14:15:49 +01:00
panni 47295ac87a implement download_subtitle; add helper functions: get_video, get_scores 2018-11-29 14:03:44 +01:00
panni fca858c669 manual_search: implement hints, use full parsing with sceneName 2018-11-29 12:36:01 +01:00
morpheus65535 1f38ec8c29 Fix for typo in missing language validation 2018-11-27 22:55:25 -05:00
Halali 797499a92e Fixe for malformed string 2018-11-27 21:00:13 +01:00
Halali aeb51b09cd Fixed small visual bug 2018-11-26 21:18:12 +01:00
Halali c20236141f Add tooltips for scenename, filename and adaptive searching in movies and wanted movies 2018-11-08 14:03:34 +01:00
morpheus65535 3c271ec64e Some tweak. 2018-11-06 17:52:09 -05:00