mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
add: sort channels in allchannel mode
This commit is contained in:
@@ -236,6 +236,9 @@ typedef enum
|
||||
LOCALE_CHANNELLIST_FOOT_FREQ,
|
||||
LOCALE_CHANNELLIST_FOOT_NEXT,
|
||||
LOCALE_CHANNELLIST_FOOT_OFF,
|
||||
LOCALE_CHANNELLIST_FOOT_SORT_ALPHA,
|
||||
LOCALE_CHANNELLIST_FOOT_SORT_FREQ,
|
||||
LOCALE_CHANNELLIST_FOOT_SORT_SAT,
|
||||
LOCALE_CHANNELLIST_HEAD,
|
||||
LOCALE_CHANNELLIST_HISTORY,
|
||||
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
||||
|
@@ -236,6 +236,9 @@ const char * locale_real_names[] =
|
||||
"channellist.foot_freq",
|
||||
"channellist.foot_next",
|
||||
"channellist.foot_off",
|
||||
"channellist.foot_sort_alpha",
|
||||
"channellist.foot_sort_freq",
|
||||
"channellist.foot_sort_sat",
|
||||
"channellist.head",
|
||||
"channellist.history",
|
||||
"channellist.make_hdlist",
|
||||
|
@@ -410,7 +410,7 @@ struct SNeutrinoSettings
|
||||
int channellist_extended;
|
||||
int channellist_foot;
|
||||
int channellist_new_zap_mode;
|
||||
|
||||
int channellist_sort_mode;
|
||||
char repeat_blocker[4];
|
||||
char repeat_genericblocker[4];
|
||||
int remote_control_hardware;
|
||||
|
Reference in New Issue
Block a user