Guest User

Untitled

a guest
Feb 14th, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. COLLECTION_DIR="$(awk -F'"' '/^music_directory/{print $2}' ~/.config/mpd/mpd.conf)"
  2. SONG="$(mpc --format=%file% current)"
  3. echo  "${COLLECTION_DIR/\~/$HOME}/$SONG"
Advertisement
Add Comment
Please, Sign In to add comment