Create playliste

Santiago

Registered
Messages
2
Hello,

I'm trying to make a channel parser tool for Enigma 1 and Enigma 2 to generate a streaming M3U file to use with VLC.

I need to understand the file format of this 3 files
- userbouquet.*.tv
- services
- lamedb

Can anyone of you help me or give me a way ?


For exemple in userbouquet I have a line
#SERVICE 1:0:1:3335:45B:1:C00000:0:0:0:

But i didn't have the name of this channel stream... and I didn't understand how to get this in lamedb or services file.

THANKS !!
 

Weastbug

Registered
Messages
2
Hello,

I m working on a make m3u generator too.

I have not finish at this time but i have this for now:

in userbouquet.*.:
#SERVICE 1:0:1:1F57:42E:1:C00000:0:0:0:

in lamedb or services:
1f57:00c00000:042e:0001:1:0
FRANCE 3
p:CSAT,c:0000a7,c:01006c,c:020035,c:0300a7,C:0100,C:0500,C:1811,C:1863


Warning the 1 in userbouquet was hexadecimal and the 1 in lamedb or services was in decimal


Regards, Weast.
 
Top