Skip to content

Commit

Permalink
Version 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco8 committed Mar 9, 2024
1 parent bde972d commit 4e352e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.movistarplus"
name="Movistar+"
version="0.8.16"
version="0.8.17"
provider-name="Paco8">
<requires>
<!--- <import addon="xbmc.python" version="2.25.0"/> -->
Expand Down
2 changes: 1 addition & 1 deletion resources/language/resource.language.es_es/strings.po
Expand Up @@ -462,7 +462,7 @@ msgstr "Exportar los canales y la guía ahora"
# For Movistar only
msgctxt "#30313"
msgid "The EPG export has finished."
msgstr "Se ha terminado de exportar la EPG."
msgstr "Se ha terminado de exportar la guía."

# For Movistar only
msgctxt "#30314"
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/movistar.py
Expand Up @@ -1367,7 +1367,7 @@ def export_epg_to_xml(self, filename, ndays=3, report_func=None):
strdate = date.strftime('%Y-%m-%dT00:00:00')
LOG('epg: {}'.format(strdate))
if report_func:
report_func(strdate.split('T')[0])
report_func(date.strftime('%d/%m/%Y'))
e = self.export_epg(strdate, 1)
LOG('epg: channels: {}'.format(len(e)))
for ch in e:
Expand Down
2 changes: 1 addition & 1 deletion resources/settings.xml
Expand Up @@ -38,7 +38,7 @@
<category label="30304">
<setting label="30306" type="folder" id="epg_folder" source="" default="" option="writeable"/>
<setting label="30305" type="bool" id="export_epg" default="false" enable="!eq(-1,)"/>
<setting label="30315" type="number" id="export_days" default="3"/>
<setting label="30315" type="number" id="export_days" default="2"/>
<setting label="30308" type="action" action="Addon.OpenSettings(pvr.iptvsimple)" option="close" visible="System.HasAddon(pvr.iptvsimple)" enable="eq(-1,true)" subsetting="true"/>
<setting label="30307" type="action" action="InstallAddon(pvr.iptvsimple)" option="close" visible="!System.HasAddon(pvr.iptvsimple)" enable="eq(-2,true)" subsetting="true"/>
<setting label="30312" type="action" id="export_epg_now" action="RunPlugin(plugin://plugin.video.movistarplus/?action=export_epg_now)" option="close" enable="!eq(-4,)"/>
Expand Down

0 comments on commit 4e352e8

Please sign in to comment.