Monday, February 04, 2008

Zune Marketplace as a Mp3tag Source

Given that the current (and past) Zune software lacks any decent metadata editing I've been using Mp3tag to adjust the various tags as well as grab album art.  One cool feature of Mp3tag is that you can look up album information from a variety of online sources, most notably Amazon.  From there you can grab track listings and album art to help flush out your metadata.

Only problem is that sometimes the Zune Marketplace files an album differently than Amazon which means it won't show up correctly in your ZuneTag (see mine in the upper-right).  After poking around with Mp3tag's extensible "web sources framework" and using Fiddler to watch the HTTP traffic to and from zune.net I cobbled together a Zune source that will pull down the exact album information as listed on the Marketplace as well as the album art.

There is a bonus as well, I believe zune.net just made their 800x800 album art available via the back-end service I'm using so now you can grab full 800x800 album art even on tracks you didn't purchase directly from the Marketplace.

Just download Marketplace.zip and extract the single Marketplace.src into your %appdata%\Mp3tag\data\sources folder and you'll be rocking! I'd also suggest you download the very latest beta of Mp3tag because the tag sources (what Marketplace plugs into) dialog is much easier to figure out for first timers, plus I always include the artist in the track listing and version 2.39n supports splitting this into the correct tags.

Download Marketplace.zip

If anyone actually uses this and needs help getting it up and running just drop a comment.

UPDATE:

Thanks to Scott for catching something I should have mentioned but completely forgot.  The Zune software can't read ID3v2.4 tags, instead it can only handle ID3v2.3 so after you first install Mp3tag follow these steps:

  1. Go to Tools | Options
  2. Navigate to the 'Tags', then Mpeg options in the left-hand tree
  3. Set Write to ID3v2.3 UTF-16
  4. For those that like pretty pictures:

Mp3tag Options

18 comments:

Mitch said...

%appdata%Mp3tagdatasources

Where do I find that folder?

I found /Mp3tag/data/sources

I added the marketplace.src file in there but I got nothing new in the Tag Sources dialog drop down thingy.

Shawn Oster said...

Under Vista you can just press the Windows key then paste "%appdata%\mp3tag\data\sources\" into the search box and it'll pop up.

Under XP I believe you can do the same thing, except you'll need to do it from a Run box, so just press Windows key + R, then drop in %appdata%\mp3tag\data\sources\ and you should be good to go.

Jamie said...

This is a great tip. I have been looking for a good way to get the 800X800 artwork for the album covers.

Mike said...

yea this isnt working for me. i have windows xp and i copy and paste the thing in there and they say they cannot find it.

Mike said...

i just figured out i had to dl the mp3tag prgram but this is mad confusing. i have a zune program b4 i dl this it keeps giving me the same cd cover i put on 1 cd. so now im stuck with all my music with all one cd cover can u plz help because no one else is able to.

Shawn Oster said...

@Mike: Are you unzipping the file? There should be two .src files inside the zip that you need to drop into that folder. I'm running Vista at home but I have XP at work so I'll give it a test there just to double-check the steps.

huwmorgan said...

Hi Shawn,

First of all, thanks very much for being such a helful source of Zune/metatagging information.

I've been tearing my hair out trying to edit my metadata and get Zune to pick it up and put it in the right spot. You've given me a great clue with the artist/album artist tip.

However, I'm still seeing some really funny stuff:

* I get stuff the way I want it in list view, but browse view doesn't change
* I can update the title tag, but all my old tags for album and album artist don't change
* I delete a track entry from my collection, re-do the meta tags using an editor and re-import the track into Zune only to see the old tags show up.

It's enough to make you scream. It would be helpful to know how Zune finds tags and what the settings check box (update art and file info) actually does.

Does Zune over-write my meta tags with stuff that it looks up in its data sources? How else could the old meta tags keep coming back?

Any light you can shed would be appreciated.

Cheers,
Huw Morgan

Mike said...

i did unzip the files but i thought it will be added in a zune folder so it can be like the old software.

Shawn Oster said...

@Huw Morgan: I'm right there with you on how frustrating it is to deal with metadata information in the Zune software. Here are a few things I've learned that may help:

1. Under Settings | Software | Collection make sure you've unchecked the option to "Automatically update album art and media information". I've only had that cause problems for me and until I can get a detailed history of just what it's changing around I turn it off.

2. The software is very picky about when it picks up new metadata information. Sometimes it'll do it right away, sometimes if you rename the file and then rename it back that'll trigger a refresh.

3. Sadly sometimes *nothing* you do will get it to refresh things like track number. The best (and only option) I know of is to reset your entire media library by following these directions. That almost always fixes things.

4. Often when you start getting really weird album art issues it's because either you need to do #3 above or there are a ton of folder and albumart JPG files littering your music folders. Personally I embed all my album art directly into the MP3 and I delete *.JPG in all my music folders.

These are the things that work for me. Sadly I have to do tip #3 at least a couple times a month because some metadata just gets stuck in the Zune database and only a full rebuild fixes it.

Hope these tips help.

huwmorgan said...

Thanks Shawn,

I'll try running the collection reset tool tonight.

Do you understand the relationship between Zune and WMP11? I know that Zune depends on WMP11 for some functions. Do you suppose that Zune gets some of its tags from WMP11? That might account for some of the weirdness I've seen where old tags just keep coming back.

Anonymous said...

How do I get the album artwork? I see it in the source files

Mike said...

my zune programs keeps putting a cd cover for all my files except for a few. i took a cd cover from amazon and now instead of the default album art it keeps giving me the same cover that i took from amazon. it turned it into my default. i deleted it numerous times from my art cache yet it keeps coming back.

Jamie said...

To get the Zune software to not recognize the old artwork, you will need to go to the artwork cache folder and delete the file that you do not want the software to pick up. Then it should be no issue to get the newly uploaded artwork file to work.
You can find the folder in a location similar to this:
C:\Documents and Settings\Windows_User\Local Settings\Application Data\Microsoft\Zune

Mike said...

i deleted it and the picture still comes up.

Scott said...

Love the sources, I've been using Mp3Tag like crazy.

Problem is, you guessed it, the Zune software still isn't displaying all the art, even after using the reset tool and deleting the art cache. I've embedded the album art to the mp3 files, yet the Zune software seems to not display everything.

Scott said...

Fixed it - the new Mp3Tag beta defaults to ID3v2.4 which the Zune software does not like, so I had to re-do everything with 2.3-UTF16 and it's perfect now.

Shawn Oster said...

*Doh!!*

I completely forgot about this step! I went through the same issues once upon a time with the Zune software not correctly reading 2.4 vs. 2.3 and I had utterly spaced it.

Great catch!

Kieran said...

Thanks a lot man, everything is working great for me so far, and my frustration level has greatly decreased. I owe ya one.

Flickr

www.flickr.com

Tags

Pandora

Blog Archive

Currently Reading