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

[Feature] multiple Plex accounts #171

Open
hjongedijk opened this issue Jan 28, 2024 · 1 comment
Open

[Feature] multiple Plex accounts #171

hjongedijk opened this issue Jan 28, 2024 · 1 comment
Assignees
Labels
backend This belongs to backend devs enhancement New feature or request low priority Todo or Feature that is considered a lower priority

Comments

@hjongedijk
Copy link
Contributor

Option to have multiple Plex accounts in Iceberg to check multiple watchlists and add a label e.g. From: username1, From: username2

With this feature you can have multiple Plex accounts using the same Plex server and the users only sees the media that has the label of the user in it.

As example for config in frontend

Users:
username1
username1 token

username2
username2 token

Things that needs to be done on background of Iceberg.

Check the Plex watchlist of configured users and check if media is already present, when present add label "From: username1" or "From: username2" to media, when there is already a label on the label just add the new one behind it. When media isnt present download the media and add the label of the user which added the media on the watchlist. Rinse and repeat.

When you have more questions about this, contact XBG The Killer on the Discord.

Example of the labels:

Labels configured for multiple users: (media added on multiple watchlist Plex accounts)
image

Single Plex user who added it on watchlist
image

@dreulavelle dreulavelle self-assigned this Jan 28, 2024
@dreulavelle dreulavelle added enhancement New feature or request low priority Todo or Feature that is considered a lower priority backend This belongs to backend devs labels Jan 28, 2024
@dreulavelle
Copy link
Member

Putting this here for myself. This is how itsToggle (plex_debrid) handled Labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This belongs to backend devs enhancement New feature or request low priority Todo or Feature that is considered a lower priority
Projects
Status: Todo
Development

No branches or pull requests

2 participants