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

Is it possible to use the same images as plex? #64

Open
adrianbill opened this issue Jan 17, 2023 · 4 comments
Open

Is it possible to use the same images as plex? #64

adrianbill opened this issue Jan 17, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@adrianbill
Copy link

My Jellyfin and Plex servers share the same media library, is it possible to use the same images generated by Plex with Jellyscrub?

@nicknsy
Copy link
Owner

nicknsy commented Jan 17, 2023

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.

@nicknsy nicknsy added the enhancement New feature or request label Jan 17, 2023
@adrianbill
Copy link
Author

adrianbill commented Jan 17, 2023

Thanks for replying!!

What's the folder structure like for bif files in plex? Are they stored with the media?

Plex seems to store the bif files in plex/Library/Application Support/Plex Media Server/Media/localhost/
after that is has folders named "0","1", ... , "e", "f"
inside which are folders like 9ecdc7be94ec634a91d11db9d5e3f616fcfb3d.bundle/
then it goes Contents/Indexes/index-sd.bif

so the entire structure looks like this plex/Library/Application Support/Plex Media Server/Media/localhost/6/50aaead4e410082eddaa9f98fd463bc8bbf4567.bundle/Contents/Indexes/index-sd.bif

Not sure if that helps...

Cheers!

@nicknsy
Copy link
Owner

nicknsy commented Jan 18, 2023

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.

@mrgreywater
Copy link

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

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

No branches or pull requests

3 participants