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

Force Enable Backdrop in Jellyfin 10.9.6 #27

Open
sannidhyaroy opened this issue Jun 20, 2024 · 3 comments
Open

Force Enable Backdrop in Jellyfin 10.9.6 #27

sannidhyaroy opened this issue Jun 20, 2024 · 3 comments

Comments

@sannidhyaroy
Copy link

In Jellyfin's earlier versions (don't exactly remember the version number), I tried the mod from this repository to force enable backdrop in Jellyfin and it worked. However, after updating to Jellyfin 10.9.6, I see this wasn't working, so I thought that the update might have rewritten the mod back to the initial code. But I found that my changes were still there, so I started to edit the return value and found that it works with either P or x.

So, in summary, for Jellyfin 10.9.6, to enable backdrop by default for new users, you ensure this string enableBackdrops:function() is set to return either P or x like:

enableBackdrops:function(){return P}
@BobHasNoSoul
Copy link
Owner

BobHasNoSoul commented Jun 21, 2024 via email

@BobHasNoSoul
Copy link
Owner

sorry for the late response, between work life and being a dad this side project got put on the back burner.. but here is the answer to your question :)

Force Backdrops for all users (10.9.x)

in main.jellyfin.bundle.js simply search for enableBackdrops:function(){return _} and replace it with enableBackdrops:function(){return E} save and then you need reload your cache and reload the page.. if trying to do this without a full cache chear go to your.url/web/main.jellyfin.bundle.js and then press crtl+shift+r (in most browsers this clears it)

let me know how it goes so i can close this issue :)

@sannidhyaroy
Copy link
Author

This works as well. I noted you can replace _ with either E, P, or x, and all three of them works.

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

No branches or pull requests

2 participants