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
Support
General Support
Classification icons
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="joz" data-source="post: 294719" data-attributes="member: 70244"><p>I was trying to make some adjustments to my Aeon wide skin. I'd like to have the icons for the classification for the selected program. In the US you have classification like PG-13 etc. same here (ofcourse with different names)</p><p>When I browse the TVDatabase I see the classification's been added and I can access them with the following bit of xml</p><p></p><p> <control></p><p> <description>Kijkwijzer</description></p><p> <type>label</type></p><p> <id>32</id></p><p> <posX>750</posX></p><p> <posY>135</posY></p><p> <align>right</align></p><p> <font>font13</font> </p><p> <label>#TV.Guide.Classification</label></p><p> <textcolor>ffffffff</textcolor></p><p> </control> </p><p></p><p>This is offcourse not what I want, it just spits out some horribly formed string my TVGuide provider is giving me. This was just for testing purposes. Then I tried (couple of different forms) : </p><p></p><p> <control></p><p> <description>Kijkwijzer</description></p><p> <type>image</type></p><p> <id>32</id></p><p> <posX>750</posX></p><p> <posY>135</posY></p><p> <texture>#TV.Guide.Classification</texture></p><p> <width>100</width></p><p> <height>100</height></p><p> </control></p><p></p><p>still no luck. This "<texture>#TV.Guide.Classification</texture>" was just a wild shot. Wasn't expecting it to work.</p><p>When I look in the XML I see the following</p><p></p><p> <rating system="Kijkwijzer"></p><p> <value>seks</value></p><p> <icon src="http:\\static.tvgids.nl\gfx\kw\seks.gif"/></p><p> </rating></p><p></p><p>So I can access the value of the rating, but not the icon that's associated with it. Anyway to get this to work?</p></blockquote><p></p>
[QUOTE="joz, post: 294719, member: 70244"] I was trying to make some adjustments to my Aeon wide skin. I'd like to have the icons for the classification for the selected program. In the US you have classification like PG-13 etc. same here (ofcourse with different names) When I browse the TVDatabase I see the classification's been added and I can access them with the following bit of xml <control> <description>Kijkwijzer</description> <type>label</type> <id>32</id> <posX>750</posX> <posY>135</posY> <align>right</align> <font>font13</font> <label>#TV.Guide.Classification</label> <textcolor>ffffffff</textcolor> </control> This is offcourse not what I want, it just spits out some horribly formed string my TVGuide provider is giving me. This was just for testing purposes. Then I tried (couple of different forms) : <control> <description>Kijkwijzer</description> <type>image</type> <id>32</id> <posX>750</posX> <posY>135</posY> <texture>#TV.Guide.Classification</texture> <width>100</width> <height>100</height> </control> still no luck. This "<texture>#TV.Guide.Classification</texture>" was just a wild shot. Wasn't expecting it to work. When I look in the XML I see the following <rating system="Kijkwijzer"> <value>seks</value> <icon src="http:\\static.tvgids.nl\gfx\kw\seks.gif"/> </rating> So I can access the value of the rating, but not the icon that's associated with it. Anyway to get this to work? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Classification icons
Contact us
RSS
Top
Bottom