2020-04-22, 18:42
Ah yeah... logic issue.
RunScript(script.skin.helper.service,action=setskinshortcutsproperty,header=$LOCALIZE[528],property=widgetName)
(2020-04-22, 18:52)sualfred Wrote: Fixed
xml:
<control type="list" id="9989">
<description>hidden container for playlist background using embuary helper</description>
<posx>-20</posx>
<posy>-20</posy>
<width>1</width>
<height>1</height>
<include>AutoscrollTime</include>
<itemlayout />
<focusedlayout />
<content sortby="random" limit="50">plugin://script.embuary.helper?info=getfanartsbypath&path='"$INFO[Container(300).ListItem.Property(backgroundPlaylist)]"'&reload=$INFO[Window(home).Property(EmbuaryWidgetUpdate)]</content>
</control>
(2020-04-22, 22:02)sualfred Wrote: haven't removed a temporary test. works again.@sualfred , you have not uploaded to GitHub yet?
(2020-04-23, 06:52)sualfred Wrote: Just pushed the Matrix branch by mistake.@sualfred, thanks. I just tested the latest from the Leia branch and all of the backgrounds are working. Thank you so much for adding the functionality to Embuary Helper.
(2020-04-22, 20:02)sualfred Wrote: Nope, no skinsettings feature. Better ask in the skinshortcuts thread for a direct feature like this. Splitting those things over different addons in a hacky way is nothing I want to add.
(2019-07-29, 10:39)chrissix Wrote: @sualfredDid you ever implement this in the skin you are using?
If i understand correctly i can now make visible the rotten tomatoes rating outside DialogVideoInfo.
The normal kodi internal rating InfoLabel? (nothing to do with the SkinHelper webservice InfoLabel)
Is it also possible for all other kodi supported extended ratings?
ListItem.Ratings(tomatometerallcritics)
ListItem.Votes(tomatometerallcritics)
ListItem.Ratings(tomatometerallaudience)
ListItem.Votes(tomatometerallaudience)
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(imdb)
ListItem.Votes(imdb)
ListItem.Ratings(themoviedb)
ListItem.Votes(themoviedb)
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(anidb)
ListItem.Votes(anidb)
(2020-04-24, 07:15)sualfred Wrote: @Chillbo
You can continue using the colorpicker script. I've ported it to Py3 and It's available in the Matrix repo.