Hi guys,
anyone have a Playlist Template for adding the Playlist to Enigma?
Some guys are not able to Upload the Userbuoqet... So a Autoadd Script would be nice.
Or is there already one?
I tried something...but didnīt work
Hi guys,
anyone have a Playlist Template for adding the Playlist to Enigma?
Some guys are not able to Upload the Userbuoqet... So a Autoadd Script would be nice.
Or is there already one?
I tried something...but didnīt work
Hi,
type and description whatever please you !
header :
Body :Code:#NAME $[username]_iptv
footer : nothing.Code:#SERVICE 1$[sid]http%3A//$[hostname]%3A$[port]/$[app]/$[username]/$[password]/$[channelid].$[ext] #DESCRIPTION $[channelname]
filename :
mimetype :Code:userbouquet.favourites.tv
this is for enigma 2.Code:text/plain
Got my own Solution...
Code:wget -O /etc/enigma2/userbouquet.bla.tv "http://dyn:8181/get.php?username=user&password=pass&type=dreambox&output=mpegts" && echo '#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.dbe30.tv" ORDER BY bouquet' >> /etc/enigma2/bouquets.tv
Hi,
to get more playlists
and after restart mpegtvCode:wget http://infosat.org/mpegtv/files/playlist.sql mysql -p mpegtv < plalylist.sql
The original comamnd from EvilEyes has a problem on the second command. The filename downloaded is titles playlist.sql but the second command is searching for plalylist.sql.
The corrected command is below:
Code:wget http://infosat.org/mpegtv/files/playlist.sql mysql -p mpegtv < playlist.sql