• 1
  • 447
  • 448
  • 449(current)
  • 450
  • 451
  • 762
Release Aeon Nox: SiLVO
I found my Problem, Confused


your right I forgot to read the read when you changed master to Leia
Reply
(2017-04-03, 14:50)flhthemi Wrote: Before I go there and post I want to better understand what the problem is so I can post somewhat intelligently. So rather than you wasting time giving me a lesson in coding let me see if I understand it.

script.skinshortcuts is supposed to start when I touch "Widget 1" or "Widget 2". When I touch either a condition is not being cleared so script.skinsortcuts isn't being called?

EDIT:

I have the widget menu item working on Android with mouse and on android with touch!

Let me set this up:
ALL installs are Kodi 17.1 Final
Android with mouse is a Ugoos UT2 box running a custom ROM so I could get it to Android V5.1 and Kodi 17.1
Android Touch is a Samsung Galaxy Tab S10.5 SM-T800 on Android 6.01 Stock no root

Your link to the code got me to thinking and looking. I noticed between the present V6.06 and the previous git V6.06 there was an extra line of code that was NOT in the older git v6.06.


This line was added in the present git for Krypton:

<onfocus>ClearProperty(skinshortcuts-management-widget,Home)</onfocus>

So, I removed it and fired Kodi up and low and behold on the Samsung the touch worked for widget 1.
Now I go do the same thing to the Ugoos box, edit out that line of code, and the mouse still works on Widget 1 but it's also working on widget 2 which is not happening on the tablet. I suppose that line of code repeats somewhere for Widget 2, like item 801. Smile

Now tell me how I just hosed up my whole install of Kodi on both devices cause I don't know what the heck I'm doing and why would I go in there an tinker around anyway. Smile
(2017-04-04, 00:10)mikeSiLVO Wrote: I installed Kodi on my my iPhone so I could test this out and I think I have a fix for this. Try latest Git please.

Removing that line will make it hard to back out to the main menu customizer. At least it should do that Wink

You nailed it! Works like a charm. And yeah I did have a hard time backing out of the menu...Thanks for the really quick fix!

So, uh, while I was testing this out I noticed something else with the new graphics for moving the menu items (↑↓+X) in Windows I noticed when dragging the mouse around on them it's very likely two of them will turn white as if active. The ↑ and ↓ in particular.
Reply
(2017-04-03, 23:55)bobrap Wrote: Hi Mike,

A couple question for ya. Using Krypton nightlies on win10.

When setting up a widget, would it be possible to remove the title of the widget? If I setup recommended episodes, I don't need the title to remind me what the widget is (or do I? Getting a bit old Rofl). If I try and space away the title, the widget won't work. If library data provider is used, it seems the episodes are displayed ok. Skin helper service brings up a complete different set of episodes that never seem to change (hope this makes sense).

You mention quite often about using the latest from git. Is the correct way to use git just download the zip file every time you want to update? Doing a pull from source seems to make the skin incompatible.

Appreciate your work and any help you can give!

With latest Git you should be able to use spaces for the Name and have a blank Widget label.

I don't really have any control over what the Skin Helper Widgets do. I am using a when the library changes update the Widgets reload for things like when adding/removing/marking something watched. For the non-library widgets it is every 10 min or at least should be.

If you post your script-skinshortcuts-includes.xml on Pastebin or Dropbox type link I can see what the reload is set to.

Only people who visit the forum thread and will give feedback and test things should be installing from Git.

You should do what your comfortable doing. If you tell me the Git client you use and the exact steps you take I can hopefully see what the issue is.

(2017-04-04, 01:59)#1Guru Wrote: I did a Fresh install of KODI from the kodi download webpage still same issues. Do I need to grab a older version of

krypton: Kodi v17 Codename Krypton.

On A New Laptop. to see if maybe something was corrupted on my imac

If you download and install Kodi 17 and you do not see labels like you mentioned earlier then you are 100% using the Kodi 18 skin.

(2017-04-04, 02:13)flhthemi Wrote: You nailed it! Works like a charm. And yeah I did have a hard time backing out of the menu...Thanks for the really quick fix!

So, uh, while I was testing this out I noticed something else with the new graphics for moving the menu items (↑↓+X) in Windows I noticed when dragging the mouse around on them it's very likely two of them will turn white as if active. The ↑ and ↓ in particular.

I'll push a fix sometime tonight or tomorrow for the the spacing issue with the buttons Wink
Reply
Hey Mike

Just setup tvheadend and have some concerns:
I wanted to use the recent channels widget on my live-tv home menu item. The problem is that by focusing the widget, the background image disappears. Is there somewhere an option to force the menu item background to stay visible?

I recognized there is no button for the "pvrosdchannels" in pvr osd menu, which I like much better than the guide (which has a button). Would you mind to add it or do you think it gets too much buttons? :-)

In movie and tv show lists, you can switch back to fullscreen and control the player in the side menu. Don't you want this also to be in pvr menus like the guide? I think it would be nice to have it there, too.

In the TV guide, there is a placeholder for picons in the lower left corner. Unfortunately the picons are being shown way smaller than they could, so would be nice if we could scale them up or something like this.
When no EPG data is available for a channel, the picon disappears, too. Would be nicer if this doesn't happen.

Best regards
Reply
Thank you Mike Silvo, my world is complete now! Smile with the auto complete feature I did not see that, I did somehow manage to find the snowflake feature lol.
Reply
Ok Mike I Finally Got it up and Running. Thank you.

Now that its all up and running correctly the only issue I have is when I goto Skin Settings, Customizations, Video information. doesn't matter if I click use default or not only your version shows on screen when I click Information on any movie or TV show Episode. or using Widgets From Home Screen, However if I go into Extended info Program and find the movie or tv show and click Information it uses Its Dialog Screen which is the one I use because your Version still shows Actor Image instead of the Actual Photo of the Actor.

(2017-03-28, 17:49)mikeSiLVO Wrote: There is a setting in Extended Info to prefer the scripts own dialogs but it appears to be not functioning ATM. You can delete the xmls that begin with script-script.extendedinfo- to not use the skin versions.
And I already did this part but it still only shows your version
Reply
Again I thank you for all your support your work is awesome.
Reply
(2017-04-04, 03:07)mikeSiLVO Wrote:
(2017-04-04, 02:13)flhthemi Wrote: You nailed it! Works like a charm. And yeah I did have a hard time backing out of the menu...Thanks for the really quick fix!

So, uh, while I was testing this out I noticed something else with the new graphics for moving the menu items (↑↓+X) in Windows I noticed when dragging the mouse around on them it's very likely two of them will turn white as if active. The ↑ and ↓ in particular.

I'll push a fix sometime tonight or tomorrow for the the spacing issue with the buttons Wink

It works MUCH better! Windows and Android touch! Perfect!

So now I'll go and see what else I can find to pester you with Wink
Reply
(2017-04-04, 03:52)horstepipe Wrote: Hey Mike

Just setup tvheadend and have some concerns:
I wanted to use the recent channels widget on my live-tv home menu item. The problem is that by focusing the widget, the background image disappears. Is there somewhere an option to force the menu item background to stay visible?

I recognized there is no button for the "pvrosdchannels" in pvr osd menu, which I like much better than the guide (which has a button). Would you mind to add it or do you think it gets too much buttons? :-)

In movie and tv show lists, you can switch back to fullscreen and control the player in the side menu. Don't you want this also to be in pvr menus like the guide? I think it would be nice to have it there, too.

In the TV guide, there is a placeholder for picons in the lower left corner. Unfortunately the picons are being shown way smaller than they could, so would be nice if we could scale them up or something like this.
When no EPG data is available for a channel, the picon disappears, too. Would be nicer if this doesn't happen.

Best regards
The fanart being black when there is no Widget fanart is bug and should be fixed with latest Git.

I don't yet know how to make images, really should just hunker down and learn but not really enough time ATM, if you make one or someone else does I don't mind adding it.

I'll add the player controls in PVR sidemenus also Wink

Going to need a pic about the Picons. I can't test much when it comes to PVR.
(2017-04-04, 13:08)#1Guru Wrote: Ok Mike I Finally Got it up and Running. Thank you.

Now that its all up and running correctly the only issue I have is when I goto Skin Settings, Customizations, Video information. doesn't matter if I click use default or not only your version shows on screen when I click Information on any movie or TV show Episode. or using Widgets From Home Screen, However if I go into Extended info Program and find the movie or tv show and click Information it uses Its Dialog Screen which is the one I use because your Version still shows Actor Image instead of the Actual Photo of the Actor.

(2017-03-28, 17:49)mikeSiLVO Wrote: There is a setting in Extended Info to prefer the scripts own dialogs but it appears to be not functioning ATM. You can delete the xmls that begin with script-script.extendedinfo- to not use the skin versions.
And I already did this part but it still only shows your version
It is impossible to show the skin versions of xmls if they do not exist. You say you deleted them.

If you have done that they do not exist and therefore cannot be shown.
(2017-04-04, 16:29)flhthemi Wrote: It works MUCH better! Windows and Android touch! Perfect!

So now I'll go and see what else I can find to pester you with Wink

Please do, I like being pestered Wink Tongue Cool
Reply
(2017-04-04, 00:10)mikeSiLVO Wrote:
(2017-04-03, 08:25)heula Wrote: This should be the right file than.

script-skinshortcuts-includes.xml
Which menu item is the one having the problem?
(2017-04-03, 14:09)#1Guru Wrote: Ok I did Exactly as instructed but got hung up on the DO NOT OVERWRITE EXISTING INSTALL.. that confused me since the 6.0.5 is the same folder name and I would have to delete that folder anyways in the step before that. Nonetheless it still does the same for me if I delete than post new folder. Kodi 18 shows no problems whatsoever other than the extended Script add-on doesn't work. I like your version other than the fact that the Cast members show up as Default Actor icons instead of the actual actors photo. But after 29 Hours straight trying to do this everyway possible I am done and will stay with 6.0.5 til 6.0.6 is officially released.
You almost followed all the instructions exactly Wink

Missed the bit about the README and which branch works for each Kodi version.

You are installing the Kodi 18 version of the skin so if you do not want that version install the correct one.

The reason I say to delete the folder is if you do not know what you are doing you will have a FrankenSkin that isn't going to work right.
(2017-04-03, 14:50)flhthemi Wrote: Before I go there and post I want to better understand what the problem is so I can post somewhat intelligently. So rather than you wasting time giving me a lesson in coding let me see if I understand it.

script.skinshortcuts is supposed to start when I touch "Widget 1" or "Widget 2". When I touch either a condition is not being cleared so script.skinsortcuts isn't being called?

EDIT:

I have the widget menu item working on Android with mouse and on android with touch!

Let me set this up:
ALL installs are Kodi 17.1 Final
Android with mouse is a Ugoos UT2 box running a custom ROM so I could get it to Android V5.1 and Kodi 17.1
Android Touch is a Samsung Galaxy Tab S10.5 SM-T800 on Android 6.01 Stock no root

Your link to the code got me to thinking and looking. I noticed between the present V6.06 and the previous git V6.06 there was an extra line of code that was NOT in the older git v6.06.


This line was added in the present git for Krypton:

<onfocus>ClearProperty(skinshortcuts-management-widget,Home)</onfocus>

So, I removed it and fired Kodi up and low and behold on the Samsung the touch worked for widget 1.
Now I go do the same thing to the Ugoos box, edit out that line of code, and the mouse still works on Widget 1 but it's also working on widget 2 which is not happening on the tablet. I suppose that line of code repeats somewhere for Widget 2, like item 801. Smile

Now tell me how I just hosed up my whole install of Kodi on both devices cause I don't know what the heck I'm doing and why would I go in there an tinker around anyway. Smile
I installed Kodi on my my iPhone so I could test this out and I think I have a fix for this. Try latest Git please.

Removing that line will make it hard to back out to the main menu customizer. At least it should do that Wink
(2017-04-03, 19:23)Nebber Wrote: I'm trying to add multi images to a firestick via adblink but having a minor problem...
I want to push a folder from my desktop to the sdcard but i can't move the whole folder, only individual pics...
Is this the best i can do or is there another way to add the pics...
Thanks
I have no idea how to use adblink. Might be best to post in the Android Forum.
(2017-04-03, 23:44)Apphoard Wrote: Sorry for such a easy question, but I cannot seem to find it. Where do I change the user level? Also the auto competition for virtual keyboard addon would make Aeon Nox Silvo, the greatest skin ever in my opinion. Smile

It is in the sidemenu when you pick a settings category:
Image

Did you turn on the setting to enable the AutoComplete feature?
Image

(2017-04-04, 16:40)mikeSiLVO Wrote:
(2017-04-04, 03:52)horstepipe Wrote: Hey Mike

Just setup tvheadend and have some concerns:
I wanted to use the recent channels widget on my live-tv home menu item. The problem is that by focusing the widget, the background image disappears. Is there somewhere an option to force the menu item background to stay visible?

I recognized there is no button for the "pvrosdchannels" in pvr osd menu, which I like much better than the guide (which has a button). Would you mind to add it or do you think it gets too much buttons? :-)

In movie and tv show lists, you can switch back to fullscreen and control the player in the side menu. Don't you want this also to be in pvr menus like the guide? I think it would be nice to have it there, too.

In the TV guide, there is a placeholder for picons in the lower left corner. Unfortunately the picons are being shown way smaller than they could, so would be nice if we could scale them up or something like this.
When no EPG data is available for a channel, the picon disappears, too. Would be nicer if this doesn't happen.

Best regards
The fanart being black when there is no Widget fanart is bug and should be fixed with latest Git.

I don't yet know how to make images, really should just hunker down and learn but not really enough time ATM, if you make one or someone else does I don't mind adding it.

I'll add the player controls in PVR sidemenus also Wink

Going to need a pic about the Picons. I can't test much when it comes to PVR.
(2017-04-04, 13:08)#1Guru Wrote: Ok Mike I Finally Got it up and Running. Thank you.

Now that its all up and running correctly the only issue I have is when I goto Skin Settings, Customizations, Video information. doesn't matter if I click use default or not only your version shows on screen when I click Information on any movie or TV show Episode. or using Widgets From Home Screen, However if I go into Extended info Program and find the movie or tv show and click Information it uses Its Dialog Screen which is the one I use because your Version still shows Actor Image instead of the Actual Photo of the Actor.

(2017-03-28, 17:49)mikeSiLVO Wrote: There is a setting in Extended Info to prefer the scripts own dialogs but it appears to be not functioning ATM. You can delete the xmls that begin with script-script.extendedinfo- to not use the skin versions.
And I already did this part but it still only shows your version
It is impossible to show the skin versions of xmls if they do not exist. You say you deleted them.

If you have done that they do not exist and therefore cannot be shown.
(2017-04-04, 16:29)flhthemi Wrote: It works MUCH better! Windows and Android touch! Perfect!

So now I'll go and see what else I can find to pester you with Wink

Please do, I like being pestered Wink Tongue Cool


Ok When I do Skin Debug the Actual program that pulls when I click Information on a TV show from widget is DialogVideoInfo
Reply
Hello Mike,

Are you gonna merge viedeolyrics v3?
Reply
(2017-04-03, 19:23)Nebber Wrote: I'm trying to add multi images to a firestick via adblink but having a minor problem...
I want to push a folder from my desktop to the sdcard but i can't move the whole folder, only individual pics...
Is this the best i can do or is there another way to add the pics...
Thanks
ES File Explorer on both the stick and an android mobile/tablet, start es on the stick, start es on the android hardware (with the folder you want to move) long press on the folder, press the 3 dotted button to open more options, click send, es will find the other instance of es running on the stick (make sure they are on the same network) click the name that correlates to the stick on the android device, press send again, finish the transfer on the stick, move the folder to where you want either using es or kodis inbuilt file manager
PS you may need to compress the folder
Reply
(2017-04-04, 16:40)mikeSiLVO Wrote:
(2017-04-04, 03:52)horstepipe Wrote: Hey Mike

Just setup tvheadend and have some concerns:
I wanted to use the recent channels widget on my live-tv home menu item. The problem is that by focusing the widget, the background image disappears. Is there somewhere an option to force the menu item background to stay visible?

I recognized there is no button for the "pvrosdchannels" in pvr osd menu, which I like much better than the guide (which has a button). Would you mind to add it or do you think it gets too much buttons? :-)

In movie and tv show lists, you can switch back to fullscreen and control the player in the side menu. Don't you want this also to be in pvr menus like the guide? I think it would be nice to have it there, too.

In the TV guide, there is a placeholder for picons in the lower left corner. Unfortunately the picons are being shown way smaller than they could, so would be nice if we could scale them up or something like this.
When no EPG data is available for a channel, the picon disappears, too. Would be nicer if this doesn't happen.

Best regards
The fanart being black when there is no Widget fanart is bug and should be fixed with latest Git.

I don't yet know how to make images, really should just hunker down and learn but not really enough time ATM, if you make one or someone else does I don't mind adding it.

I'll add the player controls in PVR sidemenus also Wink

Going to need a pic about the Picons. I can't test much when it comes to PVR.

1. Thank you

2. Why don't you just take the playlist buttons? There is no playlist in pvr osd and they match quite good I think.

3. Thank you :-)

4. here are two screenshots. On the first you see the picon on the right in the info window is nice big, the picon on the left in the background is a bit small, there is just too much black around it I think :-)
On the second screenshot I'm on a channel without EPG data at the moment, which also makes the picon disappear.

Image


Image


Finally I'm having one more feature request which I know from Titan skin (when I remember right):
The ability to setup which osd button is selected first when opening video, music and pvr osd.
So you just need to double tap the ok button to reach your most used function, e.g. the pvr on screen channel list ;-)

Best regards and thank you very much!
Reply
Hi,
I'm on kodi 16.1 but want to try kodi 17.1. If I just upgrade to 17.1 and install the krypton version of the skin, will my skin settings transfer over/be kept?
Reply
(2017-04-04, 19:15)#1Guru Wrote: Ok When I do Skin Debug the Actual program that pulls when I click Information on a TV show from widget is DialogVideoInfo
Please don't quote my posts if you are just talking to me. All that extra is unnecessary.

DialogVideoInfo is the default Kodi xml for the video information screen. If it doesn't work correctly then you are either using banned addons (wiki) which are not supported or you do not have an accurate up to date library.

Plenty of resources available to look over in the very detailed wiki.
(2017-04-04, 21:15)Pienoet Wrote: Hello Mike,

Are you gonna merge viedeolyrics v3?
Not unless manfeed posts it in the skinning thread for all to use. His hard work will not be added in this skin without express permission and even if given his skin should be able to have a signature element not taken by me Wink

In other words, not likely at this moment in time.
(2017-04-05, 00:00)horstepipe Wrote: 1. Thank you

2. Why don't you just take the playlist buttons? There is no playlist in pvr osd and they match quite good I think.

3. Thank you :-)

4. here are two screenshots. On the first you see the picon on the right in the info window is nice big, the picon on the left in the background is a bit small, there is just too much black around it I think :-)
On the second screenshot I'm on a channel without EPG data at the moment, which also makes the picon disappear.

Finally I'm having one more feature request which I know from Titan skin (when I remember right):
The ability to setup which osd button is selected first when opening video, music and pvr osd.
So you just need to double tap the ok button to reach your most used function, e.g. the pvr on screen channel list ;-)

Best regards and thank you very much!
I don't want to use the same buttons cause it could be confusing but will think about it.

If there is no guide info why does it matter to see an icon for info that is blank anyway? I don't get it.

You can mod the startup focus button yourself very easily by changing the:
Code:
<onload condition="VideoPlayer.Content(livetv)">SetFocus(808)</onload>
in VideoOSD.xml to whichever button you prefer.

If using library then change either the onload for playercontrols visible or the opposite in the two lines below the one mentioned above.
(2017-04-05, 04:41)CandyLuv Wrote: Hi,
I'm on kodi 16.1 but want to try kodi 17.1. If I just upgrade to 17.1 and install the krypton version of the skin, will my skin settings transfer over/be kept?

Most will but some have alternate names or function a little differently so for them you would need to select that option again if it is not the default.

If you mean things like menu items then it will carry over, however, if you are using crap on your system then I cannot guarantee that but it "should" be fine if you don't use garbage like 'Maintenance Add-ons" or "Fresh Start".
Reply
  • 1
  • 447
  • 448
  • 449(current)
  • 450
  • 451
  • 762

Logout Mark Read Team Forum Stats Members Help
Aeon Nox: SiLVO55