How to install IPTV.bundle multiple times - Cigaras/IPTV.bundle GitHub Wiki
-
Change directory name, lets say to
IPTV2.bundle
-
Edit file Info.plist, find:
<string>com.plexapp.plugins.iptv</string>
change to:
<string>com.plexapp.plugins.iptv2</string>
-
Edit file __init__.py, find:
NAME = 'IPTV'
change to:
NAME = 'IPTV2'