We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the IPTV.bundle wiki!
how to install IPTV.bundle Multiple times.
change directory name to something like IPTV2.bundle alter info.plist
change
<string>com.plexapp.plugins.IPTV</string>
to
<string>com.plexapp.plugins.IPTV2</string>
edit init.py
Change
TITLE = 'IPTV'
TITLE = 'IPTV2'
PREFIX = '/video/IPTV'
PREFIX = '/video/IPTV2'
and done :)