Nice job mercury, what would be the equivalent in red below for the TV clearart?
<texture>..\..\..\thumbs\MovingPictures\DVDArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</texture>
<property>
<name>TVSeries.Play.ClearArt</name>
<value><![CDATA[thumbs\ClearArt\<Series.ID>.png]]></value>
</property>
<property>
<name>TVSeries.Play.ClearArt</name>
<value><![CDATA[thumbs\TVSeries\ClearArt\FullSize\<Series.ID>.png]]></value>
</property>
<texture>#MovingPictures.DVDArt\#MovingPictures.SelectedMovie.imdb_id.png</textur
This will only show when media is playing though? similar to the current way of displaying clearart in the pause/info menu in SMP?
Anyway to have tv clearart visible in listviews etc. when media is not playing?
#TVSeries.SelectedShow.series.ID.png
or something similar?
This will only show when media is playing though? similar to the current way of displaying clearart in the pause/info menu in SMP?
Anyway to have tv clearart visible in listviews etc. when media is not playing?
#TVSeries.SelectedShow.series.ID.png
or something similar?
Shangostar, am not sure about that. It all depends what TVSeries properties are available. Will see what I can fine and "path" properties, similar to the MovingPicture ones, would be needed to simplify the xml code, will make available in a subsequent release of this plugin.
This will only show when media is playing though? similar to the current way of displaying clearart in the pause/info menu in SMP?
Anyway to have tv clearart visible in listviews etc. when media is not playing?
#TVSeries.SelectedShow.series.ID.png
or something similar?
Shangostar, am not sure about that. It all depends what TVSeries properties are available. Will see what I can fine and "path" properties, similar to the MovingPicture ones, would be needed to simplify the xml code, will make available in a subsequent release of this plugin.
Cheers, I did try for a while previously to display the clearart with no media playing and couldn't figure it out but my knowledge is very limited.
<texture>#TVSeries.ClearArt\#(string.rtrim(#TVSeries.Series.ID)).png</texture>
<texture>#TVSeries.ClearLogo\#(string.rtrim(#TVSeries.Series.ID)).png</texture>