The code that reads tags in MP3s is different than the code that reads tags in FLAC. So that might be the difference. Also, from my reading of the code, a leading space or other whitespace (that you might not notice) would cause the bug to be bypassed. All sorts of posibilities ... sometimes in code the oddest bugs remain unnoticed for the longest times ...
The ID3 spec says the same tags are used in other situations, like FLAC, but at least in the current Slim code, no advantage is taken of that parallelism (if indeed it's even correct - I haven't taken the time to check yet). Might be something to check out. -- Michaelwagner _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
