Top "Id3" questions

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

How to remove ID3 audio tag image (or metadata) from mp3 with ffmpeg

FFMPEG is really a great tool. I know it can edit ID3 tags and even remove all tags in a …

ffmpeg mp3 id3
How can I extract the album art from an MP3 ID3 tag?

I can successfully get the mp3 ID3 tags out of my mp3 app, using php. I am left with a …

php mp3 jpeg id3
Python MP3 ID3 Tag Editor

Re-organizing a large MP3 library for my friend's MP3 Player, I have the need to name the Title ID3 tag …

python id3
setting album art of a mp3 with php

I am looking for the best or any way to set the Album Art of mp3s using PHP. Suggestions?

php id3
How do you read in a 3 byte size value as an integer in c++?

I'm reading in an id3 tag where the size of each frame is specified in 3 bytes. How would I be …

c++ int byte id3
How do you edit MP3 files in Java (ID3)?

Lately, I've been trying to write a program that can change the ID3 tags of an mp3 file. I managed …

java metadata mp3 id3 id3-tag
What's this "Album artist" tag iTunes uses? Any way to set it using java?

iTunes uses an ID3 tag called "Album Artist", and for one album to be actually grouped as an album in …

java mp3 id3
how can I get ID3 tags of my mp3 file with php?

I'm surprised not to find more questions about it, I might be the one on stackoverflow. How do I need …

php tags id3
Detect duplicate MP3 files with different bitrates and/or different ID3 tags?

How could I detect (preferably with Python) duplicate MP3 files that can be encoded with different bitrates (but they are …

python file mp3 duplicates id3
Remove ÿþ from string

I'm trying to read ID3 data in bulk. On some of the tracks, ÿþ appears. I can remove the first 2 characters, …

php id3