2017-01-19, 18:45
hi guys is there anyway to make the transparacy less then 50%?/ thanks
(2017-01-19, 11:01)Mike_Doc Wrote: Suggestion is to use Marcels beta repo which has latest skin.helper, the official repo or whatever is an old version. I think Marcel plans to push the latest soon but not sure when so it may be best to get his beta repo and installed from there. You can find it in the the skin.helper thread.
(2017-01-19, 18:45)bromi88 Wrote: hi guys is there anyway to make the transparacy less then 50%?/ thanks
(2017-01-20, 12:51)meowmoo Wrote:(2017-01-19, 18:45)bromi88 Wrote: hi guys is there anyway to make the transparacy less then 50%?/ thanks
im pretty sure there is, but i have no idear witch transparency your talking about
<content sortby="" sortorder="" target="videos">plugin://script.skin.helper.service/?action=nextairedtvshows&reload=$INFO[Window(Home).Property(widgetreload2)]</content>
<content sortby="" sortorder="" target="videos">plugin://script.skin.helper.service/?action=next&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]</content>
<content target="videos">plugin://service.library.data.provider?type=recentvideos&reload=$INFO[Window.Property(recentvideos)]</content>
(2017-01-23, 21:28)ShadowTek Wrote: OK, after playing around to try and get the next aired widget to show up again, the problem seems to be in the file:
script-skinshortcuts-includes.xml
this line:
Code:<content sortby="" sortorder="" target="videos">plugin://script.skin.helper.service/?action=nextairedtvshows&reload=$INFO[Window(Home).Property(widgetreload2)]</content>
if it is changed to:
Code:<content sortby="" sortorder="" target="videos">plugin://script.skin.helper.service/?action=next&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]</content>
it works, the problem is when you do that, the skin rebuilds the shortcuts, and reverts that line back in the file, to test this, I marked the file script-skinshortcuts-includes.xml as read only and though it tried to rebuild the shortcuts twice and failed (cause I made the file read only, so it was supposed to do that) the next aired widget stayed, is there another file that should also be edited as well?
(2017-01-23, 21:28)ShadowTek Wrote: if it is changed to:If you change , then make like author made code for content (not "script.skin.helper.service", now is "script.skin.helper.widgets")
Code:<content sortby="" sortorder="" target="videos">plugin://script.skin.helper.service/?action=next&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]</content>
plugin://script.skin.helper.widgets/?action=nextaired&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]