webtv: add prefered quality option for use in webtv plugins

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b69d621b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-09-19 (Sun, 19 Sep 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-09-19 13:18:08 +02:00
committed by vanhofen
parent 81b7b4e7b8
commit 91a1ec674a
7 changed files with 35 additions and 0 deletions

View File

@@ -3067,6 +3067,7 @@ typedef enum
LOCALE_WEBTV_HEAD,
LOCALE_WEBTV_XML,
LOCALE_WEBTV_XML_AUTO,
LOCALE_WEBTV_XML_PREF_QUALITY,
LOCALE_WINDOW_SIZE,
LOCALE_WIZARD_INITIAL_SETTINGS,
LOCALE_WIZARD_INSTALL_SETTINGS,

View File

@@ -3067,6 +3067,7 @@ const char * locale_real_names[] =
"webtv.head",
"webtv.xml",
"webtv.xml.auto",
"webtv.xml.pref_quality",
"window_size",
"wizard.initial_settings",
"wizard.install_settings",

View File

@@ -741,6 +741,7 @@ struct SNeutrinoSettings
int widget_fade;
// webtv
int webtv_xml_quality;
int webtv_xml_auto;
std::list<std::string> webtv_xml;
std::string last_webtv_dir;