hello i see the option to group playlist in folder etc in the settings but i want to group only one playlist not the other.
is this possible?
No its a global setting. But as it only creates ones parent folder. Is it really a big deal grouping both.
hello i see the option to group playlist in folder etc in the settings but i want to group only one playlist not the other.
is this possible?
No its a global setting. But as it only creates ones parent folder. Is it really a big deal grouping both.
Xstreamity was a bit of a test bed of getting a big plugin working on Python 3.
Jedi hasn't really been tested yet although lots of code has been converted to python 3.
So Jedi code refactoring will be done shortly. To be honest its just boring as hell doing these conversions so I just plodding along slowly
I started work a couple of weeks ago of showing either channel id or display name in the final list.
I will try and finish that tonight.
gigxy you are actually showing an example of tomorrow there. Not today.
Unless you are already on the 11th (wherever you may be in the world)
My skins use custom elements, like smooth picon resizing, custom time formats, custom lists.
This is what is in the shared components.
All mod files are exactly that. Mod files and still have to be installed manually as they overwrite exsting core elements. So that is user choice.
c0nsaw
menu > setup > usage & gui > osd settings.
show PVR status in MoviePlayer Infobar: YES
Nothing wrong with your settings. Although personal I always clear current epg before import. Out with the old, in with the new.
What most people forget with epg is to set the EPG.dat file to be saved to external media, not internal memory.
IPTV EPG plus your sat epg is probably too big for internal.
Menu setup > EPG > setup >
Xstreamity use provider picons.
Jedi uses your picons that you have to self source and put in your media/hdd/picon folder
Sourced picons have to be SNP picons (based on name), not SRP picons (based on service ref)
If you are UK based, or even european i have a picon downloader here
E2Piconizer - Picon Downloader/Creator
(read the instructions at the top of this thread - especially the info regarding download location)
And if your provider doesn't use conventional names. You can always try turning these 2 options on when creating bouquets
I have everything for all your needs, :)
Well as jedi uses your bouquets, if you have the correctly named picons they will show up.
434ad3e8.png
And I also have my iptv player. Xstreamity. That uses picons from your provider.
Flashing the Receiver.
1) Power off the receiver
2) Ensure no other USB devices are plugged into the receiver while flashing.
3) Insert the USB stick containing the image files into one of the USB ports on the receiver, rear USB port is advised if possible.
4) Power the receiver on.
5) Immediately after powering on PRESS AND HOLD the front power button BEHIND FRONT FLAP until ‘flashing..’ appears on front display.
6) If successful the receiver will reboot it self after the flashing process has completed.
7) Remove USB stick that contains the images files.
Firstly make sure you are using the correct image for your box.
In your case.
http://images.mynonpublic.com/openatv/nightly/
http://images.mynonpublic.com/…y/index.php?open=zgemmah7
Enigma2 boxes can be funny with USB sticks.
Do a full fat32 format on it. Not a quick format. Takes some time, but can be better
Use a high quality branded USB stick where possible.
Clean your usb port. Cotton bud/ q tip with a tiny tiny bit of moisture.
Give the usb port a good blow.
Older zgemmas used to have a 120mb flash limit. I do not know if h7s has similiar issues.
Sometimes latest openatv 6.4 images are larger than 120mb.
Therefore one trick you can try is to download openatv 6.3 img, then do an over the air flash to openatv 6.4
If openatv 6.4 is still failing here is a link to openatv 6.3
http://images.mynonpublic.com/…3/index.php?open=zgemmah7
You can also try adding a "force" file to the H7 folder
in the H7 folder create a blank file called force (no extension)
I do try and set the number of rows in the skin code to be more like the original providers epgs. You can change this if you want by editting a value in the skin code.
But if you long press the TV button this will show the full epg. And should show the number of rows you have set.
You haven't said what skin you are using. But the principal is the same for all.
So find your skin folder
/usr/share/enigma2/...
i use templates for my skins. All the epgs screens are in a file called *epg.xml
look for the screen in that called GraphicalEPGPIG or sometimes called GraphicalEPGPIGTemplate
inside that screen will be a value, NumberOfRows
You can just open up the epg.xml file and use something like notepad++ to search for NumberOfRows=
Change it, save it, reupload it, reboot gui
I have a section of this site for my skins, and a specific thread to ask questions for them
Skin Support - Post questions for all my skins in here.
How is the success for Jedimaker and xstreamity for Open ATV 6.5?
I am slowly converting my plugins to openatv 6.5
Its just slow as I have to change things then test on both python 2.7 and python 3
But within a few weeks if not sooner, all my plugins should be able to work on both python 2.7 and python 3.0 (openatv 6.5)
I downloaded your e2picon app and downloaded icons but they not showing on sky q skin (I downloaded to usb) have i done something wrong?
change the download folder in epiconizer to /media/hdd/picon or /media/usb/picon (depending on what your external media is called)
or if you left epiconizer as default. Copy them from that download location into one of the above.
I need to know why yours is broke and mine isn't. But logging off now. So if you want to do some detective work from the git screenshot above, or by comparing 1.02 and 1.04 Slyk18Picon.py file. Then please do.
x 5 - you need to change your username. I cannot @ you in conversations ;)
1.04 box stuck on boot Enigma2_crash_2020-07-27_22-27-22.log
If you got problem with picons, its going to crash on load.
As infobar loads first thing.
Here is just 1.02 file
/usr/lib/enigma2/python/Components/Renderer/
These are the only changes from version 1.02 to 1.03
Slyk18Picon.py
list(map(ord,s )).... doesn't work in python 3
tweezer Fixed timeshift error on slyk 1080 r19
@x 5 I have no issues with picon crashes though
Keep reporting bugs and errors. I am in transition while converting codebase to python 3.
So errors will creep in.
Ta
So i just installed shared components 1.3 on python 2.7 (thought I already had) and there does seem to be an issue with it.
Works fine on python 3. Thats what I have been mainly testing it on.
I will see if its a quick fix.