• 0

Windows Media Player 11 Album Art Hell


Question

I'm using WMP 11 on Windows Vista and I'm having this problem with Album Art that is driving me insane... I've already searched a lot and couldn't find anything that could help me out.

I have all my album art embedded in the mp3 files, in the ID3 tags. This tag art is read just fine by WMP, Media Center and the Explorer, all of them get the album art from the file. However, every time I open up WMP, it starts creating those annoying Folder.jpg and AlbumArtSmall.jpg files inside each album folders and I really don't want that. First, cause it's resized to 200x200 and that sucks displaying in the Media Center for instance, mines are at 500x500. Second, cause I have a "Various" folder which has lots of different songs from different albums and artists, a folder with mixed content and if I have a those stupid WMP tiny art files there, then, in the WMP Library, all files that are inside that folder will have that stupid cover and not the embedded one.

How can I prevent this album art from ever being created by Windows Media Player.

I though of a solution, but I don't believe it's possible. For instance, to have Media Player, to always be executed and run with the permissions from a different user. Then, I would disallow write access to the whole Music folder. I can't use my account for that cause I need write access. WMP needed to run from a different user account, and this needed to happen from wherever I launch WMP, either shortcuts or directly through the exe. Is this even possible somehow?

I forgot to tell you one important thing... Yes, I have all those checks about "retrieve additional information from the internet" and things like that unticked... I believe there's only 2 in the Media Player options and they are both unticket. I don't understand why WMP keeps creating those art files...

Edited by Nazgulled

16 answers to this question

Recommended Posts

  • 0

ok here's what i did- same thing happened to me-

first with wmp closed go to the album folder then using folder options select 'show hidden files' and untick 'hide protected operating system files' then you will be able to see the corrupted album art, which you should remove at this point, i suggest you remove everything including the folder.jpg, then this step depends on how many files you have but i removed the write protection off the files and then the embedded album art from the .mp3's one by one, using wmp's 'advanced tag editor' can be done with any other id3tag app tho, then write protect them back. At this point you can go ahead and place your own album art in each album folder.

post-84490-1199653730.jpg

now i don't know if there's a way to stop windows from recreating those files but i'm gonna assume that there's not, because it needs it to display the album art, but also i know that wmp only does that when you retrieve the album art from the internets, not when you place your own folder.jpg on your folders. What i mean is that when wmp finds the album info but not the album art, [which only happens with obscure/foreign music] you can place you own folder.jpg and whatever size you want it, you'll be safe as long as wmp doesn't write the covers to the file, like when you drag a pic onto the album art placeholder in wmp.

Edited by takkun
  • 0

Sorry for floating an incredibly old thread... but after finding this in google I felt that I should reply to it.

It seems as though I have fixed this problem on my Vista machine by changing the permissions on my "Music" folder.

The process went as follows: right-click "music">>properties>>Security>>Edit. Highlight "SYSTEM" and on the list below, check "Deny" across from (for) "Write." Then click apply and ok for any messages that pop up.

So far this appears to work perfectly. You're welcome :)

Edit: This appears to be just stop the album art files from spawning while playing music. Manually editing the library appears to mess things up again. You might be able to stop that too by blocking yourself (and admins?) from write permission, but I don't know, I haven't tried. Good Luck.

Edited by b4andafter5
  • 0
Edit: This appears to be just stop the album art files from spawning while playing music. Manually editing the library appears to mess things up again. You might be able to stop that too by blocking yourself (and admins?) from write permission, but I don't know, I haven't tried. Good Luck.

What specifically happens when you edit the library? If I do this, can I still add music files to the music folder? If so, will they appear in the Library? Also, can I edit the ID3 tag info of my files? This problem has been bothering me for a while. I posted about this and another problem with WMP that are absolute show-stoppers for me a little while ago, but got no responses.

---

I think my biggest problem is that some real-life human being had to make a conscious decision to program WMP to behave like this. How could that person (or anyone else on the team, for that matter) not stop and think "hey, this is pretty stupid"?

My other complaint is that "Play All" is the default double-click action, rather than "Play". Once again, how could someone possibly not see how stupid that is?

Oh well, these problems still exist in WMP 12. Maybe version 13 will finally be usable.

  • 0

It look as though adding music to the folders or editing the tags does not affect it... when I did my fix, album art would respawn only when I removed files from the library. I think that items added automatically don't add the crap... I haven't thoroughly tested it, as you can see :p

  • 0

Thought I'd post this on here, as this is a very annoying issue and nobody seems to have posted a better solution.

If you have the correct album art in place, all saved as proper 500x500 images or whatever, and WMP keeps replacing these with those terrible 200x200 or 200x179 images, you can do the following:

1. ensure WMP is closed fully

2. add your folder.jpg files in the appropriate directories

3. run the following command at the root of your music directory

E:\Music> forfiles /S /M folder.jpg /C "cmd /c echo @file && attrib +r +s +h @file"

That will basically run through the whole music directory and hide and write-protect the folder images. Basically, when WMP loads that directory and tries to add its nasty low-res images to your music folder, it finds the folder.jpg is read-only, fails, and then doesn't bother creating the albumart*.jpg files either.

On a related note, the correct place for these images is in the ID3 tags embedded in the music itself; the excellent mp3tag is a great way to manage this.

  • 0

Thought I'd post this on here, as this is a very annoying issue and nobody seems to have posted a better solution.

If you have the correct album art in place, all saved as proper 500x500 images or whatever, and WMP keeps replacing these with those terrible 200x200 or 200x179 images, you can do the following:

1. ensure WMP is closed fully

2. add your folder.jpg files in the appropriate directories

3. run the following command at the root of your music directory

E:\Music> forfiles /S /M folder.jpg /C "cmd /c echo @file && attrib +r +s +h @file"

That will basically run through the whole music directory and hide and write-protect the folder images. Basically, when WMP loads that directory and tries to add its nasty low-res images to your music folder, it finds the folder.jpg is read-only, fails, and then doesn't bother creating the albumart*.jpg files either.

On a related note, the correct place for these images is in the ID3 tags embedded in the music itself; the excellent mp3tag is a great way to manage this.

Old thread is old, but good post is good! Reppy up! +

  • 0

3. run the following command at the root of your music directory

E:\Music> forfiles /S /M folder.jpg /C "cmd /c echo @file && attrib +r +s +h @file"

That will basically run through the whole music directory and hide and write-protect the folder images. Basically, when WMP loads that directory and tries to add its nasty low-res images to your music folder, it finds the folder.jpg is read-only, fails, and then doesn't bother creating the albumart*.jpg files either.

Not sure how to run a command at the root. Help a layman out.

  • 0

Not sure how to run a command at the root. Help a layman out.

The instructions are kinda broken. Folder.jpg and AlbumArtSmall.jpg are completely reserved filenames for WMP. You cannot safely nor sanely use those filenames for your own purposes. They will be overwritten. By default WMP creates those files system hidden, which was the initial clue long ago to not touch those files. Don't touch them: those are reserved filenames.

This:

* https://www.neowin.net/forum/topic/767036-wmp12-win7-7100-stop-wmp12-from-touching-folderjpg-files/page__st__60__p__591704002#entry591704002

is probably way way more interesting to you.

Again, those two filenames in particular are absolutely reserved filenames by WMP that there is no method whatsoever of overwriting WMP's perceived "ownership" of those two files. Those files get created when anything using the album art system asks for album art for the files in question. If both folder.jpg and albumartsmall.jpg already exist, they *usually* won't be recreated. But if they're not around and the album art system is asked for those images, they'll be recreated if possible. =\

  • 0

Funny thing, I was about to post a request about this very topic, but it appears I have been beat to the punch. On several places on the internet I have found a response to this question, but it requires modifying the registry. I am slightly retarded when it comes to messing with the registry. Is it possible that someone can interpret the following modification and turn it into an executable registry script so that making the change is fool proof? It is supposed to prevent WMP from creating any folder.jpg or albumart.jpg files.

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]

"LargeAlbumArtSize"=dword:ffffffff

"SmallAlbumArtSize"=dword:ffffffff

Again, when it comes to the registry, I am slightly retarded, so your help is much appreciated.

  • 0

Funny thing, I was about to post a request about this very topic, but it appears I have been beat to the punch. On several places on the internet I have found a response to this question, but it requires modifying the registry. I am slightly retarded when it comes to messing with the registry. Is it possible that someone can interpret the following modification and turn it into an executable registry script so that making the change is fool proof? It is supposed to prevent WMP from creating any folder.jpg or albumart.jpg files.

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]

"LargeAlbumArtSize"=dword:ffffffff

"SmallAlbumArtSize"=dword:ffffffff

Again, when it comes to the registry, I am slightly retarded, so your help is much appreciated.

No, that only affects the maximum dimensions of the files.

You cannot prevent WMP from creating any folder.jpg or albumartsmall.jpg files unless you hack your folder permissions or other such nonsense. If you don't like WMP's album art behavior, I would suggest not using it nor Media Center (which uses the same logic in part).

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Nothing Ear (a) and CMF Buds Pro 2 with active noise cancellation drop to lowest price ever by Fiza Ali With Prime Day 2026 scheduled to run from Tuesday 23 to Friday 26 June, Amazon has already begun rolling out early access offers ahead of the main event. Particularly, Nothing Ear (a) and CMF Buds Pro 2 wireless earbuds have dropped to their lowest price ever with limited Prime deal offering 33% and 24% discounts, respectively. Nothing Ear (a) are equipped with 11mm dynamic drivers featuring a PM1 + TPU diaphragm. For noise control, the earbuds offer active noise cancellation (ANC) of up to 45dB across frequencies reaching 5,000Hz. The smart ANC algorithm adapts to surrounding noise levels, while a Transparency Mode allows users to remain aware of their environment when needed. Connectivity is handled via Bluetooth 5.3, with support for AAC, SBC, and LDAC audio codecs. Additional features include IP54-rated earbuds for dust and splash resistance, paired with an IPX2-rated charging case. Furthermore, users also benefit from pinch controls, in-ear detection, Google Fast Pair, Microsoft Swift Pair, dual-device connectivity, and a low-latency mode designed for gaming and video playback. The Nothing X app unlocks a range of customisation options, including a personalised equaliser, bass enhancement, control remapping, ear tip fit testing, firmware updates, dual-device management, a Find My Earbuds feature, and low-latency mode settings. When it comes to the battery, the earbuds house a 46mAh lithium-ion battery, while the charging case contains a 500mAh cell. With ANC disabled, users can expect up to 9.5 hours of playback from the earbuds and up to 42.5 hours in total with the charging case. With ANC enabled, battery life is rated at up to 5.5 hours per charge and up to 24.5 hours combined with the case. Finally, fast charging is also supported that should provide up to 10 hours of playback from a 10-minute charge with ANC turned off. Nothing Ear (a) Wireless Earbuds (Black): $53.20 (Amazon US) - 33% The CMF Buds Pro 2 feature a dual-driver audio system consisting of an 11mm bass driver and a 6mm micro-planar tweeter. The earbuds use PU (polyurethane) and PET (polyethylene terephthalate) titanium-coated diaphragms and are tuned by Nothing to deliver balanced audio performance. They further support active noise cancellation of up to 50dB across a frequency range of up to 5,000Hz, and noise control features include a Smart ANC algorithm, Adaptive ANC, Transparency Mode, and Clear Voice Technology 2.0. For calls, the CMF Buds Pro 2 use a total of six microphones and feature an environmental noise-cancelling algorithm, Clear Voice Technology 3.0, and Wind Noise Reduction 3.0 that should improve voice clarity during conversations. Furthermore, when it comes to the connectivity, it is provided through Bluetooth 5.4. Additional features include an IP55 rating for dust and water resistance, Google Fast Pair, Microsoft Swift Pair, in-ear detection, a low-latency mode, and a Find My Earbuds function. Moreover, through the Nothing X app for Android and iOS, users can access custom EQ settings, a bass enhancement algorithm, customisable controls, Find My Earbuds, low-latency mode, dual-device connectivity, an ear tip fit test, and firmware updates. The earbuds contain a 60mAh rechargeable lithium-ion battery, while the charging case houses a 460mAh battery. A full charge of the earbuds and case via USB-C should take approximately 85 minutes, while the earbuds alone should be fully recharged in the case in around 60 minutes. Battery life is rated at up to 11 hours of playback on a single charge and up to 43 hours with the charging case when ANC is turned off. With ANC enabled, playback time is reduced to up to 6.5 hours on the earbuds and up to 26 hours with the charging case. Talk time is rated at up to 6 hours on the earbuds and 25 hours with the case with ANC disabled, or up to 4.8 hours and 18.6 hours, respectively, with ANC enabled. CMF Buds Pro 2 Wireless Earbuds (Dark Grey): $37.05 (Amazon US) - 24% Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • The entire world moved to the vastly superior and now universally supported Dolby Atmos technology a very long time ago, mate.
    • Insane. This is as crazy as COVID back in 2020, where you could go back one year in time and tell them that everybody's gonna be locked in and now with memory that your old computer was going to be worth more tomorrow
    • "Bad Pool Caller" meaning one of your software is trying to change memory it doesn't own, in a memory pool that's it ,nothing to do with Windows
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      544
    2. 2
      +Edouard
      187
    3. 3
      Michael Scrip
      77
    4. 4
      PsYcHoKiLLa
      75
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!