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
Quality Assurance
Titan Skin Feedback
Titan: Category images in MovingPictures upscaled and blurry
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="bta489" data-source="post: 1127898" data-attributes="member: 138471"><p>no response for a month...that's odd.<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite12" alt="o_O" title="Er... what? o_O" loading="lazy" data-shortname="o_O" /> If this is still a problem:</p><p>It's my understanding that the Category Images are not supposed to be used as full-size backdrops, but rather as an additional smaller image (As the examples in the thread you linked show). If you insist to use them as backdrops you could add the following lines to the respective <strong><control></strong>-Item in the skinfile:</p><p>[CODE=XML]<keepaspectratio>yes</keepaspectratio></p><p><align>center</align></p><p><valign>middle</valign>[/CODE]</p><p>This would center the image. But make sure that, if there is a field <strong><zoom></strong> or <strong><zoomfromtop></strong>, it is set to <em>false</em>, not <em>true</em>.</p><p></p><p>More eleganty though would be an additional <strong><control></strong>-Item like the example code in the linked thread. This way you'll have the category image and an actual backdrop from one of the movies matching the criteria.</p><p></p><p>For instance if you add this:</p><p>[CODE=XML]</p><p><control></p><p> <description>Category images (Categories)</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1600</posX></p><p> <posY>150</posY></p><p> <width>300</width></p><p> <height>300</height></p><p> <texture>C:\Path\to\your\pictures\#MovingPictures.SelectedNode.FileFriendlyName.png</texture></p><p> <visible>facadeview.list + control.isvisible(51)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p>[/CODE]</p><p></p><p>to the <em><span style="color: #0000ff">movingpictures.facade.xml</span></em> (put it at the end, just before <strong>"</controls></strong>") and adjust the <strong><texture></strong>-field to your file structure. You will end up with something like this:</p><p>[ATTACH]162414[/ATTACH] </p><p>You can of course adjust the size and position. This is how I thought it looks best.</p></blockquote><p></p>
[QUOTE="bta489, post: 1127898, member: 138471"] no response for a month...that's odd.o_O If this is still a problem: It's my understanding that the Category Images are not supposed to be used as full-size backdrops, but rather as an additional smaller image (As the examples in the thread you linked show). If you insist to use them as backdrops you could add the following lines to the respective [B]<control>[/B]-Item in the skinfile: [CODE=XML]<keepaspectratio>yes</keepaspectratio> <align>center</align> <valign>middle</valign>[/CODE] This would center the image. But make sure that, if there is a field [B]<zoom>[/B] or [B]<zoomfromtop>[/B], it is set to [I]false[/I], not [I]true[/I]. More eleganty though would be an additional [B]<control>[/B]-Item like the example code in the linked thread. This way you'll have the category image and an actual backdrop from one of the movies matching the criteria. For instance if you add this: [CODE=XML] <control> <description>Category images (Categories)</description> <type>image</type> <id>0</id> <posX>1600</posX> <posY>150</posY> <width>300</width> <height>300</height> <texture>C:\Path\to\your\pictures\#MovingPictures.SelectedNode.FileFriendlyName.png</texture> <visible>facadeview.list + control.isvisible(51)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> [/CODE] to the [I][COLOR=#0000ff]movingpictures.facade.xml[/COLOR][/I] (put it at the end, just before [B]"</controls>[/B]") and adjust the [B]<texture>[/B]-field to your file structure. You will end up with something like this: [ATTACH]162414[/ATTACH] You can of course adjust the size and position. This is how I thought it looks best. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Titan: Category images in MovingPictures upscaled and blurry
Contact us
RSS
Top
Bottom