Night - A Skin for XBMC

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
TerranQ Offline
Senior Member
Posts: 292
Joined: Oct 2008
Reputation: 0
Post: #311
Using poster view, 1920x1080 resolution (double checked video calibration and it's perfect), a few of the logos go off the top of the screen slightly. Buffy, big bang theory, x-files, torchwood, modern family, it's always sunny in philadelphia, the dead zone, castle, and burn notice are the ones that seem too big/too high.
find
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #312
TerranQ Wrote:Using poster view, 1920x1080 resolution (double checked video calibration and it's perfect), a few of the logos go off the top of the screen slightly. Buffy, big bang theory, x-files, torchwood, modern family, it's always sunny in philadelphia, the dead zone, castle, and burn notice are the ones that seem too big/too high.


Try this:

Viewtype_Poster.xml, starting at line 351

Quote:<control type="largeimage" id="7015">
<posx>20</posx>
<posy>-6</posy>
<width>230</width>
<height>89</height>
<texture>$INFO[ListItem.path]logo.png</texture>
<fadetime>300</fadetime>
<aspectratio scalediffuse="false">stretch</aspectratio>
<include>Animation_HiddenByInfo</include>
<visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]</visible>
</control>
<control type="largeimage" id="9015">
<posx>20</posx>
<posy>-6</posy>
<width>230</width>
<height>89</height>
<texture>$INFO[ListItem.path]../logo.png</texture>
<fadetime>300</fadetime>
<aspectratio scalediffuse="false">stretch</aspectratio>
<include>Animation_HiddenByInfo</include>
<visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]</visible>
</control>

Change the <posy>-6</posy> to <posy>0</posy> that should do it...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find
TerranQ Offline
Senior Member
Posts: 292
Joined: Oct 2008
Reputation: 0
Post: #313
That did it. Looks much better now, thanks.
find
ValiantXI Offline
Member
Posts: 56
Joined: Mar 2010
Reputation: 0
Location: Charleston, SC
Post: #314
I just had a question about trailers, this might be the wrong place but it seems like there are a lot of smart people reading this thread...how do i get them to work? Do I have to download them fully, or could there just be a URL in the .nfo?
find
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #315
ValiantXI Wrote:I just had a question about trailers, this might be the wrong place but it seems like there are a lot of smart people reading this thread...how do i get them to work? Do I have to download them fully, or could there just be a URL in the .nfo?

Well I definitely know it works with local/downloaded trailers...I think the code I use, <ondown>XBMC.PlayMedia($INFO[ListItem.Trailer],1,noresume)</ondown> works for url's but haven't tested. Not sure about that youtube trailer script haven't tried that script out yet, but doubt it...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #316
Finally finished a song-specific view:

See in Action - Youtube Link, notice it automatically adjusts to whether you have cdART or not.

[Image: songs-clear.png]
[Image: songs.png]


Thought I saw all of Pyhek's concepts but after seeing this this had to give it a shot:

[Image: wallpanel.png]

And everyone said my videoOSD white box was off putting so I changed that...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #317
I love the new views, especially the Wall Panel, it is a bit confusing to navigate at first but once I got my bearings it became my new recently added view. ^_^
Thanks for the fix for marking watched at the season level in file view btw.

[Image: output.jpg]
find
ValiantXI Offline
Member
Posts: 56
Joined: Mar 2010
Reputation: 0
Location: Charleston, SC
Post: #318
I like the new views as well, so hard to choose a view now. I also like how you justified the plot and all in the showcase view, makes it look so much cleaner. Was wondering though in the showcase view, are you going to leave the Studio as just the name or use the icon and put it down with the rest of the media icons? It doesn't matter to me either way, just that if you were going to leave them at words I would change the info for some of movies to make the studio name spelled better instead of trying to match it up with an actual logo name. Also it would be cool to maybe get the tagline out there somewhere if that is at all possible, I like seeing those, don't know about anyone else though...but keep up the great work man, everyone I bring over is jealous when I show this skin off haha.
find
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #319
One minor thing I noticed, and have not seen mention of, was text being cut off on the recently added TV shows:

[Image: 522010122838pm.png]

Looking good though!
find
B-Fir3 Offline
Senior Member
Posts: 118
Joined: Dec 2008
Reputation: 0
Post: #320
In Wall Panel view there is no scroll bar when you press right. It functions like there is a scroll bar, but the scroll bar doesn't appear.

The new views are great. Smile
find
Thread Closed