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

10.9.0 Trickplay is not able to be turned on or off after library creation #5490

Open
BobHasNoSoul opened this issue May 13, 2024 · 6 comments · May be fixed by #5496
Open

10.9.0 Trickplay is not able to be turned on or off after library creation #5490

BobHasNoSoul opened this issue May 13, 2024 · 6 comments · May be fixed by #5496
Labels
bug Something isn't working

Comments

@BobHasNoSoul
Copy link

Describe The Bug
people say you can enable trickplay in each library however there is no option for it once the library has been created, this gives you no option to turn it on for the older librarys that were already made.

Steps To Reproduce

  1. Go to '/web/index.html#/dashboard/libraries'
  2. Click on 'the ... for the library that you want to enable trickplay for'
  3. Click on 'manage library'
  4. Scroll down and look for the trickplay option there isnt one

Expected Behavior
for it to have a way to turn it off or on for existing libraries without the need to delete the library and rescan it when deciding to turn trickplay off or on.

Logs
there are no relevant logs

Screenshots
no applicable screenshots

System (please complete the following information):

  • Platform: Ubuntu
  • Browser: Firefox and Chrome
  • Jellyfin Version: 10.9.0

Additional Context
pretty sure its a bug or an oversight.. sorry if it isnt and im just using it wrong.

@BobHasNoSoul BobHasNoSoul added the bug Something isn't working label May 13, 2024
@BobHasNoSoul
Copy link
Author

temporary workaround is to manually edit the chunk.js (seems to be different for me and my docker build so im not sure the naming standard but it is this on my normal install 95454.d1b2509d245890e33deb.chunk.js) to add this

<div class="trickplaySettingsSection hide"> <h2>${Trickplay}</h2> <div class="checkboxContainer checkboxContainer-withDescription fldExtractTrickplayImages"> <label> <input type="checkbox" is="emby-checkbox" class="chkExtractTrickplayImages"/> <span>${OptionExtractTrickplayImage}</span> </label> <div class="fieldDescription checkboxFieldDescription">${ExtractTrickplayImagesHelp}</div> </div> <div class="checkboxContainer checkboxContainer-withDescription fldExtractTrickplayDuringLibraryScan advanced"> <label> <input type="checkbox" is="emby-checkbox" class="chkExtractTrickplayDuringLibraryScan"/> <span>${LabelExtractTrickplayDuringLibraryScan}</span> </label> <div class="fieldDescription checkboxFieldDescription">${LabelExtractTrickplayDuringLibraryScanHelp}</div> </div> </div>

inside the the html section that works and gives it the ability to be enabled on preexisting libraries without the need to delete and rescan the full libraries some users already have.

note: to find the exact chunk to edit you need to use network tab after opening the admin page for libraries inside of your firefox or chrome browser, then open the manage libraries page and the chunk should be inside the network tab with another one you are looking for the library settings page.

@ferferga
Copy link
Member

Is your web client also in 10.9?

@BobHasNoSoul
Copy link
Author

BobHasNoSoul commented May 13, 2024 via email

@nicknsy
Copy link
Contributor

nicknsy commented May 13, 2024

This is likely related to jellyfin/jellyfin#11284 if your library types are set to mixed movies & tv shows.

@anujsedhai
Copy link

i'm also facing the same issue.
Jellyfin version: 10.9.2 (Docker installation)
Docker base image: linuxserver/jellyfin

@Patryk122PL
Copy link

Same issue Docker image: jellyfin/jellyfin:10.9.4.

Trickplay settings is visible while configuring new mixed type library, but after saving it, it's no longer there. Confirmed on multiple browsers and with cache removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants