id3-tag

How to read and write ID3 tags to an MP3 in C#?

Is there a library for reading and writing ID3 tags to an MP3 in C#? I've actually seen a couple when searching, anybody using any that can be recommended? ...

Command line tool to edit mp3 ID3 tags

I want a simple command line tool running on Windows Xp(or even cross platform) similar in functionality to Mp3tag to edit mp3 ID3 tags. I mostly want to organize my music according to artist , genre etc so a lightweight tool which can ask the user which tag to edit and then change all the mp3 files' tags in a directory will be good. Can...

Encoding Problems With ID3 Tags

I have an ID3v1 tag that shows up in iTunes like: "It's Been A While". But when I read the tags with the libtag library "It¹s Been A While" comes out. Now when I open the file with a hex editor, I can see that it actualy is 0xB9 which is ¹ on Latin-1 and UTF-8/16. So how does Itunes get a ’ from 0xB9? Any ideas? Is there any character en...

id3 tag for remote using java

hi i want to know how to get audio information from remote link using java. thanks and advance ...

How to get ID3 tags for media files on iPhone

Hello. I need some help. The situation looks like this: I can get list of media files (mp3s, m4as, m4vs an so on) with link to the file (looks like: http://10.0.1.1/Media/Files%20Folder/File%20Itself.m4v So I get an array consisting of links to these files. I need to display these items in UITableView with corresponding tags (Genre, ...

Get/Setting the Title for videos with C#

I've looked into a couple of libraries, and have only been able to find ID3 libraries for music files. I need a way to edit the "title" field of a couple common video titles. Does anybody have any experience with this and could give me a starting place? If there's a way to implement an API for WMP to edit the library definition of the t...

Can't read ID3 tags after Froyo update?

I have a music player app on the Market and my users starting reporting problems with music showing up as "Unknown Artist" and "Unknown Title" after the Froyo update. I have noticed the same behavior on my Motorola Droid 2 running Froyo. Doing some googling, I find other users (and even Last.fm confirmed the issue) that "Android" is no...