Jump to content

SVC 1.9.4.1 Feedback


Recommended Posts

Hi

 

I have installed SVC 1.9.4.1 today.

I have installed the latest version of ffmpeg also.

It all works fine (apart from an issue with Skystar USB, which I posted elsewhere).

 

Thumbs are created fine in C:\ProgramData\CMUV\DVBViewer\Images\Thumbs\Recordings

 

For thumbnails, I want to dynamically reference these images for my duration.xml OSD.

Can anyone please suggest what # reference I can use for this? I guess similar concept to #coverart?

 

I also want to apply the following logic to the xml code that does this process...

 

if music file use #coverart

else use #svcart (or whatever this reference is called?)

else use default image

 

Im not a developer, so I know what i want to do, but dont know how to do it?!

 

I have included the sections from duration.xml below. Coverart works fine when there is a music file being played.

I know the reference to a specifc file is the wrong concept, but this is just related to my attempts to make the logic work.

 

<item>

<description>medialogo</description>

<type>Image</type>

<id>1</id>

<x>220</x>

<y>860</y>

<width>160</width>

<height>140</height>

<texture>#coverart</texture>

<keepaspectratio>true</keepaspectratio>

</item>

<item>

<description>recordedtvimage</description>

<type>Image</type>

<x>220</x>

<y>860</y>

<width>160</width>

<height>140</height>

<texture>C:\ProgramData\CMUV\DVBViewer\Images\Thumbs\Recordings\folder.jpg</texture>

<keepaspectratio>true</keepaspectratio>

</item>

 

It would be great to get this working.

 

Thanks for any advice.

 

Tony

Link to comment
×
×
  • Create New...