Welcome to the Rockbox Technical Forums!
Why don't you verify the tags in a proper tagging program, or in the Rockbox context menu option while the song is playing?
What now? Is it possible there's some other metadata present (or missing) that's causing the file to be skipped?
Are the tags in Vorbis comment format? Some software can tag vorbis files with id3 tags which Rockbox doesn't read (on vorbis files)
Are the tags in Vorbis comment format?
Maybe for the same reason some tags can be completely missing if the remaining tags of these songs are too long.Could that be the reason in your case?
I could solve the problem by increasing the the default value of ID3V2_BUF_SIZE from 300 to 900 in apps/metadata.h and compiled my own version. But I always hope that the default value of this variable will be made device dependent in a future version of Rockbox since e.g. my iPod Video has enough memory to set the value to 900 without any negative side effects while other devices with less memory may need a small value.
But I don't know why MC13 would be writing huge Vorbis comments for every single one of my Ogg files...
Quote from: dip on May 11, 2009, 01:15:40 PMI could solve the problem by increasing the the default value of ID3V2_BUF_SIZE from 300 to 900 in apps/metadata.h and compiled my own version.Sounds like a reasonable solution to me! Thanks for the thoughts.
I could solve the problem by increasing the the default value of ID3V2_BUF_SIZE from 300 to 900 in apps/metadata.h and compiled my own version.
Album art is a possibility. From what I've read, Media Center supports storing album art in Vorbis tags.
I could solve the problem by increasing the the default value of ID3V2_BUF_SIZE from 300 to 900 in apps/metadata.h.
That size change has been in the current/daily build for a couple of days now, so if you haven't done so already, you could give a recent build a try.
I'm guessing the album art would still be too large...
Page created in 0.112 seconds with 14 queries.