-
Notifications
You must be signed in to change notification settings - Fork 27
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
Is it possible to use the same images as plex? #64
Comments
Not at the moment as the structure and networking is jellyscrub-specific. What's the folder structure like for bif files in plex? Are they stored with the media? If there's a similar structure it's definitely something I could look in to. |
Thanks for replying!!
Plex seems to store the bif files in so the entire structure looks like this Not sure if that helps... Cheers! |
Looks like the folder structure uses the media ID for as the folder name to store metadata, similar to jellyfin. The problem is that once the media is imported to jellyfin they will have completely new IDs as generated by jellyfin so I see no easy way to map them automatically--though it would be technically possible with some sort of plugin that could sync/map the IDs between both platforms. |
This python script can generate bif files for plex. It finds the bif location for the movie files using the plex api and some config information. https://github.com/stevezau/plex_generate_vid_previews |
My Jellyfin and Plex servers share the same media library, is it possible to use the same images generated by Plex with Jellyscrub?
The text was updated successfully, but these errors were encountered: