Questions tagged [id3]

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

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

More information at https://en.wikipedia.org/wiki/ID3

539 questions
-1
votes
3 answers

Where is documentation for libattr?

I'm trying to use libattr in a c program, and cannot find any information on how to use it. [user~/src/libattr_testing]$ find / -type f 2>/dev/null | grep libattr /lib/libattr.so.1.1.0 /usr/include/attr/libattr.h /usr/lib/libattr.a Am I missing…
Nona Urbiz
  • 4,873
  • 16
  • 57
  • 84
-1
votes
2 answers

How to corrupt mp3 files without altering general informations

I need to make some MP3 available on the internet for educational purpose. And I don't want it to be illegally downloaded. Thus I want to corrupt the MP3 files in such a way as to make them musically unreadable in other media players. Problem: I…
Xetolone
  • 357
  • 1
  • 12
-1
votes
1 answer

PECL extension installation on XAMPP (Windows)

I need some help please, have tried but am not even close to thinking about winning. I need to get the ID3 PECL running on XAMPP(v7.4.5) for Windows. I have spent the day yesterday trying to work through the PECL articles on the PHP.net website and…
-1
votes
1 answer

how to read/write mp3 ID3 Popularimeter in c#?

I tried UltraID3Lib to read my ID3 Tags in C#, no Problem. But how can I read the rating filed (POPM)? The API has an entry for "ID3v23PopularimeterFrame" but i don't know how to use it. Please help me ;) Thx, Ta
taa
  • 113
  • 1
  • 1
  • 5
-1
votes
1 answer

TagInspector on Windows - looking for an equivalent that shows character-encoding

So I came across this article, which describes a tool called 'TagInspector'. Here's the containing article: https://lachlanwetherall.com/2014/09/holden-mylink-and-the-cover-art-conundrum/ The link to TagInspector shown in the article, goes to a…
David
  • 2,253
  • 5
  • 23
  • 29
-1
votes
1 answer

Array out of bounds in ID3 algorithm

import numpy as np training_set = np.array([[0, 1, 0, 1, 0, 1],[0, 0, 0, 1, 0, 0],[0, 0, 0, 0, 1, 0],[1, 0, 1, 0, 1, 0],[0, 1, 1, 1, 0, 1],[0, 1, 0, 0, 1, 1],[1, 1, 1, 0, 0, 0],[1, 1, 1, 1, 0, 1],[0, 1, 1, 0, 1, 0],[1, 1, 0, 0, 0, 1],[1, 0, 0, 0, 1,…
-1
votes
1 answer

Trying to extract only the id3 size using exiftool.

Does anyone know of a way to only extract the id3 size information using exiftool. There is a robust documentation but I'm not seeing how to extract only the id3 info. ======== Test_file.mp3 ExifToolVersion : 10.78 FileName …
-1
votes
1 answer

How do you visualize a tree in ID3 using weka?

I want to make a decision tree using weka in the format of ID3, when I do this, it is unable to be chosen. I can't select the option to view the decision tree.
Anonymous
  • 11
  • 1
-1
votes
1 answer

implementation of ID3 algorithm in java using Eclipse IDE. But showingerror

import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URL; import ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.AlgoID3; import ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.DecisionTree; public class…
-1
votes
1 answer

complex MP3 tagging app

i'm a grade 12 java student and our last assignment is to create an app. our teacher gave us the resources needed and i chose to create MP3 tagging software. what the app does is simply show and change ID3 tags of MP3 files/other types as well with…
-1
votes
1 answer

way to get data without metadata(ID3) from mp3

Is there any way to get data removed metadata(for example, ID3) from mp3 file with Objective-C, C++, or C? there are similar function in PHP.
-1
votes
2 answers

issue in printing output

i am using below code to print the id3 tags of MP2 files but the output is coming in this form Array ( [FileName] => 4.mp3 [TAG] => ID3 [Version] => 3.0 [Title] => &Bahut Khubsurat Ghazal (mr-Jatt.Com) [Album] => 1Loverz Choice (A Khubsurat Ghazal)…
payal
  • 411
  • 5
  • 10
-2
votes
1 answer

How to edit metadata/ID3 of every filetype (.mp4, .mp3, .mpeg, .m4a, etc.) in C#?

I started to look for a method to change the metadata of each file in my music library. There are a lot of different filetypes like .mp4, .wma, .mp3, etc. The only thing I found was the UltraID3Lib, which is only for .mp3 files. Is there an option…
Zeyoza
  • 39
  • 7
-4
votes
1 answer

How can I change metadata in mp3

I would like to add metadata to mp3 files in C/Objective-C (OS X). I found several libraries (e.g. id3lib), but I have no clue on how to compile them. Are there any tutorials on how you can do that? Is there any other framework for C/Objective-C to…
JNK
  • 1,753
  • 8
  • 25
  • 37
1 2 3
35
36