Kodi Community Forum

Full Version: script.embuary.helper - a skin helper service / widgets alternative
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
thanks @jurialmunkey 

Missunderstood his question
(2019-11-27, 07:13)sualfred Wrote: [ -> ]since they are hidden you don't have to add it

@sualfred, thanks.

Regards,

Bart
(2019-11-27, 07:15)jurialmunkey Wrote: [ -> ]
(2019-11-26, 23:56)bsoriano Wrote: [ -> ]
(2019-11-26, 23:16)sualfred Wrote: [ -> ]Should also be populated much faster because there is no Python "overhead". Like using ?xsp paths. They are instantly filled.
@sualfred, thanks again.  I think I am somewhat slow today, but what would be the paths to use for the content tag for the hidden containers for addons?

Regards,

Bart

Code:

addons://sources/video
addons://sources/audio
addons://sources/executable
addons://sources/image

Also, I'm not 100% sure, but I think you might be able to get the favourites list with
Code:
favourites://

BTW, you can find the <content> paths here:
https://kodi.wiki/view/Opening_Windows_and_Dialogs

@jurialmunkey, thank you! And thanks for pointing out the wiki page, I did not know where to look for that.

Regards,

Bart
(2019-11-27, 07:15)jurialmunkey Wrote: [ -> ]
(2019-11-26, 23:56)bsoriano Wrote: [ -> ]
(2019-11-26, 23:16)sualfred Wrote: [ -> ]Should also be populated much faster because there is no Python "overhead". Like using ?xsp paths. They are instantly filled.
@sualfred, thanks again.  I think I am somewhat slow today, but what would be the paths to use for the content tag for the hidden containers for addons?

Regards,

Bart 
Code:

addons://sources/video
addons://sources/audio
addons://sources/executable
addons://sources/image

Also, I'm not 100% sure, but I think you might be able to get the favourites list with
Code:
favourites://

BTW, you can find the <content> paths here:
https://kodi.wiki/view/Opening_Windows_and_Dialogs 
@jurialmunkey @sualfred  , all of the addon paths worked great, thank you both.  What I did not find was how to get the total count of addons, there is no path that I could find that would give me that number.  addons:// just gives me 5 as the count, since that is the number of addon types (video, audio, program, game, picture).  An ideas as to how I could get that?  Thanks again for your help.

Regards,

Bart
Also possible: addons://user/all

If you ever look for paths I suggest you to open the window in Kodi and check the Container.Folderpath info label. If you are using Sublime and Phil's KodiDev plugin you can easily get those values without adding any skin overlay or something similar.
(2019-11-27, 18:38)sualfred Wrote: [ -> ]Also possible: addons://user/all

If you ever look for paths I suggest you to open the window in Kodi and check the Container.Folderpath info label. If you are using Sublime and Phil's KodiDev plugin you can easily get those values without adding any skin overlay or something similar.

@sualfred thanks! addons://user/all worked just great.

I have not started using sublime yet, it seemed the learning curve was high.  I need to give that a try.

Regards,

Bart
Hi, @sualfred !
I use the widget Next episode and it work great! The only "problem" I have with is because when I'm watching a TV show that is airing the next episodes don't show in this widget after they are added in library. You think make sense add an option to update this widget with the new episodes of aTV shows that is airing, after they are add to the library?
(2019-12-02, 07:03)sualfred Wrote: [ -> ]https://github.com/sualfred/script.embua...sh-widgets
Oh! So, this is a skin side thing.
Yep. But you can try to alter the set path and adding the argument by yourself.
Pillow seems to be fixed soon for Windows builds. Test build: https://mirrors.kodi.tv/test-builds/wind...ds-x64.exe

Matrix tree:
https://github.com/sualfred/script.embua...ree/matrix

If anyone could do me the favour to see if everything is working?
(2019-12-21, 12:35)sualfred Wrote: [ -> ]Pillow seems to be fixed soon for Windows builds. Test build: https://mirrors.kodi.tv/test-builds/wind...ds-x64.exe

Matrix tree:
https://github.com/sualfred/script.embua...ree/matrix

If anyone could do me the favour to see if everything is working?

@sualfred, I will test between today and tomorrow and let you know.

EDIT: @sualfred , I have not encountered any errors.  Anything in particular that you would like me to test? Please let me know.  Thanks.

Regards,

Bart
Scrub this. Did a fresh install.
@Giant_Midget - that log is stuffed full of banned addons (wiki) which violate our piracy policy (wiki).

Please actually read the forum rules (wiki) that you accepted and agreed to abide by when you signed up here, as with a wholely infected system there is no support offered here.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
As DarrenHill said I require a clean log without crap.
And of the most recent version. Not 1.0.20. I dunno from where you got it but it's horrible old and features missing. The one on my repo with that version is for Krypton and discontinued almost a year ago.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28