Menu to Folder
#1
I have a folder where my family movies are stored. Is it possible to have a menu item pointing to it? How?

Thanks.
Reply
#2
There must be a way zebh.  The options for adding a widget to a home screen are numerous almost overwhelming. I never tried to do this, focusing instead on adding interface to my Trakt account. I would just start at the first option after adding a widget. Trial and error. Maybe someone else has done this and can give the 8 or 9 steps you need 😄
KODI 18 on a fire tv cube. Aura(18) skin. Trakt supporter.
Reply
#3
You could create a playlist using source folder as a rule and point the menu item to it. I believe you need to sync the videos to your library though, so you probably need to create nfo-files for them.
Reply
#4
odbe

XML:
<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>my family movies</label>
    <path>D:\my_family_movies/</path>
</node>
plugin.library.node.editor
ADD PATH
FILES
MANUALLY EDIT
DEIVE:\my_family_movies
Reply

Logout Mark Read Team Forum Stats Members Help
Menu to Folder0