More > JRiver Media Center 32 for Windows

NEW: Active Templates for Theater View

<< < (38/39) > >>

cncb:
The icons are included with the 32 install.  Create a new expression field in your template and copy the attached text to the Value.

FenceMan:

--- Quote from: cncb on July 17, 2024, 12:25:16 pm ---The icons are included with the 32 install.  Create a new expression field in your template and copy the attached text to the Value.

--- End quote ---

That gives me this?

lepa:
Something like this will give you some sort of icons. change number values on first 3 lines to modify padding between icons, size and how many audio icons to show


--- Code: ---Save(Repeat(/ ,3), v_Padding)/
Save(height="30", v_IconHeight)/
Save(2, v_MaxAudioCodecs)/

[v_Padding]<img src="tooltip:Video//Definition//If(Compare([Height],>,1080),4k,[Height]p)If([HDR Format,0],/-hdr,)" [v_IconHeight] valign="middle">/

If(Find([HDR Format],Dolby),,[v_Padding]<img src="tooltip:Video//Definition//Dolby Vision" [v_IconHeight] valign="middle">)/

[v_Padding]<img src="tooltip:Container//[File Type]" [v_IconHeight] valign="middle">/

If([Aspect Ratio,0],[v_Padding]<img src="tooltip:Video//AspectRatio//Replace([Aspect Ratio],/,,.)" RemoveRight([v_IconHeight],3)Math(Number([v_IconHeight]) + 2)" valign="middle">,)/

If([FPS],[v_Padding]<img src="tooltip:Video//FPS//Replace([FPS],/,,.)" [v_IconHeight] valign="middle">,)/

If([Audio Codec,0],
    Save([v_Padding]<img [v_IconHeight] valign="middle" src="tooltip:Audio//Codec, v_CodecPath)/
    Replace(ListMix([v_CodecPath]//[L1]">IfElse(IsEqual([L1],TrueHD Atmos),[v_CodecPath]//TrueHD">,IsEqual([L1],E-AC3 Atmos),[v_CodecPath]//E-AC3">),8,Clean(ListLimit(ListClean([Audio Codec],1),[v_MaxAudioCodecs]),3)),;,),
)/

If([Audio Channels,0],[v_Padding]<img src="tooltip:Audio//Channels//ListItem([Audio Channels],0)" [v_IconHeight] valign="middle">,)
--- End code ---

FenceMan:

--- Quote from: lepa on July 17, 2024, 05:12:13 pm ---Something like this will give you some sort of icons. change number values on first 3 lines to modify padding between icons, size and how many audio icons to show


--- Code: ---Save(Repeat(/ ,3), v_Padding)/
Save(height="30", v_IconHeight)/
Save(2, v_MaxAudioCodecs)/

[v_Padding]<img src="tooltip:Video//Definition//If(Compare([Height],>,1080),4k,[Height]p)If([HDR Format,0],/-hdr,)" [v_IconHeight] valign="middle">/

If(Find([HDR Format],Dolby),,[v_Padding]<img src="tooltip:Video//Definition//Dolby Vision" [v_IconHeight] valign="middle">)/

[v_Padding]<img src="tooltip:Container//[File Type]" [v_IconHeight] valign="middle">/

If([Aspect Ratio,0],[v_Padding]<img src="tooltip:Video//AspectRatio//Replace([Aspect Ratio],/,,.)" RemoveRight([v_IconHeight],3)Math(Number([v_IconHeight]) + 2)" valign="middle">,)/

If([FPS],[v_Padding]<img src="tooltip:Video//FPS//Replace([FPS],/,,.)" [v_IconHeight] valign="middle">,)/

If([Audio Codec,0],
    Save([v_Padding]<img [v_IconHeight] valign="middle" src="tooltip:Audio//Codec, v_CodecPath)/
    Replace(ListMix([v_CodecPath]//[L1]">IfElse(IsEqual([L1],TrueHD Atmos),[v_CodecPath]//TrueHD">,IsEqual([L1],E-AC3 Atmos),[v_CodecPath]//E-AC3">),8,Clean(ListLimit(ListClean([Audio Codec],1),[v_MaxAudioCodecs]),3)),;,),
)/

If([Audio Channels,0],[v_Padding]<img src="tooltip:Audio//Channels//ListItem([Audio Channels],0)" [v_IconHeight] valign="middle">,)
--- End code ---

--- End quote ---

That works thank you very much.

FenceMan:
Ok so all of my issues were that the movie template was not at the top of the list and being used.  I now see its beautiful and all setup perfectly out of the box. 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version