this post was submitted on 27 Apr 2025
21 points (100.0% liked)

Linux

7466 readers
403 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I just want a simple music player with Sleep Timer like Spotify. Thanks

top 9 comments
sorted by: hot top controversial new old
[–] reddig33@lemmy.world 1 points 1 month ago

Plexamp includes a sleep timer. It’s under the … menu during playback.

[–] wingsfortheirsmiles@feddit.uk 2 points 1 month ago (1 children)

I believe someone wrote a sleep timer script for deadbeef

[–] Cris_Color@lemmy.world 1 points 1 month ago

Just wanna stop and appreciate what that text actually says without context...

What a time to be alive. Hackers writing scripts for bovine carcases, what's next?

[–] boredsquirrel@slrpnk.net 2 points 1 month ago (2 children)

For Android, Anrimians Music player

For Linux there only are a few so check them

  • gapless (new, gnome)
  • juk (older, minimal, KDE)
  • elisa (current, KDE)
  • amarok (old, updated, KDE)
  • rhythmbox (old, gnome)
  • strawberry, clementine (old, Qt)
[–] victorz@lemmy.world 2 points 1 month ago (1 children)

gapless (new, gnome)

Dang, that looks pretty sleek. Very common design but it still looks good IMO.

[–] boredsquirrel@slrpnk.net 1 points 1 month ago

My favourite too. Has m3u support so in theory can sync with android through something like syncthing. There you can use something like Anrimians Music player that also syncs from and to m3u files

It doesnt fully work currently though, not sure why.

[–] just_another_person@lemmy.world 6 points 1 month ago (1 children)

Maybe a better alternative is to coordinate with sleep timers for your suspend, or use commands to do so: https://askubuntu.com/questions/651414/how-to-get-ubuntu-gnome-to-suspend-after-5-minutes

[–] insomniac_lemon@lemmy.cafe 2 points 1 month ago

alarm-clock-applet allows custom commands. So put systemctl suspend into a timer, bingo.

rtcwake to wake the computer up, for-better-or-worse the music will still be playing.

Someone else mentioned android, VLC there does have a sleep timer (just to stop the music) I didn't see an equivalent option in the desktop version (at a quick glance) though.

In SMPlayer I do see the option 'shut down computer' as a sub-option for `close when finished playback' (general options)