Adding Rightlist view

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
asha_man Offline
Junior Member
Posts: 47
Joined: Feb 2011
Reputation: 1
Post: #1
Howdo,

Thought i'd put this in a new thread rather than getting lost in the main one.

I'd like to add a rightlist view to nox locally, as i assume Big_Noid isn't looking to add any more viewtypes to the official build.
I particularly like the cirrusextended one. Is it as simple as copying the viewtype xml across?

Also, while i'm at it, how does one change the watchlist to give the tvshow name, rather than the episode title?

thanks in advance.

(on latest pre-eden btw)

[Image: watched-fanart.jpg]
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #2
No, you would have to edit myvideonav.xml as well as change the fonts and add it to the media menu so you can choose the new view.
Sorry, no easy task if you don't know you're way around skinning xbmc.

For the watchlist look in IncludesHomeRecentlyAdded.xml and change
Code:
WatchList_Episode.%d.Label
to
Code:
WatchList_Episode.%d.TvShowTitle
find quote
asha_man Offline
Junior Member
Posts: 47
Joined: Feb 2011
Reputation: 1
Post: #3
Big_Noid Wrote:No, you would have to edit myvideonav.xml as well as change the fonts and add it to the media menu so you can choose the new view.
Sorry, no easy task if you don't know you're way around skinning xbmc.

For the watchlist look in IncludesHomeRecentlyAdded.xml and change
Code:
WatchList_Episode.%d.Label
to
Code:
WatchList_Episode.%d.TvShowTitle

Thanks for the info, will have a tinker and see if I can figure it out.

Thanks for the watchlist change, works like a charm Smile makes it easier to tell at a glance which shows have new things to watch.

[Image: watched-fanart.jpg]
find quote