• 1
  • 122
  • 123
  • 124(current)
  • 125
  • 126
  • 319
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
(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
Image Image
(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
 Estuary MOD V2 
Play video without pause when entering extended info don' t work for me. Everytime the video paused instead of playing further. Any idea?
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
(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?
Moanbag is in da place!
(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.
 Estuary MOD V2 
(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.
 Estuary MOD V2 
(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.
 Estuary MOD V2 
But if my mod gets accepted...[emoji2]

Enviado do meu ONEPLUS A3003 através de Tapatalk
Image Image
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
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
(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?
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
(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.
 Estuary MOD V2 
(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
Image Image
(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 ?
 Estuary MOD V2 
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?
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
(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 ?
 Estuary MOD V2 
  • 1
  • 122
  • 123
  • 124(current)
  • 125
  • 126
  • 319

Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17