Files
linux-scripts/patch-playlists-mpd-to-phone
2023-07-18 20:55:12 -05:00

5 lines
252 B
Bash
Executable File

#!/bin/bash
echo "run: awk '\$0=\"Documents/Music/\"\$0' ~/.config/mpd/playlists/GOAT.m3u > ~/Downloads/GOAT.patch.m3u"
echo "Documents/Music/ can change based on the location on the SD Drive, GOAT.m3u can change based on the playlist being imported"