What's new

Removing IPTV

ephumuris

Newbie
I'm just wondering if there is an easy way to remove a specific IPTV sub from my list of bouquets on an enigma2 box. It's running whooshbuild if that makes a difference?

I had a sub and it kept going off and I was getting fobbed off... If it makes a difference it was installed using putty. I've now installed a new one using xtream editor but I have to scroll through loads of my old bouquets before I get to the ones on my new provider.

Hope this makes sense.

Sent from my HTC U11 using Tapatalk
 
I think it's possible to manually delete some one by one.. but I wanted to be able to remove everything that came with it in one to.

Sent from my HTC U11 using Tapatalk
 
As mentioned probably easier to re flash as you dont know what it has installed and where its installed.

ie it could be brought in via plugin so if it is uninstall plugin or FTP \usr\lib\enigma2\python\Plugins\Extensions abd delete the plugin folder name.

If using xtream editor press menu and you should see an option to delete all IPTV and bouquets so try that but if using script they may reload on restart.

You can also try this putty command
Code:
cd /etc/enigma2/
sed -i '/iptv/d' bouquets.tv
rm bouquets.tv.bak
find /etc/enigma2/ -type f -name '*iptv*' -delete
find /etc/enigma2/ -type f -name '*.sh*' -delete
rm -f usr/bin/enigma2_pre_start.sh

That will remove all .iptv and .sh files in enigma2 and enigma2_pre_start.sh in usr/bin
 
Thanks for the pointers! You may think it's easier to reflash but between me my brother and my best friend we are testing a fair few providers. It's a pain reflashing.

Sent from my HTC U11 using Tapatalk
 
Why not create a back of your fresh system before installing new iptv and after testing just restore your image.
 
Back
Top