Skip to content

How to install IPTV.bundle multiple times

Valdas Vaitiekaitis edited this page Apr 18, 2017 · 4 revisions
  1. Change directory name, lets say to IPTV2.bundle

  2. Edit file Info.plist, find:

    <string>com.plexapp.plugins.iptv</string>
    

    change to:

    <string>com.plexapp.plugins.iptv2</string>
    
  3. Edit file __init__.py, find:

    NAME = 'IPTV'
    

    change to:

    NAME = 'IPTV2'