summaryrefslogtreecommitdiff
path: root/src/preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/preferences.h b/src/preferences.h
index 8d7b977..9335f54 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -67,6 +67,8 @@ public:
General
******* */
+ int config_version;
+
QString mplayer_bin;
QString vo; // video output
QString ao; // audio output
@@ -179,6 +181,7 @@ public:
#ifdef YOUTUBE_SUPPORT
int yt_quality;
+ QString yt_user_agent;
#endif
@@ -292,6 +295,8 @@ public:
//! Show file tag in window title
bool show_tag_in_window_title;
+ int time_to_kill_mplayer;
+
/* *********
GUI stuff
@@ -384,6 +389,10 @@ public:
bool auto_add_to_playlist; //!< Add files to open to playlist
bool add_to_playlist_consecutive_files;
+#if LOGO_ANIMATION
+ bool animated_logo;
+#endif
+
/* ********
TV (dvb)
@@ -401,7 +410,7 @@ public:
QString latest_dir; //!< Directory of the latest file loaded
QString last_dvd_directory;
-
+ bool save_dirs; // Save or not the latest dirs
/* **************
Initial values
@@ -484,7 +493,18 @@ public:
Filters
******* */
Filters * filters;
+
+
+ /* *********
+ SMPlayer info
+ ********* */
+
+#ifdef FONTCACHE_DIALOG
+ QString smplayer_version;
+#endif
+
};
+
Q_DECLARE_OPERATORS_FOR_FLAGS(Preferences::WheelFunctions)
#endif