home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Mediainfo logos for HEVC/x265
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ltfearme" data-source="post: 1135459" data-attributes="member: 52219"><p>Thanks,</p><p></p><p>best thing to do here is update movingpics to write a more friendly value to the database e.g. HEVC. That way all you need to do is drop an image into your directory e.g. HEVC.png if one is not already provided by the skin. This would require a code change and hence a new release of MovPics.</p><p></p><p>For now, with help from [USER=79277]@Collective[/USER] screen shot you would need to create a custom skin condition e.g. you could add the following into <em>movingpictures.common.details.mediainfo.xml:</em></p><p>[code]</p><p><control></p><p> <description>HEVC Codec</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>690</posX></p><p> <posY>997</posY></p><p> <width>150</width></p><p> <height>48</height></p><p> <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\HEVC.png</texture></p><p> <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible></p><p> <animation effect="fade" time="250" delay="0">WindowClose</animation></p><p></control></p><p>[/code]</p><p></p><p>The visible condition will check if the videocodec contains <em>hevc </em>and will show the image <em>HEVC.png </em>if it does.</p></blockquote><p></p>
[QUOTE="ltfearme, post: 1135459, member: 52219"] Thanks, best thing to do here is update movingpics to write a more friendly value to the database e.g. HEVC. That way all you need to do is drop an image into your directory e.g. HEVC.png if one is not already provided by the skin. This would require a code change and hence a new release of MovPics. For now, with help from [USER=79277]@Collective[/USER] screen shot you would need to create a custom skin condition e.g. you could add the following into [I]movingpictures.common.details.mediainfo.xml:[/I] [code] <control> <description>HEVC Codec</description> <type>image</type> <id>0</id> <posX>690</posX> <posY>997</posY> <width>150</width> <height>48</height> <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\HEVC.png</texture> <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible> <animation effect="fade" time="250" delay="0">WindowClose</animation> </control> [/code] The visible condition will check if the videocodec contains [I]hevc [/I]and will show the image [I]HEVC.png [/I]if it does. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Mediainfo logos for HEVC/x265
Contact us
RSS
Top
Bottom