summaryrefslogtreecommitdiff
path: root/src/preferences.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-12-06 19:08:44 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2015-12-06 19:08:44 +0100
commitef3806d30c06fc3b5c2910ef4faebef27bbd6bad (patch)
treeeacad504d5240c2354c1801d88542efc6ceccc2c /src/preferences.h
parentd21eb029cb664abe3893776c8345b300c084fe31 (diff)
Imported Upstream version 15.11.0~ds0
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index c2858b1..7504958 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -81,8 +81,12 @@ public:
bool use_screenshot;
#ifdef MPV_SUPPORT
QString screenshot_template;
+ QString screenshot_format;
#endif
QString screenshot_directory;
+#ifdef CAPTURE_STREAM
+ QString capture_directory;
+#endif
// SMPlayer will remember all media settings for all videos.
// This options allow to disable it:
@@ -302,6 +306,9 @@ public:
//! to play
bool use_edl_files;
+ //! If true it will pass to mplayer the -playlist option
+ bool use_playlist_option;
+
//! Preferred connection method: ipv4 or ipv6
bool prefer_ipv4;
@@ -349,6 +356,7 @@ public:
#endif
bool move_when_dragging; //!< Move the main window when the video area is dragged
+ bool center_window; //!< Center the main window when playback starts
// Function of mouse buttons:
QString mouse_left_click_function;