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

learn more… | top users | synonyms

0
votes
0answers
3 views

Re-encode uploaded/submitted MP3's with LAME removing artwork but keeping ID3 tags

We have users upload a zip file of mp3s to our server which we then put into a streaming player. We've found that embedded artwork in the file can cause the streaming process to stall by anything up ...
0
votes
1answer
42 views

taglib : how to edit Album Artist?

How to modify the "Album Artist" field of a MP3 file with the library TagLib ? Is there something similar to : f.tag()->setArtist("blabla"); ?
0
votes
0answers
45 views

mediastreamsegmenter stops sending id3 metadata using HLS

I am using a combination of ffmpegand Apple's mediastreamsegmenter and id3taggenerator to create a HLS stream with metadata (ID3) embedded in it. I have all of the applications running and am able to ...
0
votes
1answer
32 views

Read/Add ID3 Tags from .mp3s to HTML using PHP

After doing some research, I found this link to a "guide" on PHP: ID3 Functions. I'm not quite sure how to go about implementing this into a website so that: Finds all .mp3's in a folder Reads the ...
0
votes
0answers
54 views

How get id3 tags in Xcode?

i used AVPlayer for play music from URL. SO I have all what i need, but how get id3 tags in my app. I want see name of tracks, maybe album and others. Also i see any topics about id3 tags but some not ...
0
votes
1answer
15 views

Read and write embedded cover art to music files

I am adding cover art support to the Mixxx DJ mixing software. Code is written in Qt. I don't understand how to write code that will do the exact reading from and writing to files containing cover ...
0
votes
1answer
30 views

How to retirve artist, comments, title and other ID3 tags using getid3 function?

I am only able to retrieve the duration, and filesize of an audio using the code below. But how can you retrieve the other data like the artist, comments, and title using getid3 function? $getID3 = ...
0
votes
1answer
28 views

Can't retrieve mp3 duration tag (TLE/TLEN) in PHP

I am trying to embed relevant information like the name of the artist, track title, album, track number and genre on my mp3 file. I managed to retrieve all of them except the duration. It just gives ...
2
votes
0answers
79 views

Timed metadata in AAC+ audio-only HTTP Live Streaming (HLS)

When producing a live/continous audio-only stream via Apple's HTTP Live Streaming (HLS), is it still possible to utilise timed metadata? I understand with video you utilise ID3 tags and mux them in ...
-2
votes
0answers
31 views

Working with pictures in PHP [closed]

My question is similar to this: setting album art of a mp3 with php but: How to can I write picture on other type file files that do not support id3 tags, for example ogg/vorbis format? How to can ...
0
votes
0answers
52 views

Timestamps in Apple HTTP Live Streaming, Adobe HDS

I want to embed a timestamp (the system time of the server) in Apple HLS or Adobe HDS for synchronization purposes. I'm very new to streaming, but as far as I've seen, I have to inject ID3 tags or ...
-3
votes
0answers
23 views

Mp3 album art type probelm in ID3 [closed]

Please help me how can i use album art type FrontCover in this code? $mp3_data['attached_picture'][0]['picturetypeid'] = $_FILES['mp3_image']['type']; $mp3_data['attached_picture'][0]['description'] ...
1
vote
0answers
63 views

Android: MediaMetadataRetriver fails for ID3v2

I'm part of a group developing a media player for Android (API 11 and up) and we're having a rather vexing problems with MediaMetadataRetriever. It works fine on the Android 4.2.2 phone and various ...
0
votes
1answer
23 views

Loading a UTF-16 image into memory

I am trying to load an ID3 image tag that has been saved in UTF-16 JFIF format. The library I am using (Juce) fails to parse the image, as it assumes that the data is in a raw binary format. The ...
2
votes
3answers
96 views

Is effective usage of hashes of changing audio (mp3) files possible

I'm going to create a music library program, easy. Storing the information, easy. I previously looked at another music library made in c#, the guy claimed that even if you move the file, on ...
0
votes
1answer
47 views

Music database c#

I'm trying to create a link with the ID3v1TagReader so it can convert ID3 tags to string and display them in my program. The code I'm using to do this is : private void button3_Click(object ...
1
vote
1answer
72 views

fetch ID3 tags without downloading the whole file in iphone app?

Is it possible to fetch ID3 tags (especially duration) without downloading the hole file? I need to get the duration of mp3 files from http urls. I'd tried to do this : AVAsset *asset = [AVURLAsset ...
2
votes
1answer
75 views

deleteing id3 tag

I need to delete all of the id3 tags from an mp3 file. I have tried this: byte[] a = System.IO.File.ReadAllBytes("X.mp3"); int x = 0; int b=3; for (int i = 6; i <= 9; i++) { x += (a[i] ...
1
vote
1answer
84 views

eyed3 for python - how to load selective id3 data from audio file?

I'm using eyed3 module for reading only 'artist name' tag from a music library, but when some files load correctly others fail just at at the beginning, at the state of loading: mp3file = ...
0
votes
0answers
16 views

What is the best way I can print info from an audio file even if it doesn't have ID3 tags?

I have to make an mp3 player for my project and it has trouble showing the info available when a file has no tags. I made a block of code that gets the filename if there aren't any tags, but it only ...
0
votes
0answers
36 views

Can android VideoView support `Timed Meta Data` and ID3.

I have a HLS Video stream which has Timed Meta Data and ID3 information in it and I want to VideoView to display subtitles for the VOD streams. Is android video view is capable of doing this? What ...
0
votes
0answers
17 views

Just get the length of a mp3 file [duplicate]

I'm looking for something that can give me just the length of a mp3 file that is stored in a folder on my server. Users will upload a file and I will just output the length of the file on one page in ...
-1
votes
1answer
72 views

How does one use the the Javascript ID3 reader [closed]

I want to be able to read the ID3 tags from an MP3 music file and extract its album infomation. I googled and found this Javascript ID3 reader: https://github.com/aadsm/JavaScript-ID3-Reader. I can't ...
0
votes
1answer
48 views

Creating Multiple AsyncTask

I am using an external library for my android project. With that library i am getting the ID3 tags from stream Mp3 url. The code uses URLConnection to reach the link and then gets the tag ...
1
vote
1answer
32 views

Incomplete remote file (mp3) ID3 information

Looking to get artist, title, album from ID3 information on a remote audio file. I don't want to download the entire file, so I only download the first 500 or so bytes. I can see the ID3 information ...
0
votes
2answers
83 views

Optimizing a Mass ID3 Tag Scan [duplicate]

I'm building a small tool that I want to scan over a music collection, read the ID3 info of a track, and store it as long as that particular artist does not have a song that has been accessed more ...
1
vote
1answer
49 views

Strange Python Bug - Stagger (ID3) encoding errors from cron, but not from command line

I have a program that scans my mp3s and creates a database of the information. The source is on github. When I run the update.sh script from the command line, it works fine. When I run it as a cron ...
1
vote
1answer
52 views

How is album artwork stored?

What is the conventional way for storing album artwork? I know it can be stored within the ID3 tags and actually be a part of the .mp3 (or other extension) but I feel like it is usually just kept in ...
0
votes
0answers
37 views

Problems with “get request” to retrieve ID3 infos of remote mp3 file

Like in this question I need to take only the first part of a remote mp3 file, but even if I have setted the headers to return me only first 1000 bytes of the file, the console continue to return me ...
0
votes
0answers
131 views

Editing/Viewing ID3 USLT tags for use in iTunes 11

I am trying to view/edit the lyrics (USLT) tag of an mp3 file using mutagen and python. I've been having some trouble with this, so I edited the lyrics of an mp3 file in iTunes and then ran the ...
0
votes
1answer
99 views

retrieve id3 informations from remote mp3 file

I need to get these information not from a file located on my machine, but on another one. In general I'm able to get these infos in this way: TagLib::MPEG::File.open("myfile.mp3") do |file| ...
0
votes
2answers
103 views

JAudioTagger Deleting First Few Seconds of Track

I've written a simple Groovy script (below) to set the values of four of the ID3v1 and ID3v2 tag fields in mp3 files using the JAudioTagger library. The script successfully makes the changes but it ...
0
votes
0answers
91 views

Add meta data in m3u8 for IOS

Hello I have an m3u8 file containing some mp3 files which I am able to play in an tag on safari on IOS. My question is how can I add metadata like song name, artist, picture that I can display when ...
0
votes
0answers
121 views

Deleting ID3v1 Tag Using JAudioTagger and Groovy

I am trying to delete the ID3v1 tag from an MP3 file using the JAudioTagger library in Groovy on Windows 7. This code: import org.jaudiotagger.* randomAccessFile = new RandomAccessFile(/D:\Do ...
2
votes
1answer
458 views

Insert timed metadata into HLS (HTTP Live Stream) using id3taggenerator and mediafilesegmenter

I try to insert timed metadata into an .mov or .mp4 video file. I did read about it here: Live stream metadata reading in Apple HTTP Live Streaming ...
0
votes
2answers
191 views

Good way to write ID3v2 track number as string in C#?

Forgive me if this question is already answered somewhere on this site, but I didn't find anything when I searched for it. I've written a ID3v1/2 tag editor for .mp3 files in C# using taglib-sharp, ...
2
votes
2answers
225 views

Edit mp3 id3 lyrics data c#

I've seen many solutions for editing Artist and Album info, etc, but is there a way to edit the lyrics in mp3 id3 data? There are softwares for this, but I'm asking if there's a way to program this in ...
1
vote
1answer
122 views

Insert Album Artist tag using getid3()

I am using the getID3() library to insert the metadata into songs, that have no metadata. I am able to insert all the tags except the Album Artist which is very important to me. In ...
2
votes
2answers
235 views

Remove or edit ID3Tag version 2 from MP3 file using Delphi 7

I'm using both old good MPGTools and own, simple method of setting ID3 Tag in my MP3 files. But both approaches are too old to support ID3Tag version 2. I'm looking for any solution that would allow ...
1
vote
1answer
142 views

ID3 library that supports custom tags

I'm looking for a C# library which will allow me to add custom tags to an MP3 file. I have tried taglib-sharp but can't figure out if it supports this, and how to do it. I have also tried csid3lib, ...
0
votes
1answer
154 views

What is the best library for reading ID3 tags? [closed]

What library is presently the most thorough and capable ID3 tag reading library available? Preferably something I can compile as a shared library and wrap with Python's ctypes library, or even a ...
2
votes
2answers
140 views

partially download a file with Javascript

we're actually working on a Remote Music Library organizer using javascript and I'd like to know if there's a way to download using js the last 128bytes of an MP3 file in order to get its ID3 Tags. ...
0
votes
0answers
70 views

Folder structure according to id3 tags

im trying to define a folder structure based on id3 tags of mp3 files for a kind of mp3 persisting server (Java based). The folder structure should be human readable. The first approach that i would ...
1
vote
0answers
269 views

TagLib Sharp returning blank artist when mp3 has artist listed

When retrieving the artist tag using TagLib Sharp, I've had some issues. Out of my 3000 or so songs, a few hundred had an empty string for the artist. However, in Windows Media Player and Windows ...
0
votes
0answers
96 views

How to read data in csv and write ID3 tag using Windows NT shell/VBA?

I need some help in writing a batch script which reads a csv file and extracts the information to write id3 tags to an mp3. The csv is formatted in the following way: ...
2
votes
2answers
428 views

Is there an equivalent field to Label/Publisher in taglib-sharp?

I'm trying to update the label/publisher field using Taglib-sharp, but I can't see it anywhere in its Object Hierarchy using Object Browser. I've searched through google and the documentation and it ...
0
votes
2answers
214 views

get id3 tags by file .MP3 file name [closed]

I have a script x.php and want to parse a folder on the internet (so i don't have the mp3 file + the file does not have the ID3 tags on it), and for each MP3 found i want to print the ID3 tags. The ...
1
vote
0answers
53 views

id3 byte order mark in unicode

I am working on id3V2.3 in java, I already change the textencoding to unicode using setTextEncoding. The problem is I can't find the method to change the BOM to little endian. I checked the ID3 tag I ...
0
votes
2answers
476 views

How do I read mp3 tags? [duplicate]

Possible Duplicate: How to read and write ID3 tags to an MP3 in C#? I cannot figure out how to read MP3 information in C#. All I need to do is read the artist, title, and album from an MP3, ...
1
vote
0answers
228 views

Reading ID3 Tags in Python 3

I'm stuck. I'm trying to find a way to read ID3 tags in an MP3 & FLAC files in Python 3. Everywhere I turn, the answer is about some library or module that only works in Python 2, including ...

1 2 3 4 5