there's a way to EDIT (and save) mp3 tags (in ID3v2 format?)
and there's a way to know what ID3 format have an mp3 file?
i'm using Mediabrowser...
thanks
and there's a way to know what ID3 format have an mp3 file?
i'm using Mediabrowser...
B4X:
.......
Dim m As Map
m = MB.GetMediaAudioList(True, "artist COLLATE UNICODE, title COLLATE UNICODE" )
.......
For i = 0 To (m.Size / 9) - 1
ArtistName = m.Get("Artist" & i)
.......