MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Skins


Skins You are working on a new Skin? Post it here!

Reply
 
Thread Tools Display Modes
Old 2008-08-20, 02:00   #1 (permalink)
Portal Member
 
fforde's Avatar
 
Join Date: Jun 2007
Location: Texas
Age: 27
Posts: 596
Thanks: 49
Thanked 240 Times in 70 Posts

Country:


Default ThumbnailPanel Positioning with Small and Large Icons

Is it possible to set different position and width/height settings for a GUIThumbnailPanel when in smallicon mode and largeicon mode? In the context of a Facade, if that makes any difference...
fforde is offline   Reply With Quote
Old 2008-08-20, 02:12   #2 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 268
Thanks: 29
Thanked 141 Times in 47 Posts

Country:

My System

Default

Im not sure whether your talking about the skinning side of things or the coding side but Ill answer it from the skinning side.

Quote:
<control>
<description>Thumbnail Panel</description>
<type>thumbnailpanel</type>
<id>50</id>
<onleft>2</onleft>
<onright>2</onright>
<posX>100</posX>
<posY>135</posY>
<width>1200</width>
<height>520</height>
<spinPosY>79</spinPosY>
<spinPosX>1250</spinPosX>
<spinColor>ffcccccc</spinColor>
<textureUp>page_up_nofocus.png</textureUp>
<textureDown>page_down_nofocus.png</textureDown>
<textureUpFocus>page_up_focus.png</textureUpFocus>
<textureDownFocus>page_down_focus.png</textureDownFocus>

****************Small Icons*********************

<!--Icon seperation-->
<itemWidth>76</itemWidth>
<itemHeight>103</itemHeight>
<!--frame width-->
<textureWidth>76</textureWidth>
<textureHeight>103</textureHeight>
<! Big Icon size size-->
<thumbWidth>54</thumbWidth>
<thumbHeight>100</thumbHeight>
<thumbPosX>11</thumbPosX>
<thumbPosY>11</thumbPosY>
<imageFolder>dvd_frame1.png</imageFolder>
<imageFolderFocus>dvd_frame.png</imageFolderFocus>
<font>font12</font>
<suffix>|</suffix>


************Big Icons************
<!--frame width-->
<textureWidthBig>185</textureWidthBig>
<textureHeightBig>242</textureHeightBig>
<!--Icon seperation-->
<itemWidthBig>195</itemWidthBig>
<itemHeightBig>250</itemHeightBig>
<! Big Icon size size-->
<thumbWidthBig>160</thumbWidthBig>
<thumbHeightBig>230</thumbHeightBig>
<thumbPosXBig>13</thumbPosXBig>
<thumbPosYBig>5</thumbPosYBig>
<keepaspectratio>yes</keepaspectratio>
<thumbZoom>no</thumbZoom>
<enableFocusZoom>no</enableFocusZoom>
<unfocusedAlpha>100</unfocusedAlpha>
<centered>yes</centered>
</control>
That is the video facade thumbnail panel, Ill be on for a couple of hours so if you need any more help, im guessing this is for the movies plugin

Last edited by mattsk88; 2008-08-20 at 02:16.
mattsk88 is online now   Reply With Quote
Old 2008-08-20, 02:17   #3 (permalink)
Portal Member
 
fforde's Avatar
 
Join Date: Jun 2007
Location: Texas
Age: 27
Posts: 596
Thanks: 49
Thanked 240 Times in 70 Posts

Country:


Default

Thanks, although that is not exactly what I meant. I mean if I want the thumbpanel to be tall and skinny on the left side of the screen with small icons, but wide and short across the top of the screen with large icons, is that possible without creating two thumbnailpanels?

And yeah, this is for Moving Pictures. Really I am just trying to make sure things are as flexible as possible for the skinners.
fforde is offline   Reply With Quote
Old 2008-08-20, 02:24   #4 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 268
Thanks: 29
Thanked 141 Times in 47 Posts

Country:

My System

Default

Quote:
Originally Posted by fforde View Post
Thanks, although that is not exactly what I meant. I mean if I want the thumbpanel to be tall and skinny on the left side of the screen with small icons, but wide and short across the top of the screen with large icons, is that possible without creating two thumbnailpanels?

And yeah, this is for Moving Pictures. Really I am just trying to make sure things are as flexible as possible for the skinners.
I imagine you will have to create two thumbnail panels as there isn't anything to define big or small icons position wise. A quick request while your on, would it be possible to create two filmstrip views or at least the option for two? Im looking at creating a Fanart themed filmstrip view and a info based filmstrip view (when you release the alpha).

PS Flexibility is great but I imagine the most popular views will be Filmstrip or list

Last edited by mattsk88; 2008-08-20 at 02:28.
mattsk88 is online now   Reply With Quote
Old 2008-08-20, 02:30   #5 (permalink)
Portal Member
 
fforde's Avatar
 
Join Date: Jun 2007
Location: Texas
Age: 27
Posts: 596
Thanks: 49
Thanked 240 Times in 70 Posts

Country:


Default

That's what I figured on the positioning. Seems like a second set of positioning coordinates would be easy to implement, I am surprised it's never been done.

As far as a fan-art filmstrip view, sure I can do that. Any other requests?
fforde is offline   Reply With Quote
Old 2008-08-20, 02:35   #6 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 268
Thanks: 29
Thanked 141 Times in 47 Posts

Country:

My System

Default

Quote:
Originally Posted by fforde View Post
That's what I figured on the positioning. Seems like a second set of positioning coordinates would be easy to implement, I am surprised it's never been done.

As far as a fan-art filmstrip view, sure I can do that. Any other requests?
Release the alpha today lol.

Couple of quick questions also
- I'm interested in the way the fanart is implemented, at the moment with the current fanart hack, each fanart image once viewed is stored in the RAM so if you flip through a big movie collection with many fanarts you will eventually fill the RAM. The fanart also slows mediaportal down considerably in some instances.
-Is there going to an option in later builds to import a movie library from say ant movie catalogue?

Last edited by mattsk88; 2008-08-20 at 02:41.
mattsk88 is online now   Reply With Quote
Old 2008-08-20, 02:38   #7 (permalink)
Portal Member
 
fforde's Avatar
 
Join Date: Jun 2007
Location: Texas
Age: 27
Posts: 596
Thanks: 49
Thanked 240 Times in 70 Posts

Country:


Default

Heh heh. I am working as fast as I can. I just don't want to release something that is going to change in five days for you guys skinning things. I am getting close though, I will keep you posted. I definitely will have a skinners alpha out by this weekend at the latest though.
fforde is offline   Reply With Quote
Old 2008-08-20, 02:49   #8 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 268
Thanks: 29
Thanked 141 Times in 47 Posts

Country:

My System

Default

Thats another thing I was going to ask, from a skinning point of view logos(ie Video Codec, Audio codec etc) have a big visual impact, will there be skinning support for logos. I'm guessing your using mediainfo.dll for that kind of info? The picture attached is sort of what im going to be aiming for with your plugin.
Attached Thumbnails
thumbnailpanel-positioning-small-large-icons-chromeb0g.jpg  

Last edited by mattsk88; 2008-08-20 at 02:52.
mattsk88 is online now   Reply With Quote
Old 2008-08-20, 03:17   #9 (permalink)
Portal Member
 
fforde's Avatar
 
Join Date: Jun 2007
Location: Texas
Age: 27
Posts: 596
Thanks: 49
Thanked 240 Times in 70 Posts

Country:


Default

Definitely going to support logos and mediainfo.dll. That's not going to be there with the first release though unfortunately. It's on the todo list, but I just haven't gotten there yet. With logo support though, I'd really like to allow the skinners to define that stuff as a <define> tag if that is possible, rather than in the config screen. It seems to me more and more skinners are releasing a logo rules file for TV-Series and that's just one extra step for the user to take to get things up and running.

I am trying to figure out if there is a way to access <define> tags in the code though, if not it will have to be done the same was as with TV-Series...

Last edited by fforde; 2008-08-20 at 03:22.
fforde is offline   Reply With Quote
Old 2008-08-20, 03:31   #10 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 268
Thanks: 29
Thanked 141 Times in 47 Posts

Country:

My System

Default

Quote:
Originally Posted by fforde View Post
Definitely going to support logos and mediainfo.dll. That's not going to be there with the first release though unfortunately. It's on the todo list, but I just haven't gotten there yet. With logo support though, I'd really like to allow the skinners to define that stuff as a <define> tag if that is possible, rather than in the config screen. It seems to me more and more skinners are releasing a logo rules file for TV-Series and that's just one extra step for the user to take to get things up and running.

I am trying to figure out if there is a way to access <define> tags in the code though, if not it will have to be done the same was as with TV-Series...
I don't no if this will be much help but I added logo support to my films via the following hack

Quote:
<control>
<description>Video Format Logo</description>
<type>image</type>
<id>1</id>
<posX>710</posX>
<posY>650</posY>
<width>120</width>
<height>55</height>
<texture>\FanArt\logos\#item1.png</texture>
</control>
If you can make the backend config automatically convert all the different spellings of a codec to one value then it can be skinned in a similar manner (ie For the h264 codec logo there was h264, H264, MPEG-4 AVC etc) This probably didn't make any sense lol

The main thing I reckon is good documentation, If you implemented logos the same as tvseries it would be fine it just needs to be documented. Are you planning on releasing the plugin with an installer as you could get the installer to ask for a formatting rules file on installation.

Last edited by mattsk88; 2008-08-20 at 03:35.
mattsk88 is online now   Reply With Quote
Reply

Bookmarks

Tags
icons, large, positioning, small, thumbnailpanel

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
TVGuide slider positioning? Psycho Reptile Skins 31 2008-11-18 11:28
Problems with small icons view music weiterals General Support 0 2008-02-14 18:59
Channel Label positioning kencl Skins 2 2007-03-25 20:26
A small thing - icons madsrh MediaPortal 1 Talk 4 2007-01-22 23:52
Small utility to aid in Large IMDB searches brokenmachine Tips and Tricks 6 2006-03-24 17:14


All times are GMT +1. The time now is 15:10.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden