We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was automatically migrated from Google Code. Original author: [email protected] (February 28, 2012 09:09:24) Original issue: google-code-export/beets#352
The text was updated successfully, but these errors were encountered:
I use this code to get album artwork when Beets fails
encoded="$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$albumpath")" url="http://www.albumart.org/index.php?skey=$encoded&itempage=1&newsearch=1&searchindex=Music" coverurl=`wget -qO - "$url" | grep -m 1 -o 'http://ecx\.images-amazon\.com\/images\/I\/*/[\%0-9a-zA-Z.,-]*\.jpg'`
It basically searches AlbumArt.org and scrapes the first result. (Taken from http://shkspr.mobi/blog/2013/04/screenscraping-album-artwork-from-the-linux-command-line/)
Sorry, something went wrong.
Very cool. Thanks!
No branches or pull requests
This issue was automatically migrated from Google Code.
Original author: [email protected] (February 28, 2012 09:09:24)
Original issue: google-code-export/beets#352
The text was updated successfully, but these errors were encountered: