Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: batch converting images

Re: batch converting images

From: Dominik Riebeling <dominik.riebeling_at_gmail.com>
Date: Mon, 12 Jun 2006 09:00:56 +0200

On 6/12/06, twistedpickles <twistedpickles_at_gmail.com> wrote:
> I was looking for a program or technique that would scan my entire
> music directory structure for album art jpgs already placed in the
> "../Artist/Album" folders then create a bmp of the jpg and place the
> bmp in the folder the source jpg was converted from.

Shooting out of my hip, untested:

for i in "`find /media/music -name '*.jpg' -print`"; do convert "$i"
"`gawk -F . "$i" '{print $1}'`.bmp"; done

(which could also be done with find's -exec, but I don't have the
syntax at hand and not "saved" in my head. Also, I assume you don't
have dots in your filenames)
HTH.

 - Dominik
Received on 2006-06-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy