2016-10-31, 04:06
hi
im using kodi on pi - via osmc.
i use confluence
using some tips here, i added a Kids menu on the home screen.
went to videos->files - added the folder /hdd/kids
added this as favorites
went into userdata/favorites.xml copied the line for onclick
(10025,"smb://hdd/kids/",return)
went into confluence Home.xml added this section:
<item id="29">
<label>Kids</label>
<onclick>ActivateWindow(10025,"smb://hdd/kids/",return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
now i can see Kids menu on home
when i click on it I can see files in the hdd/kids folder.
one problem though:
when i scan the content of the folder /hdd/kids for movies type, the moves in the kids folder are visible under MOVIES
i want them to appear under Kids menu
ie. i dont want files in kids menu but i want scanned kids movie with all description like movies menu.
how can i do that?
im using kodi on pi - via osmc.
i use confluence
using some tips here, i added a Kids menu on the home screen.
went to videos->files - added the folder /hdd/kids
added this as favorites
went into userdata/favorites.xml copied the line for onclick
(10025,"smb://hdd/kids/",return)
went into confluence Home.xml added this section:
<item id="29">
<label>Kids</label>
<onclick>ActivateWindow(10025,"smb://hdd/kids/",return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
now i can see Kids menu on home
when i click on it I can see files in the hdd/kids folder.
one problem though:
when i scan the content of the folder /hdd/kids for movies type, the moves in the kids folder are visible under MOVIES
i want them to appear under Kids menu
ie. i dont want files in kids menu but i want scanned kids movie with all description like movies menu.
how can i do that?