Skip to content

A recreation of the Zune CD metadata servers in Python (toc.music.metaservices.microsoft.com and images.metaservices.microsoft.com)

Notifications You must be signed in to change notification settings

JarHead4/PyZuneMetadataServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyZuneMetadataServer

A recreation of the Microsoft CD metadata servers in Python.

These services (windowsmedia.com for WMP 7-9, toc.music.metaservices.microsoft.com and images.metaservices.microsoft.com for WMP 10+ and Zune) were shut down some time in 2019, leaving Zune clients and Windows Media Player clients not on Windows 10 unable to automatically get metadata for inserted CDs.

This project aims to recreate these services, so you can now automatically view and rip CDs to your library with metadata from MusicBrainz.

Windows Media Player 7+ and all versions of the Zune software are confirmed to work.

To connect to the public version, add the following entries to HOSTS:

135.181.88.32        toc.music.metaservices.microsoft.com
135.181.88.32        info.music.metaservices.microsoft.com
135.181.88.32        images.metaservices.microsoft.com
135.181.88.32        redir.metaservices.microsoft.com
135.181.88.32        windowsmedia.com

Delete old/inaccurate metadata in Windows Media Player

Simply delete all files in the corresponding folder:

  • Windows 9X: C:\WINDOWS\Application Data\Microsoft\Media Player
  • Windows 2000 and XP: C:\Documents and Settings\<User>\Local Settings\Application Data\Microsoft\Media Player
  • Windows Vista and newer: C:\Users\<User>\AppData\Local\Microsoft\Media Player

    About

    A recreation of the Zune CD metadata servers in Python (toc.music.metaservices.microsoft.com and images.metaservices.microsoft.com)

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published