Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Tool to extract album art for iPod... great for PictureFlow
« previous next »
  • Print
Pages: [1]

Author Topic: Tool to extract album art for iPod... great for PictureFlow  (Read 4869 times)

Offline vcardenas

  • Member
  • *
  • Posts: 10
Tool to extract album art for iPod... great for PictureFlow
« on: May 10, 2008, 10:46:20 AM »
I made this little tool to extract album art embedded in music files and want to share it.

It stores the picture files in iPod_Control\Music\ with albumtitle as filename, which is perfect for PictureFlow.

http://vcardenasblog.blogspot.com/2008/03/ipod-album-art-extracter-for-rockbox.html
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #1 on: May 10, 2008, 01:26:06 PM »
This is the type of information that would be better in the rockbox wiki, rather than the forums. I've just tried it, and it does what is claimed. It would be nice if it was possible to change the location where the bmps are going to be stored. In my case I merely wanted to see which (if any) of my files contained embedded art, and it successfully located 4 files I hadn't cleaned up.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #2 on: May 10, 2008, 05:06:25 PM »
vcardenas, the AlbumArt page would be a good spot for it.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline vcardenas

  • Member
  • *
  • Posts: 10
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #3 on: May 10, 2008, 10:18:59 PM »
Quote from: Chronon on May 10, 2008, 05:06:25 PM
vcardenas, the AlbumArt page would be a good spot for it.
i think you are right... i will do that, thanks.

Quote from: yapper on May 10, 2008, 01:26:06 PM
This is the type of information that would be better in the rockbox wiki, rather than the forums. I've just tried it, and it does what is claimed. It would be nice if it was possible to change the location where the bmps are going to be stored. In my case I merely wanted to see which (if any) of my files contained embedded art, and it successfully located 4 files I hadn't cleaned up.
Thanks for your suggestion. Allow to change the location is easy, i will implement it.  The default location is the best to have Album Art in WPSs and PictureFlow.





Logged

Offline delorean90

  • Member
  • *
  • Posts: 104
  • My iriver is dead
    • My Myspace
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #4 on: May 11, 2008, 10:43:19 PM »
i downloaded it, and it failed to run
Logged
Proud owner of a sansa view 16gb, fingers crossed for a rockbox port :)

Offline vcardenas

  • Member
  • *
  • Posts: 10
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #5 on: May 12, 2008, 02:01:21 AM »
Quote from: delorean90 on May 11, 2008, 10:43:19 PM
i downloaded it, and it failed to run
Do you have .Net Framework 2.0 installed?
it is a requeriment.

Do you have the iPod connected when you are trying to run the program?
It is necessary because the programs tries to detect an iPod connected, and if doesn't, then it closes.

Did you have iTunes opened when trying to run the program?
iTunes must be closed because iPod database is locked by iTunes and cannot be read.

please provide more information about "it failed to run" so i can help you.
Logged

Offline gonzalexx

  • Member
  • *
  • Posts: 8
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #6 on: September 14, 2008, 12:24:22 PM »
Hi... first post here...
Read the long one about ipod playlist conversion... (old one)
Boy... that was a long rant from lots of people.
I really appreciate your contribution...
The converter worked like a charm...
had a number of playlists converted, and now I can continue experimenting using rockbox... with no hiatus in my daily listening to audiobooks in my commute.
I have an old 3G, and I have really used it way beyond its cost.
Rockbox gives me the control over everything that the native Apple software didn't.
If there's ever improvements in your conversion program... please let me know.  I am a gratefull fan now... and volunteer to be a guinea pig if you like.
That goes for you VCARDENAS, and any of you guys that have so much fun tweaking the box's brain. (any box for that matter).  I wish I had the time to do it myself, that is why I will back you guys on your endevours.
Take good care, and above all, have fun !!!
Good to know there's folks out there that do not conform... we need more minds like that in the world.
Cheers and thanks!
Logged

Offline karltpb

  • Member
  • *
  • Posts: 40
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #7 on: September 25, 2008, 04:19:03 AM »
Thank you, it worked great for me. However I noticed it does not replace double quotes with single quotes as required by rockbox. It's mentioned in the wiki (link). I figured I'd point that out.

EDIT: I just noticed that it does indeed replace double quotes but not exactly the way Rockbox requires. Currently it replaces a double quote ( " ) with two singles quotes ( ' ' ). From what I can tell by looking at the source code, a double quote is meant to be replaced by only one single quote. Hope you can fix that in the next release.

~ Karl
« Last Edit: October 01, 2008, 08:02:59 AM by KarlTPB »
Logged

Offline vcardenas

  • Member
  • *
  • Posts: 10
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #8 on: October 01, 2008, 06:43:24 PM »
gonzalexx:
thank you very much... i'm glad that my litle contribution is useful for you too. I will be posting updates in this page:
http://vcardenasblog.blogspot.com/2007/12/ipod-to-rockbox-playlist-converter.html
and feature requests are very welcome, just leave me a comment in that page.

Quote from: KarlTPB on September 25, 2008, 04:19:03 AM
Thank you, it worked great for me. However I noticed it does not replace double quotes with single quotes as required by rockbox. It's mentioned in the wiki (link). I figured I'd point that out.

EDIT: I just noticed that it does indeed replace double quotes but not exactly the way Rockbox requires. Currently it replaces a double quote ( " ) with two singles quotes ( ' ' ). From what I can tell by looking at the source code, a double quote is meant to be replaced by only one single quote. Hope you can fix that in the next release.

~ Karl
thanks for the feedback, i just made a test with double quotes in the name and it was correctly replaced by a single quote.  Maybe you can post or mail me the problematic file, so i can inspect it and make some tests to fix the problem.

Logged

Offline revnull

  • Member
  • *
  • Posts: 3
Re: Tool to extract album art for iPod... great for PictureFlow
« Reply #9 on: October 02, 2008, 12:36:55 AM »
Added recommendations to the project page.

Thanks for all your work!
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Tool to extract album art for iPod... great for PictureFlow
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.113 seconds with 15 queries.