Great! Just working fine now, nice additions!
EPGRefresh
Re: EPGRefresh #21
Re: EPGRefresh #22
Re: EPGRefresh #23
Re: EPGRefresh #24
Re: EPGRefresh #25
Posted 29 December 2014 - 19:17
So you're actually requesting an AutoZap plugin
Edited by Erik Slagter, 29 December 2014 - 19:17.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: EPGRefresh #26
Re: EPGRefresh #27
Re: EPGRefresh #28
Posted 7 January 2015 - 13:57
The plugin has been merged into our own repository. I am very curious if it still works tomorrow If it does, I can remove the 3rd party version.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: EPGRefresh #29
Posted 8 January 2015 - 10:24
Works!
For those using the "classic" EPGRefresh: it will be updated automatically to the "new" "mod" version from dima73 (with lots of new features)
For those using the "mod" EPGRefresh: please remove it and install the plugin from the feed, so it will be updated automatically from now on.
Thanks dima73 and ims!
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: EPGRefresh #30
Re: EPGRefresh #31
Re: EPGRefresh #32
Posted 31 January 2015 - 10:05
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefreshConfiguration.py", line 199, in forceRefresh self.forceRefreshStandart() File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefreshConfiguration.py", line 206, in forceRefreshStandart epgrefresh.forceRefresh(self.session) File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefresh.py", line 135, in forceRefresh self.prepareRefresh() File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefresh.py", line 224, in prepareRefresh self.scanServices = self.generateServicelist(self.services[0], self.services[1]) File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefresh.py", line 213, in generateServicelist scanServices = sortServices(scanServices) File "/usr/lib/enigma2/python/Plugins/Extensions/EPGRefresh/EPGRefresh.py", line 204, in sortServices auxiliarySortParameter = int(ref.split(":")[6][:-4], 16) ValueError: invalid literal for int() with base 16: ''
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: EPGRefresh #33
Posted 31 January 2015 - 10:07
Also, when you change anything in the "set up save / load EPG" sub screen, the location for the epg cache file resets to /hdd/epg.dat
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: EPGRefresh #34
Posted 31 January 2015 - 10:41
It crashes on this service:
1:134:1:0:0:0:0:0:0:0:
which is a list of alternatives.
The plugin tries to sort on position which an alternative obviously doesn't have. The sixth parameter is taken and sliced to [:-4] which yield "", given to int("", 16) this produces the gsod.
Replacing "" by "0" and now it works.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users