Advertisement
Guest User

albumart.sh

a guest
Dec 3rd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. info=$(mpc --format %artist%-%album% current | sed 's/ / /g').jpg
  2. test=$(echo ~/.config/ario/covers/$info)
  3.  
  4. cp -f "$test" /tmp/cover.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement