summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-09-16 10:14:45 +0200
committerlouis <louis.braun@gmx.de>2013-09-16 10:14:45 +0200
commitebf0862dfa77c9427346a87e7f08fb7eb812a7ef (patch)
tree68bf9371650877fc113966e4ca07ce288576453c /setup.c
parent5e4beec1e5f245d81eda949e53d221858d24f512 (diff)
downloadskin-nopacity-ebf0862dfa77c9427346a87e7f08fb7eb812a7ef.tar.gz
skin-nopacity-ebf0862dfa77c9427346a87e7f08fb7eb812a7ef.tar.bz2
added setup option to display poster or fanart in channel display
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index bc758fb..5a85086 100644
--- a/setup.c
+++ b/setup.c
@@ -95,6 +95,7 @@ void cNopacitySetup::Store(void) {
SetupStore("resolutionIconSize", config.resolutionIconSize);
SetupStore("statusIconSize", config.statusIconSize);
SetupStore("progressCurrentSchedule", config.progressCurrentSchedule);
+ SetupStore("displayPoster", config.displayPoster);
SetupStore("replayHeight", config.replayHeight);
SetupStore("replayBorderVertical", config.replayBorderVertical);
SetupStore("replayBorderBottom", config.replayBorderBottom);
@@ -516,6 +517,7 @@ void cNopacitySetupChannelDisplay::Set(void) {
Add(new cMenuEditStraItem(tr("Kind of time display for current schedule"), &tmpNopacityConfig->progressCurrentSchedule, 2, progressStyleCurrentSchedule));
Add(new cMenuEditBoolItem(tr("Display Signal Strength & Quality"), &tmpNopacityConfig->displaySignalStrength));
Add(new cMenuEditBoolItem(tr("Display Channel Source information"), &tmpNopacityConfig->displaySourceInfo));
+ Add(new cMenuEditBoolItem(tr("Display Poster or Fanart from TVScraper"), &tmpNopacityConfig->displayPoster));
Add(new cMenuEditBoolItem(tr("Display previous and next Channel Group"), &tmpNopacityConfig->displayPrevNextChannelGroup));
Add(new cMenuEditIntItem(tr("Screen Resolution Icon Size"), &tmpNopacityConfig->resolutionIconSize, 30, 200));
Add(new cMenuEditIntItem(tr("Status Icons Size"), &tmpNopacityConfig->statusIconSize, 30, 150));