Skip to content
Permalink
linux
Go to file
 
 
Cannot retrieve contributors at this time
5 lines (5 sloc) 197 Bytes
function bandcamp --description 'stream bandcamp tracks of an album url'
echo "usage: bandcamp full-album-url"
echo "Navigate tracks with PgUp / PgDown"
mplayer (youtube-dl -g $argv)
end