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 78e24847951c5ebbb70d5d558cd2943c4b403f59
parent 1ed8747376a894fe613e6c4dff9972694ee5e799
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  8 Oct 2018 12:24:31 +0200

Merge branch 'master' of gitlab.com:admesg/dotfiles

Diffstat:
Mlinks/.ncmpcpp/bindings | 4+++-
Mlinks/bin/mpc-play-newest.sh | 2+-
Mlinks/bin/sync-music-idkfa.sh | 2++
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/links/.ncmpcpp/bindings b/links/.ncmpcpp/bindings @@ -579,4 +579,6 @@ def_key "D" # #def_key "q" # quit -# + +def_key "N" + run_external_command "mpc-play-newest.sh" diff --git a/links/bin/mpc-play-newest.sh b/links/bin/mpc-play-newest.sh @@ -5,7 +5,7 @@ mpc clear >/dev/null albums="$(mpc-newest.sh | sed 's/.* - //')" while read -r album; do - echo "$album" + #echo "$album" mpc search album "$album" | mpc insert done <<< "$albums" diff --git a/links/bin/sync-music-idkfa.sh b/links/bin/sync-music-idkfa.sh @@ -11,3 +11,5 @@ rsync -rav --progress -e "ssh" $host "$musicdir" echo "syncing new music to $host" rsync -rav --progress -e "ssh" "$musicdir" $host + +mpc update