Downloads
release
dev builds
extras
themes
Documentation
manual
wiki
device status
Support
forums
mailing lists
IRC
Development
bugs
patches
dev guide
Search
Donate
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Welcome to the Rockbox Technical Forums!
Rockbox Technical Forums
Rockbox General
Rockbox General Discussion
A tool to mass-convert embedded album art to cover.bmp's automatically?
« previous
next »
Print
Pages: [
1
]
Author
Topic: A tool to mass-convert embedded album art to cover.bmp's automatically? (Read 2689 times)
JasonNovak
Member
Posts: 4
A tool to mass-convert embedded album art to cover.bmp's automatically?
«
on:
October 30, 2008, 01:00:54 AM »
I have a large collection of MP3s and WMAs all with embedded album art that need to have cover.bmp files generated for. All the tools I've come across for this seem to use amazon or other sites to select the album art, but I already have all the art. Is there a tool that I can point to my music folder, and have it scan all my music and automatically read the embedded album art and spit out the proper BMP files?
Logged
Chronon
Rockbox Expert
Member
Posts: 4379
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #1 on:
October 30, 2008, 01:43:00 AM »
There's a tutorial that gives one way to do this at the end of the AlbumArt page. Here:
http://www.rockbox.org/twiki/bin/view/Main/AlbumArt#How_to_Use_Embedded_iTunes_Cover
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g
JasonNovak
Member
Posts: 4
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #2 on:
October 30, 2008, 02:30:57 PM »
Thanks, I was on that page but must have passed it by when I saw iPod (I have an e280). I wanted the art to be in each folder which I don't think would be easy using that tutrial, so write a little .net that converts images to bitmaps, and then modified the Album Art Tagger script to call it each time it wrote and image to generate a bitmap.
Logged
Chronon
Rockbox Expert
Member
Posts: 4379
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #3 on:
October 30, 2008, 02:37:17 PM »
Are you saying you created such a tool? It would be nice to list it on the AlbumArt page.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g
rangi_chip
Member
Posts: 38
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #4 on:
October 30, 2008, 02:45:34 PM »
MP3TAG will extract all your embedded albumart to a specific location that you can define.
Example:
%artist%/[%year%] %album%/ - or whatever your filetree structure is.
A must have program for tagging.
I'm not sure if it can convert your albumart to .bmp format, but it can definitely extract them in which ever format they were originally embedded as.
If they are not .bmp format, once extracted you could use a mass converter, I suggest FastStone Photo Resizer. It's free and very easy to use. I also believe this keeps the filetree structure
Hope this helps.
«
Last Edit: October 30, 2008, 03:40:56 PM by rangi_chip
»
Logged
5.5G 80GB iPod
Chronon
Rockbox Expert
Member
Posts: 4379
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #5 on:
October 30, 2008, 02:59:30 PM »
Oh yes. I actually use MP3Tag, but not for this purpose. Thanks for the reminder!
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g
rangi_chip
Member
Posts: 38
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #6 on:
October 30, 2008, 03:03:26 PM »
Don't mention.
I don't know what version you are using, but it is always being updated with new features. You can find the very lastest here
http://www.anytag.de/forums/index.php?showtopic=57
«
Last Edit: October 30, 2008, 03:05:25 PM by rangi_chip
»
Logged
5.5G 80GB iPod
JasonNovak
Member
Posts: 4
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #7 on:
October 30, 2008, 05:57:31 PM »
It seems like there are several good programs to extract art and resize them, but not one that converts it to a bitmap. I may not have played around with faststone enough ... I see it can do multiple folders, although various media players I've used have dumped their own images into the album folders that don't really need to be made into bitmaps.
The nice thing about using the modified Album Art Tagger is it extracts the album art and creates a bitmap all in one program. It's not a standalone app, I wrote a simple jpg/png to bitmap command line utility and modified the Tagger script to call it every time it extracts an image to create a bitmap and remove the jpg/png. I passed along my code to the author of the script, maybe he'll implement in into the official release.
Logged
bzavala
Member
Posts: 102
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #8 on:
October 30, 2008, 06:20:49 PM »
IrfanView can convert to/from different formats including BMP and JPG. I've used it to Mass/batch convert all album arts to different sizes and formats.
Ben
Logged
vcardenas
Member
Posts: 10
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #9 on:
November 03, 2008, 05:11:08 PM »
Here is a tool made by me that can mass-convert embedded album art to bmp's.
Someone with write access can list it in the wiki... i ask for write permission on IRC some time ago but didn't receive any response.
http://vcardenasblog.blogspot.com/2008/09/album-art-extracter-for-rockbox.html
Logged
Chronon
Rockbox Expert
Member
Posts: 4379
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #10 on:
November 03, 2008, 05:17:04 PM »
Tell me your wikiname and I can give you write permission.
======
Edit: I found your wikiname and have given you write permission.
«
Last Edit: November 03, 2008, 05:30:22 PM by Chronon
»
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g
vcardenas
Member
Posts: 10
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #11 on:
November 03, 2008, 07:00:36 PM »
Thanks Chronon!... i just put it in the AlbumArt wiki page.
Logged
Chronon
Rockbox Expert
Member
Posts: 4379
Re: A tool to mass-convert embedded album art to cover.bmp's automatically?
«
Reply #12 on:
November 03, 2008, 07:06:44 PM »
Cool. Thanks for your contribution!
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g
Print
Pages: [
1
]
« previous
next »
Rockbox Technical Forums
Rockbox General
Rockbox General Discussion
A tool to mass-convert embedded album art to cover.bmp's automatically?
SMF 2.0.17
|
SMF © 2019
,
Simple Machines
Rockbox Privacy Policy
XHTML
RSS
WAP2
Page created in 0.353 seconds with 15 queries.