aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-09 23:32:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-09 23:32:04 -0300
commit26aa0ec722d7553c5d7f65347b371c8d1bdeea76 (patch)
tree9ff97bec79346c0d0c14ac61555b2652092c5590
parent2832aa0c683bd9c323df3b4e8ec9d1c9dc63efb6 (diff)
downloadscripts-26aa0ec722d7553c5d7f65347b371c8d1bdeea76.tar.gz
scripts-26aa0ec722d7553c5d7f65347b371c8d1bdeea76.tar.bz2
Changing playlist path
-rwxr-xr-xplaylist-get2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist-get b/playlist-get
index 7f590a9..8990933 100755
--- a/playlist-get
+++ b/playlist-get
@@ -8,7 +8,7 @@
BASENAME="`basename $0`"
PLAYLIST="$1"
MEDIA="/var/cache/media/noise"
-PLAYLISTS="/var/lib/mpd/playlists"
+PLAYLISTS="$MEDIA/playlists"
if [ -z "$PLAYLIST" ]; then
echo "Usage: $BASENAME <playlist>"