mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1659] feat: Sleep Timer support #754
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#754
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 @drobotk on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1659
Is your feature request related to a problem? Please describe.
Spotify has a built-in sleep timer on its mobile app (iOS/Android) that fades music/podcasts out after a set time (5 min, 10, 15, 30, 45, 1 hr, or end of track/episode) by opening the Now Playing screen, tapping the three dots (or moon icon for podcasts), and selecting "Sleep timer". Librespot currently doesn't support the Sleep Timer feature. Trying to turn it on while connected to Librespot results in a popup saying Sleep Timer cannot be used on this device.
Describe the solution you'd like
An implementation of the feature.
Motivation
I often play some music on my speakers when going to bed. The problem is, I have to manually turn off the music, and if I fall asleep with it playing, I wake up to it still playing. The Sleep Timer feature is made exactly for this purpose and I'd like Librespot to support it.
Additional context
