Kodi Community Forum
[HELP!] Adding new 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: [HELP!] Adding new views (/showthread.php?tid=49673)



[HELP!] Adding new views - ekim232 - 2009-04-26

How do you add a new view? I have always just tweaked the current views, but I need to add some more in that I have been working on. I tried putting it into the viewsvideolibrary, gave it an include name, and a new id number. I also added the id number and the includes to myvideonav.

Is it possible to add more views or is there just something I am missing?

Thanks for the help.


- Jezz_X - 2009-04-26

did you remember to add it to the 4th line down in the MyVideoNav.xml
Quote:<views>50,51,58,59,57,500,55,56,53,54</views>
Just pick any number I suggest 501 for your view stick it in that line and add the include for it and it should work


- ekim232 - 2009-04-26

I had all that in place. I changed my id to 501 and it worked fine. Must of been the number I selected. Thanks for the help.