Add a tiny wrapper script that makes the beets.io play plugin compatible with MPD
This commit is contained in:
parent
5862c9c0a8
commit
adbab7baa0
1 changed files with 5 additions and 0 deletions
5
local/bin/beet-play-mpd
Executable file
5
local/bin/beet-play-mpd
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
mv $1 $XDG_DATA_HOME/mpd/playlists/beet-play-mpd.m3u &&
|
||||
mpc clear >/dev/null &&
|
||||
mpc load beet-play-mpd >/dev/null &&
|
||||
mpc play
|
Loading…
Reference in a new issue