From 51d9d6fb4f5f2945941fdd9cc3205de11b656279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 20 May 2020 11:29:49 -0400 Subject: [PATCH] WIP --- bazarr/config.py | 2 +- bazarr/get_subtitle.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazarr/config.py b/bazarr/config.py index d5a1e75f6..6fc20a0f1 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -36,7 +36,7 @@ defaults = { 'movie_default_hi': 'False', 'movie_default_forced': 'False', 'page_size': '25', - 'page_size_manual_search': '5', + 'page_size_manual_search': '10', 'minimum_score_movie': '70', 'use_embedded_subs': 'True', 'utf8_encode': 'True', diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 9be9e9bda..51c5b7979 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -440,7 +440,7 @@ def manual_download_subtitle(path, language, audio_language, hi, forced, subtitl downloaded_path = saved_subtitle.storage_path logging.debug('BAZARR Subtitles file saved to disk: ' + downloaded_path) is_forced_string = " forced" if subtitle.language.forced else "" - message = downloaded_language + is_forced_string + " Subtitles downloaded from " + downloaded_provider + " with a score of " + str( + message = downloaded_language + is_forced_string + " subtitles downloaded from " + downloaded_provider + " with a score of " + str( score) + "% using manual search." if use_postprocessing is True: