How to install IPTV.bundle multiple times - Cigaras/IPTV.bundle GitHub Wiki

  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'
    
⚠️ **GitHub.com Fallback** ⚠️