We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I noticed a plex server with multiple installs of this addon.
is there a guide or a file i need to change so i can do the same?
it's so i can have playlists for different stuff so it's easy to find.
The text was updated successfully, but these errors were encountered:
i've worked it out now.
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 :)
Sorry, something went wrong.
Good job mate 👍
really handy as i have a good few playlists :)
No branches or pull requests
Hi,
I noticed a plex server with multiple installs of this addon.
is there a guide or a file i need to change so i can do the same?
it's so i can have playlists for different stuff so it's easy to find.
The text was updated successfully, but these errors were encountered: