Kodi Community Forum

Full Version: [HELP!] Adding new views
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
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.