From 3ade5fc5353082533114d96f43a233ffc6b93f06 Mon Sep 17 00:00:00 2001 From: Emeric Grange Date: Sun, 15 Apr 2012 18:27:15 +0200 Subject: [PATCH] Change default options Signed-off-by: Emeric Grange --- gnome/opensubtitles-download.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome/opensubtitles-download.py b/gnome/opensubtitles-download.py index 3ff1e1e..c0a92fd 100755 --- a/gnome/opensubtitles-download.py +++ b/gnome/opensubtitles-download.py @@ -46,15 +46,15 @@ # For a complete documentation of these options, please refer to the wiki. # # You can change the subtitle selection GUI size: -gui_width = 700 +gui_width = 720 gui_height = 320 -# Various options, you can set them to 'on', 'off', or 'auto': -opt_file_languagecode = 'auto' +# Various options, you can set them to 'on' or 'off'. The selection options have an 'auto' mode. +opt_file_languagecode = 'off' opt_selection_language = 'auto' opt_selection_hi = 'auto' opt_selection_cd = 'auto' -opt_selection_rating = 'auto' -opt_selection_count = 'auto' +opt_selection_rating = 'off' +opt_selection_count = 'off' # ==== Server selection ======================================================== # XML-RPC server domain for opensubtitles.org: