Skip to content

Instantly share code, notes, and snippets.

select
album_name
from
rw_albums
where
sid = 1 and
album_verified is true and
album_name in (
select
album_name
@williamjacksn
williamjacksn / ocr_album_art.pl
Created February 9, 2011 21:11
Get album art from ocremix.org
#!/usr/bin/perl
# ocremix.org album art get!
# (c) 2011 William Jackson <[email protected]>
# Download album art for a particular remix into the current working directory.
# Rename the album art to "folder.(jpg|gif|png)".
use strict;
use warnings;