[BUGS] and missing items

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #11
xbs08 Wrote:Ok
I just check it and depends on the poster width.

In movie info - get thumb and get fanart the rss feed scrolls over the buttons.

Thx for 2x checking, personally I never noticed...I really only want RSS on home so I look into 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 quote
Galactus Offline
Junior Member
Posts: 49
Joined: Mar 2004
Reputation: 0
Post: #12
In music I see only 'Jukebox' and 'Files'. Is that correct, or is showcase supposed to be available here as well?

Edit: No issue
(This post was last modified: 2010-05-17 04:49 by Galactus.)
find quote
feerlessleadr Offline
Fan
Posts: 313
Joined: Oct 2007
Reputation: 0
Post: #13
mcborzu Wrote:Well my theory was the logos were just too pretty to have a strike through going through them...

i figured it was something like that Big Grin

would it be possible to add some sort of indicator that there are watched episodes? i don't think it necessarily needs to be a strikethrough, but perhaps something that says 'x unwatched episodes' or something like that

Thanks for the great skin!
find quote
macshield Offline
Member
Posts: 58
Joined: Mar 2010
Reputation: 0
Post: #14
First I must say Great Skin. Never mind figured it out.
(This post was last modified: 2010-05-15 07:13 by macshield.)
find quote
Broads Offline
Senior Member
Posts: 290
Joined: Jul 2007
Reputation: 0
Post: #15
Montellese Wrote:Furthermore "Weather" backdrop can be set but it does neither appear when I move to "Weather" in the main menu nor when I activate it to see the actual weather data.

would anyone like to let me know the naming convention or how to get weather fanart working.
find quote
hikaricore Online
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #16
One thing I always hope for in any skin is an automatic weather popup like Aeon had.
I know it was a hacky workaround and it actually opened a new hidden view but I was curious if you had any interest in doing anything like this in Night.
The weather page looks great btw, I'm just lazy. ^_^

[Image: output.jpg]
find quote
jives00 Offline
Junior Member
Posts: 19
Joined: Oct 2008
Reputation: 0
Post: #17
The shutdown setting needs a submenu. I watch xbmc before bed sometimes and need to set the shutdown timer for that to work.

Otherwise, great job!
find quote
theuni Offline
Team-XBMC Communication Manager
Posts: 1,091
Joined: Oct 2007
Reputation: 2
Location: Atlanta, Ga, USA
Post: #18
Missing item: License.

This will be a requirement for being added to the upcoming XBMC repo.

Please assign your skin a license for your sake and for ours. Have a look at Transparency (thanks Ronie!) for a perfect example.

Thanks
TheUni
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #19
I also saw license but.... don't know what to fill in or get one.
I'm a noob in this. Blush Like to add MM waffa! to the repo later.

Edit:
Or can I simply use the same licence, ronie used ?
(This post was last modified: 2010-05-15 19:22 by Waffa.)
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 31
Location: Florida
Post: #20
One minor change you may want to consider is adjusting the Now Playing to the top right when viewing Landscape TV:

Changed in Includes_Music_Global.xml - this keeps the now playing from overlapping the show logos:

Code:
<include name="Music_Global_TopRight">
        <control type="group">
        <include>Animation_CommonFade</include>
        <visible>[Control.IsVisible(50) | Control.IsVisible(53)] + Player.HasAudio | [[Control.IsVisible(52) + Container.Content(tvshows)] + Player.HasAudio + Skin.HasSetting(Landscape_Fanart)]</visible>        
            <control type="group">

Code:
<include name="Music_Global_LowerRight">
        <control type="group">
        <include>Animation_CommonFade</include>
        <visible>[[Control.IsVisible(52) + Container.Content(tvshows)] + Player.HasAudio + !Skin.HasSetting(Landscape_Fanart)] | [[Control.IsVisible(597) + Container.Content(movies)] + Player.HasAudio]</visible>        
            <control type="group">

Really good work overall!
(This post was last modified: 2010-05-15 20:51 by stoli.)
find quote
Post Reply