luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
394 stars 22 forks source link

[Feature Request] Sync Plex Labels to Jellyfin Tags #188

Open stquinn opened 1 month ago

stquinn commented 1 month ago

Is your feature request related to a problem? Please describe.

I am looking to move from plex to jellyfin and I use Labels in Plex to whitelist shows and movies for my kids accounts. I would like replicate this in Jellyfin. With Jellyfin I can do the same with Tags. I was wondering if it would be possible to add an option to move Plex Labels to Jellyfin as tags?

Describe the solution you'd like

Labels added to shows and movies in Plex added to jellyfin as tags

Describe alternatives you've considered

Doing it by hand - my libraries are not small and would be extremely time consuming..

Additional context Add any other context or screenshots about the feature request here.

lightmaster commented 1 month ago

Would love to see this too, as I also use Plex labels to whitelist shows for my kids.

luigi311 commented 3 weeks ago

Honestly i didnt even know that was a thing. Im also not sure if that would even fit with this tool but ill keep it in mind and see.

lightmaster commented 3 weeks ago

Yea, it's a simple and easy way to make sure your kids don't watch movies that aren't appropriate for them. Don't like the idea of splitting the library into "Kid's Movies" and "Movies" and "Kid's Shows" and "TV Shows", just seems to keep it simpler to have a single library for Movies and one for TV Shows, and use the built-in restrictions to limit what they can watch.

I know it doesn't match the scope of this tool 100%, but it doesn't seem that far out of it either and seems to still fall into the same idea of allowing syncing between Plex and Jellyfin. For the settings side of it, could be something simple like providing a matching list ("plexLabel": "jellyTag") and any content in plex with a matching plexLabel gets synced to Jellyfin with the jellyTag, and vice versa. It would definitely have to be a whitelist-type thing on the Jellyfin side cuz while Plex uses labels to restrict content and doesn't do anything else with them, Jellyfin uses tags for restrictions and does automatically populate them with something akin to genres.

stquinn commented 3 weeks ago

Honestly i didnt even know that was a thing. Im also not sure if that would even fit with this tool but ill keep it in mind and see.

Yeah I guess if you consider the scope of this tool to sync the user modifiable state of media items from plex to jellyfin and vice versa, then labels/tags might fit into that idea.

Would be great, if it worked out. Thanks for considering it.