Please, please, please, Empeg guys, please. Tell me what the file format for the layout files is. You know, files like layout/en_UK/all_info. Please, please, please?

This would be very useful to know. Skins are big, this would be a form of skinning, right?

Please?

I ask because I've looked, and they're not immediately obvious. I was hoping to find some reference to the tags in there (i.e. these things:
#define FID_TAG 0x00
#define TITLE_TAG 0x01
#define ARTIST_TAG 0x02
#define SOURCE_TAG 0x03
#define YEAR_TAG 0x04
#define COMMENT_TAG 0x05
#define LENGTH_TAG 0x06
#define TYPE_TAG 0x07 /* tune or playlist */
#define PATH_TAG 0x08
#define GENRE_TAG 0x09
#define BITRATE_TAG 0x0A /* eg vs145, fs128, etc. */
#define PLAYLIST_TAG 0x0B
#define CODEC_TAG 0x0C
#define OFFSET_TAG 0x0D
#define DURATION_TAG 0x0E
#define TRACKNUM_TAG 0x0F
), but if they're there, they are non obvious. I don' relish the task of trying to reverse engineer this format, but I really want to change the display. I figure in theory that these files have to encode the tags, some position information, and font information (i.e. graphics.bf, small.bf, etc.) But, figuring it out looks like it would take some time).