Kodi Community Forum

Full Version: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2017-09-23, 15:52)Guilouz Wrote: [ -> ]
(2017-09-23, 12:59)redglory Wrote: [ -> ]Hi @Guilouz,

I have a request.

I use script.skin.helper.widgets next and nextaired actions with path as a parameter.

ex:
Code:
plugin://script.skin.helper.widgets/?action=nextaired&mediatype=episodes&path=nfs://192.168.1.77/tvshows/&reload=$INFO[Window(Home).Property(widgetreload)]
$INFO[Window(Home).Property(widgetreload2)]'

I have to always edit skin.estuary.modv2.properties every time I need to add a new shortcut.

Can you add a new widget parameter besides: name, appearence, method and direction? Something like "filter path" Smile

It would then be added to script.skin.helper.widgets as a parameter

Do I have to ask skin.shortcuts creator to add path as new parameter?

Thanks

To my knowledge, there is no function/parameters to do that with Skin Shortcuts/Skin Helper Service.
I'll mod skin.shortcuts to implement this parameter and get back to you Smile

Enviado do meu ONEPLUS A3003 através de Tapatalk
(2017-09-23, 13:37)Angelinas Wrote: [ -> ]@Guilouz
Add this code for background img for PVR Radio.SHS web service can show some image for Title in PVR Radio.
Look nice and easy to set if user dont want image in back Smile
Code:
    <variable name="PlayerFanartVar">
        <value condition="Pvr.IsPlayingRadio">http://localhost:52307/getthumb&amp;title=$ESCINFO[MusicPlayer.title]&amp;type=thumb</value>
.
..
.
.
Image

Added Wink

EDIT : I'll have to remove it because when no info are available, it show a strange background :

Image
Play video without pause when entering extended info don' t work for me. Everytime the video paused instead of playing further. Any idea?
(2017-09-23, 02:49)Gracus Wrote: [ -> ]
(2017-09-23, 02:24)Guilouz Wrote: [ -> ]Item in home menu must be focused to show widgets.

Not sure about that...
I try to focus an item in upper menu (shutdown/setting/search) after the movie menu was focused and movie widget is still there on screen...

When focusing "shutdown:
Image

When focusiing "setting":
Image

When focusing "search":
Image

Or did I misunderstand what you said?

So normal behaviour or bug?
(2017-09-23, 16:48)Gracus Wrote: [ -> ]
(2017-09-23, 02:49)Gracus Wrote: [ -> ]
(2017-09-23, 02:24)Guilouz Wrote: [ -> ]Item in home menu must be focused to show widgets.

Not sure about that...
I try to focus an item in upper menu (shutdown/setting/search) after the movie menu was focused and movie widget is still there on screen...

When focusing "shutdown:
Image

When focusiing "setting":
Image

When focusing "search":
Image

Or did I misunderstand what you said?

So normal behaviour or bug?

It's normal. The last selected item remains focused for not passing empty widgets.
(2017-09-23, 16:29)tehax Wrote: [ -> ]Play video without pause when entering extended info don' t work for me. Everytime the video paused instead of playing further. Any idea?

Just try, it's working for me.
(2017-09-23, 15:59)redglory Wrote: [ -> ]
(2017-09-23, 15:52)Guilouz Wrote: [ -> ]
(2017-09-23, 12:59)redglory Wrote: [ -> ]Hi @Guilouz,

I have a request.

I use script.skin.helper.widgets next and nextaired actions with path as a parameter.

ex:
Code:
plugin://script.skin.helper.widgets/?action=nextaired&mediatype=episodes&path=nfs://192.168.1.77/tvshows/&reload=$INFO[Window(Home).Property(widgetreload)]
$INFO[Window(Home).Property(widgetreload2)]'

I have to always edit skin.estuary.modv2.properties every time I need to add a new shortcut.

Can you add a new widget parameter besides: name, appearence, method and direction? Something like "filter path" Smile

It would then be added to script.skin.helper.widgets as a parameter

Do I have to ask skin.shortcuts creator to add path as new parameter?

Thanks


To my knowledge, there is no function/parameters to do that with Skin Shortcuts/Skin Helper Service.
I'll mod skin.shortcuts to implement this parameter and get back to you Smile

Enviado do meu ONEPLUS A3003 através de Tapatalk

If it's not a "official" feature in Skin Shortcuts I will not add it.
This would require using your mod to use this feature.
But if my mod gets accepted...[emoji2]

Enviado do meu ONEPLUS A3003 através de Tapatalk
No need to use your shortcut nextaired actions with path as a parameter.
Script helper widgets have this alredy.
Just set your media folder with tv show in kodi library.And set widget
script.skin.helper.widgets-episodes-next airing episodes all working Smile

Image
(2017-09-23, 17:02)Guilouz Wrote: [ -> ]
(2017-09-23, 16:29)tehax Wrote: [ -> ]Play video without pause when entering extended info don' t work for me. Everytime the video paused instead of playing further. Any idea?

Just try, it's working for me.
Also with series? I have no luck. With v17 it works. I am on windows 8.1. Can you check it again?
(2017-09-23, 17:55)tehax Wrote: [ -> ]
(2017-09-23, 17:02)Guilouz Wrote: [ -> ]
(2017-09-23, 16:29)tehax Wrote: [ -> ]Play video without pause when entering extended info don' t work for me. Everytime the video paused instead of playing further. Any idea?

Just try, it's working for me.
Also with series? I have no luck. With v17 it works. I am on windows 8.1. Can you check it again?

Ah yes ! Missing condition for episodes. Fixed in next release. Thanks.
(2017-09-23, 17:48)Angelinas Wrote: [ -> ]No need to use your shortcut nextaired actions with path as a parameter.
Script helper widgets have this alredy.
Just set your media folder with tv show in kodi library.And set widget
script.skin.helper.widgets-episodes-next airing episodes all working Smile

Image
But I separate my TV shows by type (documentaries, TV shows, stand-up) and don't want to have next airing episodes of stand-up series appearing in TV shows widgets. That said I use path as a parameter in skin.helper.widgets.

Enviado do meu ONEPLUS A3003 através de Tapatalk
(2017-09-23, 02:43)rudrood Wrote: [ -> ]Some things strange with radio OSD, it displays the channel name overlapping "no info available" and the channel logo is displayed twice on a transparant background:

watch gallery

(2017-09-23, 11:00)tehax Wrote: [ -> ]I have same issue as @rudrood have. I use IPTV simple client with radio m3u.
watch gallery

Can you try last git ?
Yes, it works great and now with background image Big Grin
watch gallery

Btw is it possible to get artist infos and pictures such as same as it works with spotify addon?
(2017-09-23, 19:33)tehax Wrote: [ -> ]Yes, it works great and now with background image Big Grin
watch gallery

Btw is it possible to get artist infos and pictures such as same as it works with spotify addon?

I don't use Spotify. Screenshot ?