IPTV SCRIPT TO SORT CHANNELS INTO CATEGORIES

thesultan09

TK Veteran
I have been using a Wget O script on my H2S for a while and it sorted the channels into categories like sports,movies,entertaintment etc, but since a url change in September,it just creats 1 big bouquet that sits on top of the satellite bouqets, so if I need to add any channels to bouquest,I have to troll my way through the whole of about 8000 channels to get to where I want.My provider sent me new script but that doesnt work at all.Is there a standard script I can use or are they provider dependant? Using wooshbuild 6 at the moment.My current script looks like this:
wget -O script.sh "http://xxxxx.xxxx.net:0000/get.php?username=xxxxxxx&password=xxxxx&type=e2&output=ts" &> /dev/null && chmod +x script.sh && ./script.sh.
Any suggestions/help appreciated
 
Double check with your provider. It sounds like they are a reseller and don't know what the new script Is, sadly you can't just use any script as they are provider specific.

Suls plugin is actually easy if it's one of the supported providers.
 
Back
Top