Kodi Community Forum
More views - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: PM3.HD (https://forum.kodi.tv/forumdisplay.php?fid=75)
+----- Thread: More views (/showthread.php?tid=98147)



More views - Heikommander - 2011-03-30

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?


- ronie - 2011-03-31

nope.

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


- LoloMc² - 2011-03-31

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,