Re: M3U playlist handling plugin #61
Re: M3U playlist handling plugin #62
Re: M3U playlist handling plugin #63
Re: M3U playlist handling plugin #64
Re: M3U playlist handling plugin #65
Re: M3U playlist handling plugin #66
Re: M3U playlist handling plugin #67
Re: M3U playlist handling plugin #68
Posted 26 October 2024 - 11:26
copied some lines from E2-DarkOS skin_plugins.xml
buttons OK now in default skin
<!-- IPTV Manager Plugin --> <screen name="M3UIPTVManagerConfig" position="fill" flags="wfNoBorder"> <panel name="PigTemplate" /> <widget source="list" render="Listbox" position="780,100" size="1110,912" scrollbarMode="showOnDemand"> <convert type="TemplatedMultiContent"> { "template": [ MultiContentEntryText(pos = (10,5), size = (1650,45), flags = RT_HALIGN_LEFT, text = 1), # index 0 is the MenuText, ], "fonts": [gFont("Regular",30)], "itemHeight":45 } </convert> </widget> <widget source="description" render="Label" objectTypes="description,StaticText" position="30,560" size="720,34" font="Regular;30" valign="center" halign="center" /> </screen>
Re: M3U playlist handling plugin #69
Posted 1 November 2024 - 14:24
fixed in (littlesat) skin PLi default skin
[skin_plugins.xml] add M3UIPTV plugin
Thanks @ DimitarCC
Thanks @ littlesat
Thanks @ Huevos
Edited by display name, 1 November 2024 - 14:25.
Re: M3U playlist handling plugin #70
Re: M3U playlist handling plugin #71
Re: M3U playlist handling plugin #72
Posted 7 November 2024 - 15:51
Haven't had time to test it, all my spare time the last few weeks has gone to the buildservers, docker implementation and getting scarthgap built...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: M3U playlist handling plugin #73
Re: M3U playlist handling plugin #74
Posted 8 November 2024 - 10:02
I have tested the plugin, but nothing happens anymore when I press the yellow button to create lists, the message 'IPTV:startting bouquet creation' appears but noting happens...
that could be an error on my part when entering the data.......I fill in the complete line as I received it, including username and password, but without the http:// which results in xml data in the M3U folder.
<providers> <provider> <servicename>IPTV</servicename> <url><![CDATA[blah.blah.blah/get.php?username=me&password=you&type=m3u&output=ts]]></url> <refresh_interval>1</refresh_interval> <novod>on</novod> <staticurl>on</staticurl> <filter>tvg-id="{SID}"</filter> <scheme><![CDATA[__]]></scheme> <system>5002</system> <system_catchup>5002</system_catchup> <catchup_type>1</catchup_type> <onid>1</onid> <epg>on</epg> <epg_url><![CDATA[]]></epg_url> <is_custom_xmltv>off</is_custom_xmltv> <custom_xmltv_url><![CDATA[]]></custom_xmltv_url> </provider>
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: M3U playlist handling plugin #75
Re: M3U playlist handling plugin #76
Posted 8 November 2024 - 10:51
I have tested the plugin, but nothing happens anymore when I press the yellow button to create lists, the message 'IPTV:startting bouquet creation' appears but noting happens...
that could be an error on my part when entering the data.......I fill in the complete line as I received it, including username and password, but without the http:// which results in xml data in the M3U folder.
<providers> <provider> <servicename>IPTV</servicename> <url><![CDATA[blah.blah.blah/get.php?username=me&password=you&type=m3u&output=ts]]></url> <refresh_interval>1</refresh_interval> <novod>on</novod> <staticurl>on</staticurl> <filter>tvg-id="{SID}"</filter> <scheme><![CDATA[__]]></scheme> <system>5002</system> <system_catchup>5002</system_catchup> <catchup_type>1</catchup_type> <onid>1</onid> <epg>on</epg> <epg_url><![CDATA[]]></epg_url> <is_custom_xmltv>off</is_custom_xmltv> <custom_xmltv_url><![CDATA[]]></custom_xmltv_url> </provider>
Its required to provide http/https in urls. Otherwise it thinks its a local playlist file and dont know what to do. So provide the url WITH http/https in front.
Also that looks like XtremeCodes provider. In that case dont use M3U provider type but XtremeCodes one and enter the data like
<xtreemprovider> <servicename>blabla</servicename> <url><![CDATA[http://blablalbal]]></url> <refresh_interval>-1</refresh_interval> <novod>off</novod> <username><![CDATA[user]]></username> <password><![CDATA[pass]]></password> <scheme><![CDATA[bla]]></scheme> <system>1</system> <system_catchup>4097</system_catchup> <epg>on</epg> <onid>1004</onid> <is_custom_xmltv>off</is_custom_xmltv> <custom_xmltv_url><![CDATA[]]></custom_xmltv_url> </xtreemprovider>
In that way epg and eventual catchup will work too.
Edited by DimitarCC, 8 November 2024 - 10:53.
Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)
Re: M3U playlist handling plugin #77
Posted 8 November 2024 - 12:47
This
<xtreemprovider> <servicename>blabla</servicename> <url><![CDATA[http://blablalbal]]></url> <refresh_interval>-1</refresh_interval> <novod>off</novod> <username><![CDATA[user]]></username> <password><![CDATA[pass]]></password> <scheme><![CDATA[bla]]></scheme> <system>1</system> <system_catchup>4097</system_catchup> <epg>on</epg> <onid>1004</onid> <is_custom_xmltv>off</is_custom_xmltv> <custom_xmltv_url><![CDATA[]]></custom_xmltv_url> </xtreemprovider>
results in
1_0_19_1B73_C88_3_EB0000_0_0_0_20241108124547.jpg 176.46KB
0 downloads
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: M3U playlist handling plugin #78
Re: M3U playlist handling plugin #79
Re: M3U playlist handling plugin #80
Also tagged with one or more of these keywords: IPTV, M3U, Enigma2
IPTV questionStarted by Gamefan, 3 Jul 2022 IPTV |
|
|||
Streamlink [-27] InstallerStarted by dreamboxco, 2 Apr 2021 IPTV, Streamlink, Plugin and 2 more... |
|
|||
m3u/xml?Started by MatthijsNL, 18 Dec 2020 ENIGMA2 |
|
|||
Looking for a good explanation of calculate, calibrate and allocate in positioner setup menuStarted by jeandubois, 19 Nov 2019 enigma2 |
|
|||
Streamen van de Xtrend 10000 naar Vu+ Duo2Started by snowman.nl, 5 Sep 2019 IPTV |
|
5 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users
-
Bing (2)