Top "Id3" questions

ID3 is a metadata container (often used with MP3s) which can be used to store details about the enclosing file.

View/edit ID3 data for MP3 files

What's a quick and easy way to view and edit ID3 tags (artist, album, etc.) using C#?

c# .net mp3 id3
How to read MP3 file tags

I want to have a program that reads metadata from an MP3 file. My program should also able to edit …

java mp3 metadata id3
Linux Program can't find Shared Library at run-time

I'm trying to compile a linux program, id3v2, and it says it is can't find the appropriate library: id3…

c++ linux installation g++ id3
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 …

c# .net mp3 id3 id3-tag
How can I remove the copyright tag from ID3 of mp3s in python or php?

I have a bunch of mp3 files that are pretty old and don't have any copy rights. Yet, the place …

php python id3
How to read ID3 Tag in an MP3 using Python?

Does anyone has an experience of reading and writing ID3 tags in an MP3 file or a WMA file? There …

python tags mp3 id3
How to install PECL extensions on ubuntu?

I'm really new to Ubuntu I wanted to use the PECL id3 package so I shifted from Windows to Ubuntu. …

php ubuntu pecl id3
How to get and set (change) ID3 tag (metadata) of audio files?

I am working to change ID3 tags, the metadata in audio files, such as: Artist Title Album etc. And the …

android metadata id3 mediastore
Read ID3 Tags of an MP3 file

I am trying to read ID3 from a mp3 file thats locally stored in the SD card. I want to …

android mp3 id3 id3-tag
How do you embed album art into an MP3 using Python?

I've been using mutagen for reading and writing MP3 tags, but I want to be able to embed album art …

python mp3 metadata id3 albumart