diff options
author | louis <louis.braun@gmx.de> | 2014-02-06 17:38:55 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-02-06 17:38:55 +0100 |
commit | 567769ee87fa203172b361ea3694f553f394b1c9 (patch) | |
tree | 2293a36b453cb1469041b81d68ded84c47875aba /config.h | |
parent | 9f127fbbb5e0cc508879bb380f214d72db9439e8 (diff) | |
download | vdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.gz vdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.bz2 |
changed video directory choosage behaviour
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,6 +37,11 @@ enum eBlueKeyMode { eBlueKeyFavorites
};
+enum eInstRecFolderMode {
+ eFolderRoot = 0,
+ eFolderSelect,
+ eFolderFixed
+};
class cTvguideConfig {
private:
@@ -94,6 +99,8 @@ class cTvguideConfig { cString iconPathDefault;
cString epgImagePathDefault;
int recMenuAskFolder;
+ int instRecFolderMode;
+ std::string instRecFixedFolder;
int favWhatsOnNow;
int favWhatsOnNext;
int favUseTime1;
|