-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat: skip credits #633
feat: skip credits #633
Conversation
Does this could support https://github.com/endrl/jellyfin-plugin-media-analyzer ? |
This PR only allows skipping credits from Jumoog's Intro Skipper v0.1.8.0, a new release of ConfusedPolarBear's Intro Skipper. For more information, please refer to: |
I only forked the plugin for myself because ConfusedPolarBear quit. I also left everything as it is so that you only have to change the repo url and everything continues to work. |
This comment was marked as resolved.
This comment was marked as resolved.
Ok, I've added the findroid/player/video/src/main/java/dev/jdtech/jellyfin/viewmodels/PlayerActivityViewModel.kt Line 260 in 0a1582f
|
This comment was marked as resolved.
This comment was marked as resolved.
That's a good alternative. |
I started looking at this, but have yet to review all of the changes. Other than that I have a question about the |
The |
Made some more changes:
|
Fix crash when episode has intro but no credits or vice versa
More changes:
|
Made some final changes. |
For these, I copied the implementation of the main streaming apps which have different behaviour for intro and credits:
Everything else looks fine 🙂👍 |
Let's follow your I will be implementing that change now. Btw I made an other pretty big change. I changed the |
Also remove the dismiss button
Plus revert previous commit. It's intentional that the player controls immediately override the skip buttons visibility
9840ecd
into
jarnedemeulemeester:main
Support for jumoog's Intro Skipper:
Keep using the old API for intros, and still support ConfusedPolarBear's Intro Skipper.fix #620