dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ccaa6007e34a81cefdb3583d2dd77b7d08140b7a
parent f3d3aa52c4239963f40acc34d89426fe6d980b15
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 12 Oct 2019 07:37:54 +0200

Update path for music library

Diffstat:
M.abcde.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.abcde.conf b/.abcde.conf @@ -392,7 +392,7 @@ ACTIONS=cddb,read,getalbumart,encode,tag,move,clean # If you'd like to make a default location that overrides the current # directory for putting mp3's, uncomment this. #OUTPUTDIR=`pwd` -OUTPUTDIR="$HOME/music" +OUTPUTDIR="/home/music" # Or if you'd just like to put the temporary .wav files somewhere else # you can specify that here