Kodi Community Forum

Full Version: v19- jade wip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
there will be nothing else add to this skin so do not ask

5 programmable widgets per menu item with 5 view types
home menu order extra menus items
programmable widgets from library node editor or smart playlist (video or music)
drive path for nas storage 
link playlists stored on a nas
password protect feather master user + up to 3 kids
https://drive.google.com/open?id=10zeOvV...6UROw3yt_B
Image
Image
Image
Image
Image
Image
Image
Image
library node editor and how it works


creating a widget
Image
pick a widget slot and give a name to show poster you will need to give it a name.xml eg: christmas.xml



Image
create new widget christmas with out .xml
Image
ImageImage
Looking forward to your skin being finished, I have a  question for me, will it have a "collapsable", main menu like estuarymodv2 ?
changes.
5 programmable menu items with name input and 5 widgets that are programmable with plugin.library.node.editor
system and power now on the main menu 
menu on on focus

ImageImageImageImageImageImageImage
Looking great sir , thanks for this.
Are you planning to release this please ?
setting up simple playlist
install plugin.library.node.editor
map button using kodi keymap editor https://kodi.wiki/view/Add-on:Keymap_Editor  RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)
  
xml:
  <global>
       <keyboard>
       <f2>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</f2>
       <!-- <f4>!Skin.HasSetting(HomeMenuNocustom3Button)</f4> -->
       <f4>Skin.ToggleSetting(HomeMenuNocustom3Button)</f4>
           <F5>XBMC.ReloadSkin()</F5>
           <F7>Notification(Testing 123,Hello world)</F7>
           <F8>Skin.ToggleDebug()</F8>
       </keyboard>
   </global>
</keymap>
windows keymap

open movies pick movies (press keymap key)  add to a list
Image

to create a node to display simple playlist
create new node in folder simpleplaylist
add path 
Image
Image

Image
Image
setting widget


Image
Image
Image
Image
youtube nodes
xml:

<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>Recommendations</label>
    <path>plugin://plugin.video.youtube/special/recommendations/</path>
</node>

<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>subscriptions</label>
    <path>plugin://plugin.video.youtube/special/new_uploaded_videos_tv/</path>
</node>
<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>subscriptions list</label>
    <path>plugin://plugin.video.youtube/subscriptions/list/</path>
</node>
<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>youtube</label>
    <path>plugin://plugin.video.youtube/</path>
</node>

Very nice this, thanks mate.
script.categories
open categories add a categorie
Image
open add on and add plugins to list
Image
Image
Image
Image
Image

now open node editor create node
Image
add path
pick plugin...
categories
open categories to use
Image
link path to here
Image

note if this is not working right you may need to add to favourites and change node link
node link<path>plugin://script.categories/?url=freeview&amp;mode=listCat&amp;content_type=video</path>
favourites link plugin://script.categories/?content_type=video&amp;mode=listCat&amp;url=freeview
Just picking up on that post you made about transparency/overlay in another thread, I added a light coloured BG to jade , but when opening home screen , its has a darker overlay which I cant find where to disable it?
My BG is just set with <texture></texture>  , no color diffuse text .
(2019-12-01, 05:28)the_other_guy Wrote: [ -> ]script.categories
open categories add a categorie
Image
open add on and add plugins to list
ImageImageImageImageImage

now open node editor create node
Image
add path
pick plugin...
categories
open categories to use
Image
link path to here
Image

note if this is not working right you may need to add to favourites and change node link
node link<path>plugin://script.categories/?url=freeview&amp;mode=listCat&amp;content_type=video</path>
favourites link plugin://script.categories/?content_type=video&amp;mode=listCat&amp;url=freeview

whats an "image category" ?
EDIT : don't bother lol, am using your skin but I don't use nodes feature , far too complicated for me. I either edit xml 's or I use smart playlists.
(2019-12-01, 11:17)ontap Wrote: [ -> ]Just picking up on that post you made about transparency/overlay in another thread, I added a light coloured BG to jade , but when opening home screen , its has a darker overlay which I cant find where to disable it?
My BG is just set with <texture></texture>  , no color diffuse text .

will need to edit home and remove
<control type="group">
                    <height>1080</height>
                    <control type="image">
                        <top>-320</top>
                        <left>-130</left>
                        <width>110%</width>
                        <height>1080</height>
                    <texture colordiffuse="88FFFFFF">colors/black.png</texture>
                        <visible>!Skin.HasSetting(High_Contrast)</visible>
                    </control>
                    <control type="image">
                        <top>-320</top>
                        <left>-130</left>
                        <width>110%</width>
                        <height>1080</height>
                            <texture colordiffuse="75FFFFFF">colors/black.png</texture>
                        <visible>Skin.HasSetting(High_Contrast)</visible>
                    </control>
the best image pack for changing images is resource.images.skinbackgrounds.clear

\Kodi\addons\resource.images.skinbackgrounds.clear\resources images are in jpg format

custom image names
custommenu_1
custommenu_2
custommenu_3
custommenu_4
custommenu_5
myhome
skinsearch
service.library.data.provider 
script.embuary.helper
script.skin.helper.widgets
can be used to provide data to widgets
after testing on kodi 19 plugin.library.node.editor would not work so i have change file type from only node to file (playlist anyware)
folder folderpath
or link
 Movies                            videodb://movies/genres/
MovieTitles                      videodb://movies/titles/
                                     library://video/movies/
widget type  

main menu order
Pages: 1 2