Subject: | option output_directory is ignored for cover download |
The covers are saved in the current directory instead of using the
--output_directory value.
line 192 : $cover_file =
"$track_info{'artist'}-$track_info{'album'}-$track_info{'track'}.jpg";
I've changed to:
$cover_file =
$output_directory."/"."$track_info{'artist'}-$track_info{'album'}-$track_info{'track'}.jpg";
Thanks and praise for last.fm-ripper!