Add IPTV Manager to Integrations category (#35)
This commit is contained in:
parent
6ed3b1097b
commit
85ced854a5
@ -194,6 +194,26 @@ msgctxt "#30824"
|
||||
msgid "Clear local metadata…"
|
||||
msgstr "De lokale metadata verwijderen…"
|
||||
|
||||
msgctxt "#30840"
|
||||
msgid "Integration"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30841"
|
||||
msgid "IPTV Manager"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30842"
|
||||
msgid "Install IPTV Manager add-on…"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30843"
|
||||
msgid "Enable IPTV Manager integration"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30844"
|
||||
msgid "IPTV Manager settings…"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30880"
|
||||
msgid "Expert"
|
||||
msgstr ""
|
||||
|
@ -196,6 +196,26 @@ msgctxt "#30824"
|
||||
msgid "Clear local metadata…"
|
||||
msgstr "De lokale metadata verwijderen…"
|
||||
|
||||
msgctxt "#30840"
|
||||
msgid "Integration"
|
||||
msgstr "Integratie"
|
||||
|
||||
msgctxt "#30841"
|
||||
msgid "IPTV Manager"
|
||||
msgstr "IPTV Manager"
|
||||
|
||||
msgctxt "#30842"
|
||||
msgid "Install IPTV Manager add-on…"
|
||||
msgstr "Installeer de IPTV Manager add-on…"
|
||||
|
||||
msgctxt "#30843"
|
||||
msgid "Enable IPTV Manager integration"
|
||||
msgstr "Activeer IPTV Manager integratie"
|
||||
|
||||
msgctxt "#30844"
|
||||
msgid "IPTV Manager settings…"
|
||||
msgstr "IPTV Manager instellingen…"
|
||||
|
||||
msgctxt "#30880"
|
||||
msgid "Expert"
|
||||
msgstr "Expert"
|
||||
|
@ -1,9 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings>
|
||||
<setting id="metadata_last_updated" visible="false"/>
|
||||
<setting id="iptv.enabled" default="true" visible="false"/>
|
||||
<setting id="iptv.channels_uri" default="plugin://plugin.video.viervijfzes/iptv/channels" visible="false"/>
|
||||
<setting id="iptv.epg_uri" default="plugin://plugin.video.viervijfzes/iptv/epg" visible="false"/>
|
||||
<category label="30800"> <!-- Credentials -->
|
||||
<setting label="30801" type="lsep"/> <!-- Credentials -->
|
||||
<setting label="30802" type="text" id="username"/>
|
||||
@ -15,6 +12,14 @@
|
||||
<setting label="30823" type="action" action="RunPlugin(plugin://plugin.video.viervijfzes/metadata/update)"/>
|
||||
<setting label="30824" type="action" action="RunPlugin(plugin://plugin.video.viervijfzes/metadata/clean)"/>
|
||||
</category>
|
||||
<category label="30840"> <!-- Integrations -->
|
||||
<setting label="30841" type="lsep"/> <!-- IPTV Manager -->
|
||||
<!-- <setting label="30842" type="action" action="InstallAddon(service.iptv.manager)" option="close" visible="!System.HasAddon(service.iptv.manager)"/> <!– Install IPTV Manager add-on –>-->
|
||||
<setting label="30843" type="bool" id="iptv.enabled" default="true" visible="String.StartsWith(System.BuildVersion,18) + System.HasAddon(service.iptv.manager) | System.AddonIsEnabled(service.iptv.manager)" />
|
||||
<setting label="30844" type="action" action="Addon.OpenSettings(service.iptv.manager)" enable="eq(-1,true)" option="close" visible="String.StartsWith(System.BuildVersion,18) + System.HasAddon(service.iptv.manager) | System.AddonIsEnabled(service.iptv.manager)" subsetting="true"/> <!-- IPTV Manager settings -->
|
||||
<setting id="iptv.channels_uri" default="plugin://plugin.video.viervijfzes/iptv/channels" visible="false"/>
|
||||
<setting id="iptv.epg_uri" default="plugin://plugin.video.viervijfzes/iptv/epg" visible="false"/>
|
||||
</category>
|
||||
<category label="30880"> <!-- Expert -->
|
||||
<setting label="30881" type="lsep"/> <!-- Logging -->
|
||||
<setting label="30882" type="bool" id="debug_logging" default="false"/>
|
||||
|
Loading…
Reference in New Issue
Block a user