• 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

    • Subscription upon subscription... That old Xzibit Pimp my ride meme comes to mind
    • EA reached out to our reporter that mainly does gaming content and reviewed loads of other games, why would this be shocking to anyone? I admit maybe we were considered this time around because of the extra coverage UFC was getting and they wanted a broader audience for this release? IDK. I can tell you that we aren't paid to do the reviews, the fun part of it is (mostly) being able to keep what we review and giving an honest opinion on what we're reviewing.
    • Save over $430 on Sterling Stock Picker (lifetime subscription) by Steven Parker Today's highlighted Neowin deal comes via our Apps + Software section of the Neowin Deals store, where you can save 88% off on a lifetime subscription to Sterling Stock Picker. Sterling Stock Picker (SSP) is an award-winning platform designed to make stock investing accessible to everyone, regardless of expertise. The software offers multiple methods to identify winning stocks that align with your personal values, investment preferences, and risk tolerance. By handling all the complex calculations, it allows you to focus on making informed investment decisions. The patent-pending North Star technology provides clear guidance on whether to buy, sell, hold, or avoid a particular stock. Ask Finley, your personal AI financial coach Finley is your personal AI financial coach providing real-time data access, strategic investment advice, risk assessment, and educational support to help you make informed decisions. Whether you're a seasoned investor or just starting, Finley is equipped to help you achieve your financial goals. Feel free to ask any questions about your portfolio or the stock market. PERSONALIZED FINANCIAL GUIDANCE Custom Recommendations: Get stock picks tailored to your risk tolerance, portfolio performance, and investment goals. Dynamic Insights: Access detailed financial, technical, earnings, growth, and risk analysis for smarter investing. ENHANCED PORTFOLIO MANAGEMENT Done-For-You Portfolio Builder: Easily construct a diversified portfolio based on your risk tolerance and investment goals. Analysis and Suggestions: Receive data-driven portfolio adjustments to optimize returns based on your risk acceptance score. Risk Assessment Overview: Understand your risk level and receive stock recommendations aligned with your investment strategy. STRATEGIC INVESTMENT ADVICE Stock Rockets: Discover top-performing companies with over 50% quarterly revenue growth and the highest North Star rankings. Concentrated Portfolio Strategy: Focus on high-potential stocks instead of broad diversification to maximize growth. Industry and Sector Insights: Stay ahead with detailed performance narratives and sector-specific trends. EDUCATIONAL SUPPORT & COMMUNITY Verbose Explanations: Break down complex financial concepts with in-depth explanations for beginners. Investment Strategies: Learn and apply various investment strategies with expert-backed insights. Community Chat Forum: Connect with fellow investors to share insights, ask questions, and discuss investment strategies. Build your Stock Portfolio in 3 easy steps! Discover Your Risk Tolerance: Take a quick 5-minute questionnaire to assess your ability to handle risk effortlessly. Search Stocks Aligned With Your Personal Values: Use an intuitive stock-picking interface to confidently find winning stocks. Build Your Portfolio: Utilize the Done-For-You Portfolio Builder to simplify investing and remove the guesswork. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop or mobile Only available to new users Updates included A lifetime subscription to Sterling Stock Picker normally has a suggested price of $486, but you can pick it up for just $54.90 for a limited time - that represents a saving of $431.10 (88% off). For a full description, specs, and license info, click the link below. Sterling Stock Picker lifetime subscription for $54.90 (was $486) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      82
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!