mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 09:23:37 +02:00
misc settings: add missing locals and settings variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0423ed460c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -939,6 +939,8 @@ typedef enum
|
||||
LOCALE_IMAGEINFO_LICENSE,
|
||||
LOCALE_IMAGEINFO_VCS,
|
||||
LOCALE_IMAGEINFO_VERSION,
|
||||
LOCALE_IMDB_API_KEY,
|
||||
LOCALE_IMDB_ENABLED,
|
||||
LOCALE_IMDB_DATA_ACTORS,
|
||||
LOCALE_IMDB_DATA_AWARDS,
|
||||
LOCALE_IMDB_DATA_BOXOFFICE,
|
||||
|
@@ -939,6 +939,8 @@ const char * locale_real_names[] =
|
||||
"imageinfo.license",
|
||||
"imageinfo.vcs",
|
||||
"imageinfo.version",
|
||||
"imdb.api_key",
|
||||
"imdb.enabled",
|
||||
"imdb.data_actors",
|
||||
"imdb.data_awards",
|
||||
"imdb.data_boxoffice",
|
||||
|
@@ -162,5 +162,6 @@ class CAutoModeNotifier : public CChangeObserver
|
||||
inline int check_shoutcast_dev_id() { return ((g_settings.shoutcast_dev_id != "XXXXXXXXXXXXXXXX") && !g_settings.shoutcast_dev_id.empty()); }
|
||||
inline int check_youtube_dev_id() { return ((g_settings.youtube_dev_id != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") && !g_settings.youtube_dev_id.empty()); }
|
||||
inline int check_tmdb_api_key() { return ((g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") && !g_settings.tmdb_api_key.empty()); }
|
||||
inline int check_imdb_api_key() { return ((g_settings.imdb_api_key != "XXXXXXXX") && !g_settings.imdb_api_key.empty()); }
|
||||
|
||||
#endif
|
||||
|
@@ -804,8 +804,6 @@ struct SNeutrinoSettings
|
||||
int audioplayer_repeat_on;
|
||||
int audioplayer_show_playlist;
|
||||
int audioplayer_enable_sc_metadata;
|
||||
std::string shoutcast_dev_id;
|
||||
int shoutcast_enabled;
|
||||
|
||||
//Filebrowser
|
||||
int filebrowser_showrights;
|
||||
@@ -820,6 +818,10 @@ struct SNeutrinoSettings
|
||||
int youtube_enabled;
|
||||
std::string tmdb_api_key;
|
||||
int tmdb_enabled;
|
||||
std::string imdb_api_key;
|
||||
int imdb_enabled;
|
||||
std::string shoutcast_dev_id;
|
||||
int shoutcast_enabled;
|
||||
|
||||
//zapit setup
|
||||
std::string StartChannelTV;
|
||||
|
Reference in New Issue
Block a user