[RELEASE] Rapier 2.0

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #271
Haggy Wrote:Any chance of hosting this somewhere else than deviantart? It's almost impossible to package this skin for distros (say Arch Linux, as i'm doing atm) cause you get a 403 when deep-linking.

You can donwload the skin here It's exactly the same, only the default backdrops have been resized to 960x540 for XBOX memory saving.

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #272
scarfa Wrote:You need to make a visibility condition that shows either movies or tv shows breadcrumb depending on what node you are in.

Yeah, that's what I was trying. Nothing seemed to work although Container.Content(seasons) and Container.Content(episodes) do. We'll have another look at it.
find quote
xbs08 Offline
Posting Freak
Posts: 1,298
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #273
scarfa, why the odd order in settings (app , progs, pics, music, videos, weather, net and system).
Videos should be on one end instead of in the middle of the menu, 'cause is one setting i'm sure ppl access alot. The less used ones (like progs settings) should be in the middle, the lesser the clicks the better (i know i'm lazy).

I also have a suggestion, in home, navigating should be circular, like shutdown left opentray left weather left shutdown again (no need for dead ends)

Can“t wait for the next update! Smile
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #274
spiff Wrote:scarfa, heads up at http://trac.xbmc.org/changeset/23519

your custom dialog doesn't seem to catch it automagically

Thanks. Do you happen to know the id for runtime for setsortmethod?
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #275
Looks like 2050:

Code:
AddSortMethod(SORT_METHOD_VIDEO_RUNTIME,2050, LABEL_MASKS("%T", "%D"));
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #276
stoli Wrote:Looks like 2050:

Code:
AddSortMethod(SORT_METHOD_VIDEO_RUNTIME,2050, LABEL_MASKS("%T", "%D"));

Nah, thats not it.

EDIT: Eureka! it's 27
(This post was last modified: 2009-10-09 01:55 by scarfa.)
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #277
for the record 2050 is the string id Wink

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #278
spiff Wrote:for the record 2050 is the string id Wink

Thanks - learn something new every day!
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #279
xbs08 Wrote:scarfa, why the odd order in settings (app , progs, pics, music, videos, weather, net and system).
Videos should be on one end instead of in the middle of the menu, 'cause is one setting i'm sure ppl access alot. The less used ones (like progs settings) should be in the middle, the lesser the clicks the better (i know i'm lazy).

I started with that order in the beginning and just sort of stuck with it.

How about: music, videos, movies, tv shows, pictures, programs, general, system

Startup focus would be videos
find quote
masterosok Offline
Member
Posts: 70
Joined: Jun 2008
Reputation: 0
Post: #280
scarfa Wrote:Yep it's a known issue. I've already fixed it.

Did you mean you fixed it and uploaded the changes to the 2.0 that is available for download now or you fixed it for a future release? For whatever reason I am still unable to see the studio images in the wrap info view. I just downloaded the Rapier 2.0 again and installed just to make sure.
find quote
Post Reply