Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: mp4 with ID3v1 not parsable by foobar (Read 2695 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

mp4 with ID3v1 not parsable by foobar

I found this old post: http://www.hydrogenaudio.org/forums/index....st&p=550726 for tagging files for Nokia and it works well, but then files aren't parsable by foobar: Unsupported format or corrupted file (invalid or incomplete data)

I then found this site: http://teknoraver.net/software/mp4tools/#nokiatagger and tagged my files after compiling that little program, but same result

Now, I don't plan to play those files with foobar, but curious as Winamp, MPC, VLC plays them fine

mp4 with ID3v1 not parsable by foobar

Reply #1
MP4 with ID3v1 is plainly broken.

mp4 with ID3v1 not parsable by foobar

Reply #2
Interestingly, if mp4 tracks are added in mp4 container:
Code: [Select]
for %%v in (*.mp4) do mp4box -cat %%v out.mp4

then changing tag in new mp4 to ID3v1, tracks are perfectly readable by foobar (like mp4 with chapters)

[edit] it seems that foobar fails to read mp4 file with ID3v1 tag when there is %title% tag, as in above case only %artist% and %album% were added, so mp4 with ID3v1 tag is readable if %title% is not added as ID3v1 (feels strange thou)