More views

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Heikommander Offline
Junior Member
Posts: 10
Joined: Nov 2010
Reputation: 0
Post: #1
Hi there.
I like the PM3.HD skin but I want more views...
Is there a chance to import views from other skins without knowlege in skinning?
find quote
ronie Online
Team-XBMC Member
Posts: 8,344
Joined: Jan 2009
Reputation: 111
Post: #2
nope.

it's not easy to copy and paste views from other skins.
it will require a lot of recoding.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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
LoloMc² Offline
Senior Member
Posts: 161
Joined: Mar 2009
Reputation: 0
Post: #3
Hi,

I have integrated the wall view from the "Backrow" skin for music (not on library view yet.)
(But I also removed the "500" type view which is highly inapropriate on a touchscreen device)
In the package, you'll find a text file which describe modifications and the corresponding lines : IE :

Quote:Music Wall View
Added <include>Music Wall File</include> line 9 in "mymusicSongs.xml"

Add complete def of "wall view" in "ViewsFileMode.xml" line 138 to 479 (coming from "Common Music Files Views.xml" from "BackRow" skin)
In mymusicsongs.xml line 4 <views>50,51,59,53,500</views> becomes <views>50,56,51,59,53,500</views>

It may be a good start for you if you want to do it yourself

Regards,
find quote