Search code examples
windows-phone-7metadataid3v2

override metadata of audio file in windows phone 7


I would love to have a fix metadata function for my music player, but as I know there is no library that could do such. However I found that some C# application could accomplish this.

Example

I need some advice and probably a good sources to get start this projects. Any help will be appreciated.

Thanks.

Edit: I also found this, this is very similar to what I want to do, but there is so few sources. http://wmpoweruser.com/finally-mp3-tag-editor-for-windows-mobile-available/


Solution

  • Currently, the Windows Phone Platform doesn't provide a way to modify song data for songs on the device. There's no way to access the file system from a restricted Silverlight application, and the current XNA Media classes only provide read-only access to song data.