I have attached a screenshot of what it looks like.
If you want to use it you will need to change the GraphMultiEpg portion of your skin to be something like the one attached.
Attached Files
Edited by awx, 7 December 2011 - 19:20.
Posted 7 December 2011 - 19:19
Edited by awx, 7 December 2011 - 19:20.
Posted 7 December 2011 - 19:43
Posted 20 December 2011 - 09:59
It is definitely useful, thanks again I have done an initial port of the needed code and made some optimizations to improve the performance of it.Sorry, I do not use this plugin. Just thought that you might come in handy.
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
Posted 20 December 2011 - 10:16
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 20 December 2011 - 10:27
We see here source codes from the multyEPG that are changes from the orriginal... It would be helpfull to see a diff from our git so we can see the differences.... Only then we can consider to commit them....
The changes do look good...
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
Posted 20 December 2011 - 15:24
Should be no problem to do that, although, since I started my branch from the GraphMultiEpg on the default dreambox images I will need to first merge my local branch with a pulled version of the one from the openli images.We see here source codes from the multyEPG that are changes from the orriginal... It would be helpfull to see a diff from our git so we can see the differences.... Only then we can consider to commit them....
The changes do look good...
Posted 20 December 2011 - 15:32
Edited by awx, 20 December 2011 - 15:35.
Posted 24 December 2011 - 14:12
Posted 24 December 2011 - 14:48
Edited by daddelfalk, 24 December 2011 - 14:53.
Posted 24 December 2011 - 14:52
ThanksHi,
nice work so far and a good alternate to CoolTVGuide. Maybe add code in below to get the actually used piconpath based on pathExits instead of a seperate option to let the user make a selection from your predefined List:
def getPiconPath():
if pathExists("/media/usb/picon/"):
return "/media/usb/picon/"
elif pathExists("/media/cf/picon/"):
return "/media/cf/picon/"
elif pathExists("/usr/share/enigma2/picon/"):
return "/usr/share/enigma2/picon/"
elif pathExists("/picon/"):
return "/picon/"
else:
return ""
Posted 24 December 2011 - 16:34
I can but as my original source was based on the original dream box source for GraphMultiEpg, I had to do a merge and won't be able to verify that I didn't break anything when doing so.Could you make a diff compaired to our current sources...?
0 members, 7 guests, 0 anonymous users