Questions tagged as 'id3'

2
answers

How to get ID3 tags from an MP3 file?

How to get the arguments that contain a mp3 file using JAVA code, that is, the information such as the year, title, singer, year ... ? The issue is that what I want is to edit those values or objects ID3 by programming it with java, I...
asked by 01.07.2016 / 20:33
0
answers

edit the tag "ID3" of an mp3 [closed]

I need to rewrite the TAG of an mp3 file, "change the name, album, date, etc." This is the code I use to read the information of an mp3: //ID3 scan #include <iostream> #include <cstring> using namespace std; typedef unsigned cha...
asked by 16.05.2017 / 03:36