(2016-07-10, 09:18)Raabi2208 Wrote: (2016-07-08, 21:05)Guilouz Wrote: (2016-07-08, 17:03)Raabi2208 Wrote: Hello Guilouz,
thank you for your fast answer to my Question about my Question with the shortcut
for my "Children Movies"
I dont know what a "Skin Shortcut on git" is.
I´ve downloaded your latest Version of the Estuary Mod skin.
Then i´ve downloaded all plugins which the skin wanted to have.
What do you mean with that "... some windows are removed from kodi...
VideoLibrary, VideoFiles, and so on.... "? Does this mean that this Entrys
you have listet below that sentence, is no longer aviable in Kodi?
How does Kodi work then? Is that all now plugins?
You Said "If your shortcut is like that : 'ActivateWindow(Video.......', it's normal it's not working."
My Plugin is
ActivateWindow(VideoLibrary,special://profile/addon_data/script.skinshortcuts/4.xsp,return)
Why doesnt work that and how can i do that now?
On Kodi Jarvis with the Metropolis skin i could easily set my shortcut to my "Children folder" on my
Nas and another to my Dokumentation Folder another to the Movies for adults and so on.
That was really great.
Thank you for your answer and sorry for my "bad english" i dont use it very often
and sorry for my noob questions but im new in Kodi and Raspberry.
Greetings
You must have the latest version of Skin Shortcuts on github.
No problem with VideoLibrary. Open your file special://profile/addon_data/script.skinshortcuts/4.xsp, with text editor and check if info are correct.
AAAh found the button "quote" that make anything easier :-P
I have installed the latest version of Skin Shortcuts on github and then I looked in my skinshortcuts.
Its on Rasperry so i get in ...Userdata\addon_data\script.skinshortcuts - Ive Cleared all inside and refreshed the list in kodi.
Now there is no 4.xsp only a 1.xsp
Ive Made a Screenshot

https://www.dropbox.com/s/zi6jsdbvke1z8p...1.png?dl=0
I want to show my Movies like the original Movie-Shortcut.
I dont want Kodi to show all Movies on my Harddisk but only the
Movies inside the Folder for the Childrens Movies.
The System looks like that:
Router (asus rt-ac68u) with NAS-function
External Harddisk on Router with Name Media1_4TB
Path on Harddisk Kinder\Filme\ (Kinder=Children)
On Raspberry I set a source to that with FTP
192.168.1.1:21
When i look inside the 1.xsp it seems that the Path is correct
but on Kodi I dont get there. On click nothing happens.
Do I have to set something in the Skin Shortcuts ?
I have only installed it on my Raspberry 3
Greetings and good luck today on Football 
Hello Guilouz, because of the Post from Ilay ( Post: #1038 on Page 70),
my request is answered. He had the same Problem that i had.
His solution worked fine for me to.
You have to open the mainmenu.DATA.xml in your ... Userdata\addon_data\script.skinshortcuts
Search for the Entry of your own Video Menue point and Change the Entry:
ActivateWindows(VideoLibrary,special .....) to
ActivateWindows(Videos,special.....)
Here in my example
The Original that doesnt work for me:
<shortcut>
<defaultID />
<label>Childrenmovies</label>
<label2>Videoquelle</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<action>ActivateWindow(
VideoLibrary,special://profile/addon_data/script.skinshortcuts/1.xsp,return)</action>
</shortcut>
<shortcut>
Now the right code with the change of Ilay
<shortcut>
<defaultID />
<label>Childrenmovies</label>
<label2>Videoquelle</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<action>ActivateWindow(
Videos,special://profile/addon_data/script.skinshortcuts/1.xsp,return)</action>
</shortcut>
<shortcut>
I have noticed if you create more than 2 shortcuts - then it doesent work to.
The first entry is linked to 1.xml , then the second to 2.xml but then no new xml
will be created.
The script then only links all shortcuts to the 2.xml so you have to create
3.xml, 4.xml ..... per hand and correct the entrys inside to your new folderpath.
Then you have to go in your mainmenueDATA.xml and correct the entry
<action>ActivateWindow(
Videos,special://profile/addon_data/script.skinshortcuts/2.xsp,return)</action>
to - for example
<action>ActivateWindow(
Videos,special://profile/addon_data/script.skinshortcuts/3.xsp,return)</action>
Then all works fine until you exit the skin options and the menues and shortcuts now will be created new ....
Then all .xml Files were deleted and you have the same problem as before



Damn
I think the script skinshortcuts doesnt work correctly at this point.
Guilouz are you going to fix that or how can this problem be solved?
Or who can solve this?
Thanks and Greetings