Displaying Album Art with DX Player?
Is It Possible to Display Album Art with DX Player?
Monday, July 7, 2008 by 7evier | Discussion: DesktopX Tutorials
Reply #2 Thursday, July 24, 2008 11:32 AM
Reply #3 Thursday, July 24, 2008 11:57 AM
Reply #4 Thursday, July 24, 2008 12:40 PM
Yes. It may be stored (for example into the mp3 file through Winamp). But this increases file size on the disk so I never use this option.
Pose yesterday I have done a code that searches the Album Art image in the playing file directory and then show it on the player display (this is not a DX player...). If I haven't the corresponding image I find it in the Google/Images, then download, rename to Folder.jpg or Cover.jpeg and copy into the folder with tracks. Thats all.
As well I have worked on a script that reads/writes ID3, Vorbis and some other tags. So I have a lot worked with the binary data. On this reason I understand what you want and how make this. However I have not free time... So just an idea:
1. Learn how looks the included *.jpg file in the mp3 binary stream (use Google).
2. Make a script by using ADODB.Stream object which will read your file as a binary stream (or Scripting.FileSystemObject (FSO) to read it as a text stream). - Google again!
3. Make a function that will find the included *.jpg in the mp3, then extract it and save to the any temporary folder (like temp.jpg for example).
4. Make one more simple function which will add this image into the player.
That's all at the moment.
Reply #5 Saturday, August 23, 2008 12:18 PM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Monday, July 7, 2008 9:28 PM
https://www.wincustomize.com/skins.aspx?skinid=391&libid=34
https://www.wincustomize.com/skins.aspx?skinid=3919&libid=3