Hello, I'm fairly new on IPTV protocols.
Recently I figured out that I can connect to my device through FTP (Filezilla).
My question is, there is already an IPTV installed on our device that I can see its iptv.sh and bouqet files in etc/enigma2 folder, so is it possible to add a new provider without deleting that one because my father is using it but I don't like that one?
For example; can I install it by using the telnet command line link on Run window which is:
wget -O /etc/enigma2/iptv.sh " http://xxxxxxx:8080/get.php?username=xxxxxxx&password=xxxxxxxxx&type=enigma216_script&output=ts " && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh
****This is the exact link without the provider's credentials.****
If I do this what happens to the other iptv.sh file? Is it possible to add a different one by just changing the name, let's say; iptv_2.sh in the link or manually sending the iptv.sh file that I get from that link seperately through FTP (Filezilla) to etc/enigma2 folder with a different name, if so how can I activate it?
Dreambox device info:
Dream Multimedia DM500HD
SoftwareSystem OE:PLi-OE
Firmware version:OpenPLi 4 (2018-09-01-release-4)
Kernel / Drivers:3.2 / 3.2-20140616-r7.0.4
Network Interface: eth0
Thanks for your help!
Yes, you can just rename iptv.sh to iptv_2.sh (3 times in that command line).
You probably should also look into plugins like Suls, Jedi, or XE, so you can add providers without needing to download and run scripts.