Help please with IPTV Bouquet maker

hi everyone, really need help, I have followed instructions to the best I can,
I have installed the e2m3u bouquet v0.75 and got it running.

I have tried filling in all the details on the configuration and run but I have error in log
manual_update_callback Error: Ernon socket error Errno -2 Name or service not known.

what am I doing wrong or can anyone help ?

in the configuration,
in the m3u url, I have put in the m3u url my iptv provider gave me


I have put my username in the username box
I have put my password in the password box

please help
 
Last edited:
hi everyone, really need help, I have followed instructions to the best I can,
I have installed the e2m3u bouquet v0.75 and got it running.

I have tried filling in all the details on the configuration and run but I have error in log
manual_update_callback Error: Ernon socket error Errno -2 Name or service not known.

what am I doing wrong or can anyone help ?

in the configuration,
in the m3u url, I have put in the m3u url my iptv provider gave me

like this :

http://tv.qualitystreams.xdns.pro:8080/get.php?username=&password=&type=m3u_plus&output=m3u8

I have put my username in the username box
I have put my password in the password box

please help
I would remove those details as not allowed to name provider on suls have you named your iptv name it what you want then put your url in for service then epg url then your username where it says username then your password where it says password and then saved it and ran the plugin
 
If that's the actual url to the provider probably best editing it.

In the m3u url change the second username and password to capital letters i.e.

Code:
http://host/get.php?username=USERNAME&password=PASSWORD&type=m3u_plus&output=ts

Or you can put your username and password in the urls and not bother with username and password box
 
If that's the actual url to the provider probably best editing it.

In the m3u url change the second username and password to capital letters i.e.

Code:
http://host/get.php?username=USERNAME&password=PASSWORD&type=m3u_plus&output=ts

Or you can put your username and password in the urls and not bother with username and password box
When I did mine I had to put my username and password in for it to generate lol
 
When I did mine I had to put my username and password in for it to generate lol
(Optional) will replace USERNAME placeholder in urls -->

Optional so if you have capital USERNAME in the m3u url the username in the password box will work. If you have your username within the url what you have in the username box will not matter.

It just replaces USERNAME. If that makes sense lol
 
(Optional) will replace USERNAME placeholder in urls -->

Optional so if you have capital USERNAME in the m3u url the username in the password box will work. If you have your username within the url what you have in the username box will not matter.

It just replaces USERNAME. If that makes sense lol
Cheers mate will bare that in mind for future reference when I did mine that was first time using it lol
 
Thanks for replies.
I tried putting username=USERNAME and password=PASSWORD into the url but still no channels loading.

I also tried putting the full m3u url including my username & password in the provider url but again nothing happening and same error message on the logs are coming up.

Please help.
Pulling my hair out here.
 
is this like xc plugin,where you install the ipk then edit the .xml files for providers?
 
Last edited:
I will try that.
So you are saying don’t put the full m3u url in the url box ? Just enter the url part you mentioned ?

What about the :8080
Do I delete just that and enter everything else that is in the m3u url ??
 
im not to up on this plugin but if there is a screen asking for a url put http://tv.q^##%%|~<.xdns.pro
then username and password,what ever that is,if that dont work add the :8080 to the

delete the url at the top of the page your m3u is avalable
 
Last edited:
FTP to the Config.xml
etc/enigma2/e2m3u2bouquet

Ok edit the config and look for where it says
<m3uurl><![CDATA[PUT M3U HERE]]></m3uurl><!-- Extended M3U url -->

On line 4 I’m those brackets where it says “put m3u here “ paste your m3u into it

Where it says " Enabled " change it to 1

Save and upload it back to the box

Go into bouquet manager on the box and click " Run "
 
Last edited:
FTP to the Config.xml
etc/enigma2/e2m3u2bouquet

Ok edit the config and look for where it says
<m3uurl><![CDATA[PUT M3U HERE]]></m3uurl><!-- Extended M3U url -->

On line 4 I’m those brackets where it says “put m3u here “ paste your m3u into it

Where it says " Enabled " change it to 1

Save and upload it back to the box

Go into bouquet manager on the box and click " Run "

thank you
i changed the config file and now it is working
now i need to suss out how to do the epg / picons / sort the bouquets into preferred order

thanks everyone
 
thank you
i changed the config file and now it is working
now i need to suss out how to do the epg / picons / sort the bouquets into preferred order

thanks everyone

Ask your provider for the EPG url, if they don't give you it then you can convert your M3U into an EPG one.
Here's a little guide...

like your m3u link is

http://nazodoop.example:80/get.php?username=XXX&password=XXX&type=m3u&output=ts

Then convert it like i did below

http://nazodoop.example:80/xmltv.php?username=XXX&password=XXX



So basically just change " get.php? " to " Xmltv.Php " and then enter it into the EPG brackes on the line below M3U :grin:

Then load up EPG Importer, go to providers, tick it, then save and then run.
 
Last edited:
Back
Top