More > JRiver Media Center 23 for Windows
MC installed version/build number in display area
Spike1000:
I use this customisation. Is that the sort of thing you mean?
--- Code: ---[Elapsed Time] // [Total Time] // [Remaining Time] - [Bit Depth] bit-[Sample Rate] kHz-[Bitrate (labeled)]-[Channels] Channel-[File Type] - [PN Position] of [PN Tracks] [Zone]
--- End code ---
Spike
Awesome Donkey:
Since we're all sharing, here's mine;
--- Code: ---[Elapsed Time] // [Total Time] // [Remaining Time] FixCase([Compression], 3) [Bit Depth]-Bit // [Sample Rate] kHz [Genre] [Year] DR[Dynamic Range (DR)] [File Size] Disc [Disc #] of [Total Discs] Track [Track #] of [Total Tracks]
--- End code ---
It works pretty good, except for DSD tracks (due to [Bit Depth]-Bit // [Sample Rate] kHz appearing different for DSD - wish I could substitute those with DSD variables when playing DSD).
marko:
I don't use "Alternative" mode displays. Mine are still a work in (very slow) progress, I tinker with it every so often, with the idea being to use expressions to change the display automatically based on media type being played...
Play (Title):
--- Code: ---'[name]'if(isempty([artist]),,/ by '[artist]')if(isempty([album]),,/ from the album '[album]')if(isempty([comment]),,/ /([comment]/)) ::: formatdate(now(),dddd dd//MM//yyyy) formatdate(now(),HH:mm)
--- End code ---
Play (Status):
--- Code: ---ifelse(
isequal([media type],image,1),[filename (name)] /([file size]/) ::: [dimensions] ::: [date] ::: rated [Score]//5 Picture [PN Position] of [PN Tracks],
isequal([media type],audio,1),[Elapsed Time] // [Total Time] ::: [Bitrate (labeled)] [File Type] /([file size]/) ::: rated [Rating]//5 ::: [history] ::: track [PN Position] of [PN Tracks],
isequal([Media Sub Type],Home Video,1),[Elapsed Time] // [Total Time] ::: [File Type] /([file size]/) ::: rated [Rating]//5 ::: [history] ::: track [PN Position] of [PN Tracks]
)
--- End code ---
Stopped (Title):
--- Code: ---Media Center removeright([mc.version],11) ::: formatdate(now(),dddd dd MMMM yyyy) ::: formatdate(now(),HH:mm)
--- End code ---
Stopped (Status):
--- Code: ---ifelse(
isequal([media type],image,1),[filename (name)] /([file size]/) ::: [dimensions] ::: [date] ::: rated [Score]//5 Picture [PN Position] of [PN Tracks],
isequal([media type],audio,1),[name] by [artist] ::: [Bitrate (labeled)] [File Type] /([file size]/) ::: rated [Rating]//5 ::: [history] ::: track [PN Position] of [PN Tracks],
isequal([Media Sub Type],Home Video,1),[Elapsed Time] // [Total Time] ::: [File Type] /([file size]/) ::: rated [Rating]//5 ::: [history] ::: track [PN Position] of [PN Tracks]
)
--- End code ---
blgentry:
I started a thread about this a while back with my Standard View display expressions.
https://yabb.jriver.com/interact/index.php?topic=103049.0
Display expressions were one of the very first things I tried to customize when I downloaded the trial of MC several years ago. I changed the display expression to something rather simple at that time and was *thrilled* that I could do it so easily and make it as customized as I wanted.
After 5 weeks with MC, I knew I could never go back to anything else I had tried. Display expressions were my very first taste of that...
Brian.
Navigation
[0] Message Index
[*] Previous page
Go to full version