-
Notifications
You must be signed in to change notification settings - Fork 292
Home
Robbie edited this page Nov 25, 2015
·
12 revisions
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'
to
TITLE = 'IPTV2'
change
PREFIX = '/video/IPTV'
to
PREFIX = '/video/IPTV2'
and done :)