- Moderator
- #1
Please use this thread to share your custom Category Images that you think other users might find useful. I have provided a photoshop PSD file of the images used in the Blue3/StreamedMP skins and some screenshots of them in use.
Here is some sample code to display the selected category image:
If you download and want to use the image when browsing your categories, simply drop the file into your Skins Media\Categories folder e.g.
C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Blue3Wide\Media\Categories
Its also important that the image name matches your category name e.g. If you have a Box Set collection called 'Aliens' the corresponding image filename should be named 'Aliens.png'
A Big Thanks to Xzener's, whom created a collection of icons to be used with Media Browser, link to his update thread can be found here: Xzener's Media Browser Icon's
I have provided a download link to a set of images which include most of the popular genre's e.g. Action, Adventure.
Download Category Images 30-NOV-09
I will try keep this download up to date regularly with community contributions.
Please feel free to say thanks, make requests and discuss images posted. But please be aware that we clean this thread of posts without image files attached every week or so to keep things clean.
-- fforde
Here is some sample code to display the selected category image:
Code:
<control>
<description>Selected Category Image</description>
<type>image</type>
<id>100</id>
<posX>125</posX>
<posY>175</posY>
<width>454</width>
<height>455</height>
<texture flipY="true" diffuse="Thumb_Mask.png">Categories\#MovingPictures.SelectedNode.FileFriendlyName.png</texture>
<keepaspectratio>yes</keepaspectratio>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
<visible>Control.IsVisible(51)+!Control.IsVisible(50)</visible>
</control>
If you download and want to use the image when browsing your categories, simply drop the file into your Skins Media\Categories folder e.g.
C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Blue3Wide\Media\Categories
Its also important that the image name matches your category name e.g. If you have a Box Set collection called 'Aliens' the corresponding image filename should be named 'Aliens.png'
A Big Thanks to Xzener's, whom created a collection of icons to be used with Media Browser, link to his update thread can be found here: Xzener's Media Browser Icon's
I have provided a download link to a set of images which include most of the popular genre's e.g. Action, Adventure.
Download Category Images 30-NOV-09
I will try keep this download up to date regularly with community contributions.
Please feel free to say thanks, make requests and discuss images posted. But please be aware that we clean this thread of posts without image files attached every week or so to keep things clean.
-- fforde
Attachments
Last edited: