Thank You for your continued support and contributions!
Ideally some smart coding-capable person would be able to modify the main code so as to add an additional function to retrieve the second 230 characters of the comment (the existing function only gives you the first 230 characters). I could then rewrite my theme below so as to report the full comment.http://themes.rockbox.org/index.php?themeid=2529&target=ipod6g
#if MEMORYSIZE > 2#define ID3V2_BUF_SIZE 900#define ID3V2_MAX_ITEM_SIZE 240#else#define ID3V2_BUF_SIZE 300#define ID3V2_MAX_ITEM_SIZE 90#endif
(Not all ipod videos have 64MB, the 30gb models I believe have 32MB, but it sounds as if the string length was set very conservatively to be safe for the lower-end targets?)
(Not all ipod videos have 64MB, the 30gb models I believe have 32MB
I notice the change chris_s found says " Limit the size of each ID3 metadata item to avoid that the metadata buffer is filled by single items"Does that mean there's a specific, defined "metadata buffer" that would need to be increased in size?
If I can get my "development environment" working again (on my linux box with the dodgy hard-drive!) I will try compiling a version with that number boosted a bit (where MEMORYSIZE>8MB), and see if it works/makes a difference.
Page created in 0.06 seconds with 21 queries.