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

Play from beggining on Apple TV #1472

Open
semiligneous opened this issue Apr 5, 2025 · 1 comment
Open

Play from beggining on Apple TV #1472

semiligneous opened this issue Apr 5, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@semiligneous
Copy link

Describe the feature you'd like
The Apple TV no longer supports a "Play from beginning" button/feature, so that if an episode is half way through the user can easily start the episode from the start without having to skip backwards in 15s increments many, perhaps hundreds of times.

The feature/button should be accessible from the player interface (eg when you click the middle remote button) somewhere near to the subtitle/audio/nest-previous-episode buttons, as well as from the episode/movie info page where there is currently a "Play" button. Long pressing Play should play from beginning, or a second button to do that.

Additional context
Discussed here: #1471 - This used to exist and would make using the interface much easier, but didn't survive a recent code refactor.

@semiligneous semiligneous added the enhancement New feature or request label Apr 5, 2025
@JPKribs
Copy link
Member

JPKribs commented Apr 5, 2025

For reference:

tvOS: https://github.com/jellyfin/Swiftfin/blob/main/Swiftfin%20tvOS/Views/ItemView/Components/PlayButton/PlayButton.swift#L97

iOS: https://github.com/jellyfin/Swiftfin/blob/main/Swiftfin/Views/ItemView/Components/PlayButton.swift#L64


I haven't looked into this at all but I believe the .injectCustomValues(startFromBeginning: true) doesn't exist anymore? Regardless, this isn't just a pure un-comment. I believe we need to figure out the logic again. If anyone wants to pick this up, please wait until after #1203.

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

2 participants