What are you working on? - Programming On Unix
Users browsing this thread: 29 Guest(s)
|
|||
I have a little mpc frontend script called `music` that I just added too -- it now has the ability to define playlists via search terms. I've been collecting music from various places since 2010, and the selection can be quite eclectic and sometimes the transition is very jumpy. But I don't want to assemble playlists at the song level, that's too much overhead for me.
So now I can define playlists via search terms on the path to an audio file. EG my `jazz_piano` playlist looks like: Code: # some artists the script can be found here -- https://github.com/neeasade/dotfiles/blo.../bin/music |
|||