mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 09:53:36 +02:00
audioplayer/screensaver: add gui switch to use covers as screensaver
Origin commit data
------------------
Branch: ni/coolstream
Commit: 76507f38fa
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)
Origin message was:
------------------
- audioplayer/screensaver: add gui switch to use covers as screensaver
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -191,6 +191,7 @@ typedef enum
|
||||
LOCALE_AUDIOPLAYER_BUILDING_SEARCH_INDEX,
|
||||
LOCALE_AUDIOPLAYER_BUTTON_SELECT_TITLE_BY_ID,
|
||||
LOCALE_AUDIOPLAYER_BUTTON_SELECT_TITLE_BY_NAME,
|
||||
LOCALE_AUDIOPLAYER_COVER_AS_SCREENSAVER,
|
||||
LOCALE_AUDIOPLAYER_DEFDIR,
|
||||
LOCALE_AUDIOPLAYER_DELETE,
|
||||
LOCALE_AUDIOPLAYER_DELETEALL,
|
||||
@@ -1179,6 +1180,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_AUDIO_SRS_VOLUME,
|
||||
LOCALE_MENU_HINT_AUDIO_VOLSTART,
|
||||
LOCALE_MENU_HINT_AUDIO_VOLSTEP,
|
||||
LOCALE_MENU_HINT_AUDIOPLAYER_COVER_AS_SCREENSAVER,
|
||||
LOCALE_MENU_HINT_AUDIOPLAYER_DEFDIR,
|
||||
LOCALE_MENU_HINT_AUDIOPLAYER_FOLLOW,
|
||||
LOCALE_MENU_HINT_AUDIOPLAYER_HIGHPRIO,
|
||||
|
@@ -191,6 +191,7 @@ const char * locale_real_names[] =
|
||||
"audioplayer.building_search_index",
|
||||
"audioplayer.button_select_title_by_id",
|
||||
"audioplayer.button_select_title_by_name",
|
||||
"audioplayer.cover_as_screensaver",
|
||||
"audioplayer.defdir",
|
||||
"audioplayer.delete",
|
||||
"audioplayer.deleteall",
|
||||
@@ -1179,6 +1180,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_audio_srs_volume",
|
||||
"menu.hint_audio_volstart",
|
||||
"menu.hint_audio_volstep",
|
||||
"menu.hint_audioplayer_cover_as_screensaver",
|
||||
"menu.hint_audioplayer_defdir",
|
||||
"menu.hint_audioplayer_follow",
|
||||
"menu.hint_audioplayer_highprio",
|
||||
|
@@ -804,6 +804,7 @@ struct SNeutrinoSettings
|
||||
int audioplayer_repeat_on;
|
||||
int audioplayer_show_playlist;
|
||||
int audioplayer_enable_sc_metadata;
|
||||
int audioplayer_cover_as_screensaver;
|
||||
|
||||
//Filebrowser
|
||||
int filebrowser_showrights;
|
||||
|
Reference in New Issue
Block a user