Kodi Community Forum

Full Version: List all items of (VideoLibrary, MovieTitles) on Home screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm putting together a skin for my kids and I just want it to be limited to 1 page.
I've created the simplistic video library view that shows a very basic list of thumbnails, but I'd like to make it so the skin only ever shows this view.

I can't figure out how to list a library in the home screen to achieve this.
I tried modifying the Recently Added include, but was not successful.
you basically need to fill a list control with dynamic content:
http://kodi.wiki/view/XBMC_Skinning_Manu...ic_content

give it a shot and if you get stuck, please show us the code you're using :-)
That's awesome.
I'll play around with that.
Thanks ronie!
Oh man, that was incredibly simple.
Thanks again for the reply! It worked flawlessly.