Please can we stick to the original question, which was "creating an ABM CustomMix".
@DuoDuo can you provide a URL to use for testing? Send by PM. Or at the very least a working bouquet file with URLs changed slightly.
Please can we stick to the original question, which was "creating an ABM CustomMix".
@DuoDuo can you provide a URL to use for testing? Send by PM. Or at the very least a working bouquet file with URLs changed slightly.
Sorry, please let me know how to do this Huevos and I will pm info over
Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options
If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me
Send me a bouquet file. You must have a working bouquet file in /etc/enigma2
Yes of course I do, how do i extract/copy to send you please
Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options
If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me
ftp to the receiver and ftp the bouquets files back to your PC(like how you copied a ccam file) or SCP the bouquets files from the reciever.
duoduo (05-12-17)
Here is an example of URL:
I use xml to store this and just automate essentially a find/replace to find the service ref within bouquet file and append IPTV URL so in above example say for Sky1 this is shown as:Code:http://domainname.ddns.net:1234/live/emailaddress@mailme.com/password/336.ts
Within bouquet file. It's crude and works but does require getting service refs. If this could be done via custommix or some description so instead of service ref we would mention the LCN (or something similar) so for Sky1 it finds LCN 106 (sky1) and appends IPTV URL after service refs.Code:#SERVICE 1:0:1:1656:7e5:2:11a0000:0:0:0:http%3a//domainname.ddns.net%3a1234/live/emailaddress@mailme.com/password/336.ts #DESCRIPTION Sky1
It does have to replace ":" with "%3a" within IPTV URL for this to work.
Hope that helps
@Huevos, maybe there is an easier way to solve this without ABM.
Last time, I looked at the E2m3ubouquet plugin, It built bouquets and bouquet entries based on 2 files 'e2m3u2bouquet-sort-current.xml' & 'e2m3u2bouquet-sort-override.xml' which reside in etc/enigma2/e2m3u2bouquet.
It generates on each run a 'e2m3u2bouquet-sort-current.xml' file which can be easily edited to remove (enabled="false") & resequence (cut & paste) bouquets and also resequence entries (cut & paste within the bouquets.
you then rename e2m3u2bouquet-sort-override.xml file to e2m3u2bouquet-sort-override.xml and it will use this file to override the defaults.
If one is really keen, then you can also change the generated service refs to actual service refs for that channel/service and your epg information will be updated correctly.... I guess a half hour one-off job.
Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
Thanks twol, appreciate your reply. Is there a easy guide I can use to get an idea of how to go about doing this do you know?
Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options
If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me
Haven‘t seen one, but if you ftp the file to your PC, an dthen use a linux text editor E.g. notepad++ (not the normal windows editor) on the file, everything is pretty obvious for removing and resequencing entries... then just save with the override name, and ftp back to the receiver.
Adding service refs is a little bit more difficult, so if you go ahead with the above and get what you want it may be enough
Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
duoduo (06-12-17)
In addition to what I posted earlier, what I had in my head regarding this is little similar to custommix but the custommix xml file for this holds the LCN and the IPTV URL. Then ABM checks this custommix iptv xml file and on LCN 106 (in my example above - Sky1), it also appends the IPTV URL at end of Service Ref at time it writes the bouquets, etc.
This allows full EPG via normal method.
duoduo (06-12-17)
Have you got to the stage of creating something then bbbuk?
Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options
If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me
I can easily do this in CustomMix.
Can you also show a service line where a service ref is not available. I can't remember the format. I think it was just a load of zeros.
That is not what I meant. I was talking about an IPTV service that does not have a service ref.
bbbuk (07-12-17)