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
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Any way to display embedded art on Video iPod?
« previous next »
  • Print
Pages: [1]

Author Topic: Any way to display embedded art on Video iPod?  (Read 3514 times)

Offline lalittle

  • Member
  • *
  • Posts: 103
Any way to display embedded art on Video iPod?
« on: August 25, 2006, 11:34:15 PM »
I've searched the forums for this, but I'm still unclear as to whether or not anybody has made a patched version of Rockbox that will extract embedded cover art and resize it to fit on a Video iPod.  I've seen patches for resizing and displaying cover art, but they all seem to only utilize a seperate image, and they require at most a 125x125 image (most of mine are 300x300.)  Does any patch utilize the embedded art (which all of my mpgs use) and can they use larger art?  I just don't have the time to extract all the art and store it with the albums, but if there was a way to display my album art (like I can with the native iPod firmware) I'd be very interested in it.

I really know nothing of programming, so this isn't something that I could make myself.

Thanks,

Larry
Logged

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: Any way to display embedded art on Video iPod?
« Reply #1 on: August 26, 2006, 12:24:16 AM »
this?
http://www.rockbox.org/tracker/task/5697

you also need this patch for that to work of course

http://www.rockbox.org/tracker/task/3045
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Any way to display embedded art on Video iPod?
« Reply #2 on: August 26, 2006, 06:40:56 AM »
I looked at those patches, but neither one seems to indicate that it will work with embedded art as far as I can tell.  Perhaps I'm just missing something -- i.e. maybe I'm looking for the wrong terminology -- but it seems like both those patches look for a file rather than looking in the file for an embedded tag.

Thanks again,

Larry
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Any way to display embedded art on Video iPod?
« Reply #3 on: August 26, 2006, 12:46:13 PM »
There is currently no way to display embedded album art.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Any way to display embedded art on Video iPod?
« Reply #4 on: August 26, 2006, 07:32:11 PM »
Quote from: Febs on August 26, 2006, 12:46:13 PM
There is currently no way to display embedded album art.

Thanks -- at least now I know to stop searching.

Do you happen to know if this is something that is being looked into by anyone?  I know it's "possible" (since the native apple firmware does it) but I have no idea if it's something that is being worked on.  I personally think it would be a great feature -- to me, it's a rather odd ommission from the otherwise extensive Rockbox features -- but I have absolutely no experience in programming this sort of thing myself, and my time is limited as well.

Thanks again,

Larry
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Any way to display embedded art on Video iPod?
« Reply #5 on: August 26, 2006, 07:51:20 PM »
I'm not aware of anyone who is working on embedded album art support.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Any way to display embedded art on Video iPod?
« Reply #6 on: August 26, 2006, 08:18:10 PM »
Quote from: lalittle on August 26, 2006, 07:32:11 PM
Do you happen to know if this is something that is being looked into by anyone?  I know it's "possible" (since the native apple firmware does it) but I have no idea if it's something that is being worked on.  I personally think it would be a great feature -- to me, it's a rather odd ommission from the otherwise extensive Rockbox features -- but I have absolutely no experience in programming this sort of thing myself, and my time is limited as well.

As far as I know, the Apple firmware doesn't display embedded album art - when iTunes syncs your music with your iPod, it extracts the album art from the tags and stores it as pre-scaled uncompressed images in an album art database on your ipod.  Very similar to the approach of storing album art in pre-scaled .bmp files used by the Rockbox album art patch.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Any way to display embedded art on Video iPod?
« Reply #7 on: August 26, 2006, 09:07:42 PM »
You could probably write a script that uses a command line id3 tag parser and jpeg resize program to do this offline.  Doing it online would be a lot harder I think.
Logged

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Any way to display embedded art on Video iPod?
« Reply #8 on: August 27, 2006, 12:47:46 AM »
Quote from: linuxstb on August 26, 2006, 08:18:10 PM
As far as I know, the Apple firmware doesn't display embedded album art - when iTunes syncs your music with your iPod, it extracts the album art from the tags and stores it as pre-scaled uncompressed images in an album art database on your ipod.  Very similar to the approach of storing album art in pre-scaled .bmp files used by the Rockbox album art patch.

Just to clarify, I don't use iTunes at all.  I use J.River Media Center (VASTLY more powerful than iTunes) to sync my iPod, but I'm assuming that it most likely works the same way iTunes does for cover art since it uses the native apple firmware.  I noticed a few files in the "Artwork" folder on the iPod, so I'm guessing that these are the files you're talking about.

This of course brings up the question of whether or not Rockbox can utilize THIS cover art -- i.e. can Rockbox access and use the files that iTunes and JR Media Center use for cover art?  This would be a lot easier than creating a second "set" of cover art files just for Rockbox.

Thanks again for all the help with this.

Larry
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Any way to display embedded art on Video iPod?
« Reply #9 on: August 27, 2006, 08:49:50 AM »
Quote from: lalittle on August 27, 2006, 12:47:46 AM
This of course brings up the question of whether or not Rockbox can utilize THIS cover art -- i.e. can Rockbox access and use the files that iTunes and JR Media Center use for cover art?  This would be a lot easier than creating a second "set" of cover art files just for Rockbox.

I guess a problem with this is that Rockbox runs on lots of players, not just iPods.  Other players might have different formats, so why shouldn't that be the basis for the Rockbox system, not the iPod one?  All I'm saying is that in designing a Rockbox album art system, it should be what works best with Rockbox itself and all supported hardware, and not just do it one way because the iPod does.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline lalittle

  • Member
  • *
  • Posts: 103
Re: Any way to display embedded art on Video iPod?
« Reply #10 on: August 27, 2006, 06:17:17 PM »
Quote from: BigBambi on August 27, 2006, 08:49:50 AM
I guess a problem with this is that Rockbox runs on lots of players, not just iPods.  Other players might have different formats, so why shouldn't that be the basis for the Rockbox system, not the iPod one?  All I'm saying is that in designing a Rockbox album art system, it should be what works best with Rockbox itself and all supported hardware, and not just do it one way because the iPod does.

That makes sense.  It would also make sense, however, to create a patch for any given player so that the Rockbox cover art capability would work "natively" with that player.  There are already "player specific" patches for things like the iPod scroll wheel, so I would think that the ability to use the "native" cover art files on a player would be a very welcome and popular addition.

If I knew more about this and had the time, I would investigate doing this myself, but unfortunately this is simply not possible at this time.

Is there someplace that I could suggest or request such a patch?  I see a forum that pertains to "plugins," but I don't see any mention of "patch" discussion in any of the forum descriptions.

Thanks again,

Larry
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Any way to display embedded art on Video iPod?
« Reply #11 on: August 28, 2006, 02:37:12 AM »
Feature requests go on the feature request section of the patch tracker.

Discussing of patches should happen primarily on the entry for the patch there, and if you feel you must use the forums, in whichever forum is appropriate based on what the patch is. For example, a patch to create a plugin could be discussed in the Plugins forum.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Any way to display embedded art on Video iPod?
 

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

Page created in 0.11 seconds with 14 queries.