Kodi Community Forum

Full Version: Tweaking MediaStream with more filters?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using XBMC 10.0 with the official MediaStream skin - but I think it's missing a movies list/filter. I want a "Latest" movies list but with 50 movies (not only 25) and the watched movies hidden.

Is it possibe to tweak the skin to do this or maybe adding a new list/filter entry?

Thanks in advance Smile


/Beano
Movies > Right > Latest Added

And to get 50 latest added items -

PHP Code:
<advancedsettings>

    <
videolibrary>
        <
recentlyaddeditems>50</recentlyaddeditems>
    </
videolibrary>

</
advancedsettings
Thanks - anyway to also hide the watched movies from that view?
Bring out the side menu when your in library select "Misc Options" your see hide watched listed there
Close enough solution - thanks Smile