this post was submitted on 27 Jun 2024
331 points (94.6% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Name it shufflenplay so then you can
shufflenplay <playlist name>
Oh man are we sharing mpd scripts? I have this one that lets me search through music directory and add anything to the play queue (so I can add a single track or an entire album or whatever):
There's also this one that lets me save the currently playing song to a playlist of my choice. It's good if I'm listening to a new album or a new artist and suddenly think "yeah, this song really fits with the mood of X playlist":
Here's my script to shuffle play an existing playlist as well:
The sleeps are to prevent Cantata (graphical mpd client) from shitting itself if I run this script while it's open. Also notice
mpc shuffle
instead ofmpc random on
. It shuffles the current playlist, but keeps the linear play order, so that I can add songs to play right after the current one.Oooh those are nice! I'll have to try mpc shuffle out then, and even though I generate my playlists with beets, I'll definitely try out the save to playlist one!
I think your script didn't format correctly:
https://files.catbox.moe/5ex40l.jpg this is how it looks on my end (for some reason I can't upload photos rn, it errors out)