More > JRiver Media Center 33 for Windows
NEW: Playing Now Popup (PNP)
cncb:
You can make a custom skin exactly the size you need, set it to show for 100000 seconds which basically means all the time, and then move it to that monitor. See the wiki for skinning information.
konkeydong75:
Perfect, will give it a go in the next few days.
Thanks for your work guys.
patented_licks:
As an example, here's a "playing now popup" that I created.
<MJPS version="1.0">
<SKIN Name="Onyx" Author="patented_licks" />
<POPUP>
<Settings Width="420" Height="148" BackImage="" BackColor="" Border="yes" />
<ContentItem Type="image" Name="Thumbnail" X="12" Y="12" Width="80" Height="80" Source="[Large]" />
<ContentItem Type="text" Name="Name" X="105" Y="10" Width="305" Height="20" Text="[Name]" FontStyle="bold" />
<ContentItem Type="text" Name="Duration" X="105" Y="32" Width="305" Height="20" Text="[Duration]" />
<ContentItem Type="text" Name="Artist" X="105" Y="54" Width="305" Height="20" Text="[Artist]" />
<ContentItem Type="text" Name="Album" X="105" Y="74" Width="305" Height="20" Text="[Album]" />
<ContentItem Type="image" Name="Previous" X="118" Y="98" Width="40" Height="40" Source="{PlayerBar,PreviousButton,0}||{PlayerBar,PreviousButton,1}||{PlayerBar,PreviousButton,2}" Tooltip="Previous: Char(15) [Name] by [Artist]" Command="10004,0" TrackOffset="-1"/>
<ContentItem Type="image" Name="Play" X="160" Y="98" Width="40" Height="40" Source="{PlayerBar,PlayButton,0}||{PlayerBar,PlayButton,1}||{PlayerBar,PlayButton,2}" Tooltip="Play//Pause" Command="10000"/>
<ContentItem Type="image" Name="Stop" X="200" Y="98" Width="40" Height="40" Source="{PlayerBar,StopButton,0}||{PlayerBar,StopButton,1}||{PlayerBar,StopButton,2}" Tooltip="Stop" Command="10002"/>
<ContentItem Type="image" Name="Next" X="240" Y="98" Width="40" Height="40" Source="{PlayerBar,NextButton,0}||{PlayerBar,NextButton,1}||{PlayerBar,NextButton,2}" Tooltip="Next: Char(15) [Name] by [Artist]" Command="10003,0" TrackOffset="1" />
</POPUP>
</MJPS>
konkeydong75:
--- Quote from: cncb on August 24, 2024, 10:20:11 am ---You can make a custom skin exactly the size you need, set it to show for 100000 seconds which basically means all the time, and then move it to that monitor. See the wiki for skinning information.
--- End quote ---
Many thanks @cnbc - I have this working well now and filling the second screen with the layout of my choosing.
One final question, is it possible for this to also show information from TV when viewing a TV show?
Nothing fancy, just names of the station and show, with the start and stop times from the TV guide information?
At the moment, if I move from playing music to watching TV, the pop-up just shows the details for the last music track.
cncb:
--- Quote from: konkeydong75 on August 27, 2024, 07:53:57 am ---One final question, is it possible for this to also show information from TV when viewing a TV show?
Nothing fancy, just names of the station and show, with the start and stop times from the TV guide information?
--- End quote ---
It was made to just show for music/audio per a user's request but I will look into adding an option to show it for video as well. You would then need to have more complicated (conditional) expressions to show different text for TV Shows.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version