Rockbox General > Rockbox General Discussion

Incorrect database update of genre

<< < (2/2)

LinusN:

--- Quote from: caasland on August 06, 2008, 10:52:29 PM ---so ... Does that imply that if one field has lots of data, the Rockbox software will discard data from other fields?

--- End quote ---
Yes, that is unfortunately correct...

caasland:
Was this a design choice, a hardware limitation, or "we haven't gotten around to fixing that yet" sort of thing?

i.e. if I roll my sleeves up and get into the code, would this be something I could fix? I ask, because there are additional things I would like to change (like bookmarking in the database, re-arranging menu items, implementing "delete on play" etc).

bascule:
I may be completely wrong here, but I think it's more of a trade-off at the current time. Remembering that all metadata goes on the buffer and thus uses up space that could be used for audio data and maybe coupled with the fact that memory is statically allocated, so there has to be a cut-off somewhere, creates the current situation.

I'm sure it could be altered (if not what you would call fixed) for your own purposes by a bit of code tweaking (e.g., not reading the comments field at all; using a larger metadata buffer for all files etc.)

It would need to have demonstrable benefits for all to be included into the SVN trunk, however.

But if you are going to add bookmarking for the Database at the same time, then please roll those sleeves up right now and get on with the job ;)

caasland:
What I would recommend is ensuring the important stuff (album, artist, genre, etc) has enough space, then add the comments or other fields as space allows.

At the moment, the easiest option was to write a MM script to strip comments.

Also created a few more MM scripts to make the Sansa work for me .. so no need to roll up my sleeves (yet).

Navigation

[0] Message Index

[*] Previous page

Go to full version