Bad ID3 tags when transferring mp3 to another device
1
vote
1
answer
247
views
I created mp3 files in Linux with the
mp3wrap
application and then I applied ID3 tags on it as follows:
$ for i in *.mp3; do mp3info -t ${i%.*} -l yes1 -a yes $i; done
When I look at a particular mp3 file (e.g. ddi.mp3) it looks as follows:
$ mp3info ddi.mp3
File: ddi.mp3
Title: ddi Track:
Artist: yes
Album: yes1 Year:
Comment: Genre:
I copied the mp3 files on my Android device. There is no audio player app showing correctly and sorting according to my ID3 tags.
It shows instead title File wrapped with Mp3Wrap
and artist/album
http://mp3splt.sourceforge.net
Is it possible to correct this ID3 information and enforce the correct ID3 tags?
Asked by xralf
(15189 rep)
Jun 15, 2015, 05:44 PM
Last activity: Sep 20, 2018, 05:17 PM
Last activity: Sep 20, 2018, 05:17 PM