I am not too familar with pure2, so you probably need someone to give you the original epgselection.py file from pure2 image to see if that fixes your problem.
Posts by KiddaC
-
-
Have you installed an epg mod. One that changes what the coloured buttons display and the remote control keys.
EPG importer is not related to your problem.
Your problem will be either a skin issue or an epgselection.py file issue (usually caused by a mod) -
It is not a bug as such, its just there is no consistancy between any of the iptv providers.
Trying to pick up every possible combination of prefixes and suffixes is a near impossible mission.
And when the provider starts putting square brackets and beginning and end of titles it gets even more complicated trying to filter out these characters.My own plugin I got a ridiculously large list just to try and cover a similar issue.
Square brackets, round brackets, pipes, spaces, colons, underscores... the list is endless.
It is not easy to code.
2ab5a.png -
I hope you are not asking me anything as I don't speak greek :)
-
http://images.mynonpublic.com/…/index.php?open=vuduo4kse
for openatv 6.4
orThere is on openbh image on that link
or
https://www.openvix.co.uk/inde…plus-images/vu-duo-4k-se/
OpenVix -
oh but it is....
don't know what box you have and what your image choices are, but you will have a happier life with openatv, openvix, pure2 or openblackhole.
(not openpli)
-
nothing works in VTI, highly recommend you install a new image
-
Your screen shot looks like a sateliite link, but it isn't it is an IPTV link.
urie is just getting confused.
-
I tried the plugin. Setup was easy and I have my bouquets all up and running. The only thing is that I watch a channel and it stops after a while . To make it work again I have to go to the next channel then come back to the channel I was watching. Any thoughts?I tried with various playlists.I have a duo2 and ultimo 4k. Behaviour is the same on both of them. Thanks
Any lines you find on the net are hacked. Will have more users than allowed active users and will therefore stop after a short while. Usually 10 seconds, 30 seconds or 1 min.
If this is a paid subscription make sure you are only using on 1 device at a time if you only got a single user account.
-
No, it is the code in EMC plugin that brings in covers, I just skin the enigma2 screen which doesn't have any code to bring info and covers.
-
try this one
-
I don't skin EMC in any of my skins, it is a 3rd party plugin.
You would have to edit the skin files in the emc plugin folder. But it's always been skinned ugly.
Don't even know where the files live to be honest, because emc is one of the first things I delete when I creating a new fresh build.
-
Not? That should be "Note"
if using openvix, a few screens have different names. So navigate to the skin.xml file in the skin folder and uncomment the vix line.
<!-- <include filename="vix.xml" /> -->
becomes
<include filename="vix.xml" />
-
In theory you can probably do this as a setup to give someone else. Probably easier to teamviewer into that person box though.
But I don't know the exact specifics of scripts.
I presume you would have to create all the files yourself first though by running through the motions once yourself on your own box.
This would then create the files.
/etc/enigma2/jediplaylists/
28.2e.txt
alias.txt
rytec.channels.xml.xz
playlists.txt
playlist_all.json
/etc/epgimport/
jmx.yourplaylist.channels.xml
jmx.yourplaylist.sources.xml
Copy these over probably by creating another IPK.
You would then have to inject into /etc/enigma2/settings file the time for auto update.
This is a system file so you would have to stop enigma2 first.
init 4 (stop enigma2)
init 3
Then you probably need to run the update once, to kick it all in.
The python code called in plugin.py to do this isOne problem though, I do not know where epgimporter stores its checked epg sources. They would need to be checked to bring in the epg.
Are you still following. :)So to summarise. Use team viewer or send them the pdf user guide that is on the first post. Simple.
And if you are provider trying to hide the login in details. Don't bother - I constantly tell people where these details live.
-
if pure2 doesn't just copy this file over to
/usr/lib/enigma2/python/Components/Converter/
And obviously that doesn't work for IPTV, its for Satellite
-
OK I will make my question simple ;)
in
/usr/lib/enigma2/python/Components/Converter/
do you have pliExtraInfo.py
-
gorski He wants to use my awesomes skins though. ;) Does pure2 have pliextrainfo :thumbup:
-
as tbe has explained.
ftp into your box
navigate to \usr\share\enigma2\slyk-q-1080\q-backgrounds\
delete logo1.png
rename logo2.png to logo1.png
-
Display MoreDisplay More
Download Poedit program.
Download the po file from your image. Italian one is here
https://github.com/openatv/enigma2/blob/6.4/po/it.po
Make the changes you want. And submit a pull request so it is added to the image. If you cant do that yet, upload the modified file here and I will do it for you.
Need I put this file into Enigma2 folder? Where I have .mo file? Or I have to replace my .mo with this .po?
Yes I choose italian language in the settings
when you save in poedit, it will also create a mo file.
here is my openatv italian mo file.
/usr/share/enigma2/po/it/LC_MESSAGES
-
