Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple installs #21

Closed
random-robbie opened this issue Nov 25, 2015 · 3 comments
Closed

Multiple installs #21

random-robbie opened this issue Nov 25, 2015 · 3 comments
Labels

Comments

@random-robbie
Copy link

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.

@random-robbie
Copy link
Author

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'

to

TITLE = 'IPTV2'

change

PREFIX = '/video/IPTV'

to

PREFIX = '/video/IPTV2'

and done :)

@Cigaras
Copy link
Owner

Cigaras commented Nov 25, 2015

Good job mate 👍

@random-robbie
Copy link
Author

really handy as i have a good few playlists :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants