mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
rename BOXMODEL_CS => BOXMODEL_CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05be592b65
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Origin message was:
------------------
- rename BOXMODEL_CS => BOXMODEL_CST
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -859,7 +859,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
|
||||
g_settings.webradio_xml_auto = configfile.getInt32("webradio_xml_auto", 1);
|
||||
g_settings.webradio_xml.clear();
|
||||
#ifndef BOXMODEL_CS_HD1
|
||||
#ifndef BOXMODEL_CST_HD1
|
||||
/*
|
||||
Coolstream's HD1 generation can't play audiostreams via movieplayer
|
||||
because of driver- or firmware-issues or so. Not sure.
|
||||
@@ -1188,7 +1188,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
erg = 2;
|
||||
}
|
||||
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
#ifdef BOXMODEL_CST_HD2
|
||||
g_settings.brightness = configfile.getInt32("brightness", 0);
|
||||
g_settings.contrast = configfile.getInt32("contrast", 0);
|
||||
g_settings.saturation = configfile.getInt32("saturation", 0);
|
||||
@@ -2014,7 +2014,7 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
configfile.setInt32("window_size", g_settings.window_size);
|
||||
configfile.setInt32("window_width", g_settings.window_width);
|
||||
configfile.setInt32("window_height", g_settings.window_height);
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
#ifdef BOXMODEL_CST_HD2
|
||||
configfile.setInt32("brightness", g_settings.brightness );
|
||||
configfile.setInt32("contrast", g_settings.contrast );
|
||||
configfile.setInt32("enable_sd_osd", g_settings.enable_sd_osd );
|
||||
@@ -5311,7 +5311,7 @@ void stop_daemons(bool stopall, bool for_flash)
|
||||
CVFD::getInstance()->ShowText("Stop daemons...");
|
||||
g_settings.epg_scan_mode = CEpgScan::MODE_OFF;
|
||||
//NI
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
#ifdef BOXMODEL_CST_HD2
|
||||
system("/bin/backup_flash.sh"); //don't fork
|
||||
#endif
|
||||
my_system(NEUTRINO_ENTER_FLASH_SCRIPT);
|
||||
|
Reference in New Issue
Block a user