mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Add "speed" property to playback state API's #4456
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#4456
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nielsvanvelzen on GitHub (Dec 28, 2022).
Currently, the remote control API does not support a "speed" property. We should add it to the API so we can:
The property should be a float/double with a default value of 1.0. The server should clamp the value to avoid bad input (something like 0.1-10.0?).
From my understanding the new property should be added to (at least) PlaybackProgressInfo, PlaybackStartInfo and PlayerStateInfo. And likely more.
@crobibero commented on GitHub (Jan 31, 2023):
What happens in the kotlin sdk if we add a new, non-nullable propety to an object? I thought doing so broke existing versions
@nielsvanvelzen commented on GitHub (Jan 31, 2023):
If no default value is set: In a query parameter it will give a compile error, in a response it will give a runtime error when using an older API version. With a default value it will automatically fallback to that value and no changes in the client are required.
So we can set the default value for speed to
1.0to avoid breaking API changes.@rzk3 commented on GitHub (Feb 16, 2023):
Hi! I'd like to take on this issue!
@Bogdanf21 commented on GitHub (Aug 2, 2023):
Hi, is anyone currently working on this?
@pmnlla commented on GitHub (Aug 3, 2023):
Waiting to merge #9329 iirc
@singlatushar07 commented on GitHub (Jun 17, 2024):
Hi, is this still being worked on? If not, I would like to work on this.
@Jeeva7RP-DevEng commented on GitHub (Mar 3, 2025):
Hi, is this issue fixed? If not, I would like to work on this.
@LezardSC commented on GitHub (Nov 28, 2025):
Hi, I feel like no one is working on it anymore. If no one answered that they're working on it at December 1st I'll start working on it.
EDIT: I noticed that PR https://github.com/jellyfin/jellyfin/pull/9329 implements most of this but isn't merged.
I don't know why but I will not work on it since the work is already done.