Project

General

Profile

Feature #3118

en Export Modul for Enigma2 Bouquets

Added by Klaus Fischer about 9 years ago. Updated almost 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2015-09-27
Due date:
% Done:

0%

Estimated time:

Description

is there a way To Export by Enigma2 Bouquet
i have the Modul from Xtrem Coders i Can give You the Modul
but it needs Mysql and Tvheadend isnĀ“t Mysql why not.

History

#1

Updated by Jaroslav Kysela about 9 years ago

  • Status changed from New to Fixed

Use


wget -O <e2_bouquet_filename> http://<tvh_hostname_or_ip>:9981/playlist/e2

... to obtain list of channel in the E2 bouquet format.

Valid URLs:

http://<tvh_hostname_or_ip>:9981/playlist/e2
http://<tvh_hostname_or_ip>:9981/playlist/e2/channels      # it's same as above
http://<tvh_hostname_or_ip>:9981/playlist/e2/tags          # output grouped by tvh tags
#2

Updated by Klaus Fischer almost 9 years ago

hallo this Futer dident work
because by rehash the Channes are not in the settings

i have Become a File Thats work
wget -O /etc/enigma2/iptv.sh "http://domain:88/get.php?username=test&password=test&type=enigma22_script&output=mpegts" && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh

thats the file what i become

USERNAME="test";PASSWORD="test";bouquet="IPTVnet";directory="/etc/enigma2/iptv.sh";url="http://domain:88/get.php?username=$USERNAME&password=$PASSWORD&type=dreambox&output=mpegts";rm /etc/enigma2/userbouquet."$bouquet"__tv_.tv;wget -O /etc/enigma2/userbouquet."$bouquet"__tv_.tv $url;if ! cat /etc/enigma2/bouquets.tv | grep -v grep | grep -c $bouquet > /dev/null;then echo "[+]Creating Folder for iptv and rehashing...";cat /etc/enigma2/bouquets.tv | sed -n 1p > /etc/enigma2/new_bouquets.tv;echo '#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.'$bouquet'__tv_.tv" ORDER BY bouquet' >> /etc/enigma2/new_bouquets.tv; cat /etc/enigma2/bouquets.tv | sed -n '2,$p' >> /etc/enigma2/new_bouquets.tv;rm /etc/enigma2/bouquets.tv;mv /etc/enigma2/new_bouquets.tv /etc/enigma2/bouquets.tv;fi;rm /usr/bin/enigma2_pre_start.sh;echo "writing to the file.. NO NEED FOR REBOOT";echo "/bin/sh "$directory" > /dev/null 2>&1 &" > /usr/bin/enigma2_pre_start.sh;chmod 777 /usr/bin/enigma2_pre_start.sh;wget -qO - "http://127.0.0.1/web/servicelistreload?mode=2";wget -qO - "http://127.0.0.1/web/servicelistreload?mode=2";
please fix that in Tvheadend
by a Menu Point in Tvheadend Exportet Play Lists
Enigma2
M3u

#3

Updated by Jaroslav Kysela almost 9 years ago

I don't understand what you're talking about. Just get the file and add a new entry to bouquets.tv file (manually - restart enigma then). That's all.

Also available in: Atom PDF