There are quite a few things you can display in the top display. It also understands the entire expression language so you can really do some neat things with it. For fun I'll show you what I have in the two areas up top:
Title:
if(
isequal([Media Type],Video),
if(
isequal([Media Sub Type],TV Show),
[Name] - [Series] S[Season] EP[Episode],
[Name]
),
[Name] <by> [Artist] <from> [Album] ([Year]/)
)
Status:
if(
isequal([Media Type],Video),
[Elapsed Time] // [Remaining Time] // [Total Time] [File Type] [Dimensions] regex([Compression],/#\(video: (.+), audio: (.+)\)#/,-1,0)[R1] [R2] [Channels]ch [Zone],
[Elapsed Time] // [Remaining Time] // [Total Time] - [File Type] [Bit Depth]//[Sample Rate] kHz - [Channels] ch [PN Position] of [PN Tracks] ([Track #]//[Total Tracks]if(isempty([disc #]), , / D[disc #])/) [Zone]
)
That might give you some ideas for things to put in your customized display.
Take care,
Brian.