Rockbox Ports are now being developed for various digital audio players!
From ToTrack Display Track Display - Track Name Only - File name only - Full Path - Full File Path - Track name from ID3 (needs RAM tagcache) - Track and Album from ID3 (needs RAM tagcache)
hmm, that looks horribly familiar! Weird that I couldn't find that - I suppose searching for ID3 and tagcache was the problem?
Thanks! hmm, that looks horribly familiar! Â Weird that I couldn't find that - I suppose searching for ID3 and tagcache was the problem? Â It appears that the author has written the bits around config changes, too.I've never had garbage returned from the system, but it's good to see it's not me going mad with respect to dual calls of the routine. Â There's a simple way around that though...It seems there's no issue with performance providing stuff is in RAM: if I can check for that and not call the tag cache then there's no peformance issue (but there's no functionality, either )
hi, I am calling tagcache_fill_tags in the format_name routine. Â It runs like a dog if the RAM cache is not enabled...It's not in flyspray - I'll finish off the setting stuff before I put it in there.
I've been thinking this could be done another way.What if the tag information (artist and title) were written to the playlist itself during creation, then read back when needed?Perhaps as a comment after each line. For example:/MUSIC/Some Artist - Some Song.mp3#Some Artist - Some Song/MUSIC/A badly named track.mp3#Some Other Artist - Some other Song/MUSIC/Another Artist - Another Song.mp3#Another Artist - Another Song/ipod_control/FE35/AB67.aac#An Artist from iTunes - A Song from iTunesPresumably, rockbox would have to handle the situation where it has not created the playlist and therefore doesn't have these comments to rely on, obviously falling back to listing just the filename.I'm not sure if this would be practical, but I thought I'd throw it out there.
There are quite some file types that don't use ID3 for metadata but something different (vorbis comments just comes in my mind)
Page created in 0.11 seconds with 15 queries.