Posts: 130
Joined: Dec 2014
Reputation:
2
DAlba
Senior Member
Posts: 130
Would someone mind using Texture Tool to unpack the texture .xbt files and share a download of the graphics please? I would like to edit some of the icons but don't own a PC to run the texture tool software.
Posts: 162
Joined: Jan 2015
Reputation:
21
pfp-az
Senior Member
Posts: 162
Still here. Problem is I accomplished so much of what I set out to do that I've lost most of my motivation to continue when I have so many other things competing for my time, including the fruits of my work (enjoying movies). I do still want to finish a few areas where the UI is not fully updated but am not sure when I'll dive back in.
Posts: 130
Joined: Dec 2014
Reputation:
2
DAlba
Senior Member
Posts: 130
I tried all the older versions with same results. If I replace the dialogvideoinfo.xml file with file from v 1.1.2 it loads but missing cast and other features don't work.
Posts: 130
Joined: Dec 2014
Reputation:
2
DAlba
Senior Member
Posts: 130
So far I have resolved the issue without any consequence (I think)
I deleted these lines below from the includes.xml file. Have no idea if this will cause issues with anything else
</include>
<!-- TV seasons -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90016" />
<param name="label2" value="$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[20453]]" />
<param name="overlayVisibility" value="false" />
<param name="listVisible" value="Integer.IsGreater(ListItem.Property(TotalSeasons),0) + String.IsEqual(ListItem.DBType,tvshow)" />
<param name="content" value="videodb://tvshows/titles/$INFO[ListItem.DBID]/" />
<param name="height" value="$PARAM[height]" />
</include>
<!-- TV similar -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90015" />
<param name="label2" value="$INFO[ListItem.Year]" />
<param name="listVisible" value="Integer.IsGreater(Container(90015).NumItems,0) | Container(90015).IsUpdating" />
<param name="content" value="plugin://script.extendedinfo?info=similartvshows&&$VAR[SimilarShowsIDVar]" />
<param name="height" value="$PARAM[height]" />
</include>
<!-- TV popular -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90019" />
<param name="label2" value="$INFO[ListItem.Year]" />
<param name="listVisible" value="!String.IsEqual(Window(Home).Property(PopularTVShows.Count),0)" />
<param name="content" value="plugin://script.extendedinfo?info=populartvshows" />
<param name="height" value="$PARAM[height]" />
</include>
<!-- TV top rated -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90020" />
<param name="label2" value="$INFO[ListItem.Year]" />
<param name="listVisible" value="!String.IsEqual(Window(Home).Property(TopRatedTVShows.Count),0)" />
<param name="content" value="plugin://script.extendedinfo?info=topratedtvshows" />
<param name="height" value="$PARAM[height]" />
</include>
<!-- TV airing today -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90021" />
<param name="label2" value="$INFO[ListItem.Year]" />
<param name="listVisible" value="!String.IsEqual(Window(Home).Property(AiringTodayTVShows.Count),0)" />
<param name="content" value="plugin://script.extendedinfo?info=airingtodaytvshows" />
<param name="height" value="$PARAM[height]" />
</include>
<!-- TV on the air -->
<include content="ExtendedInfoPanelSetup" condition="System.HasAddon(script.extendedinfo) + String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)">
<param name="controlId" value="90022" />
<param name="label2" value="$INFO[ListItem.Year]" />
<param name="listVisible" value="!String.IsEqual(Window(Home).Property(OnAirTVShows.Count),0)" />
<param name="content" value="plugin://script.extendedinfo?info=onairtvshows" />
<param name="height" value="$PARAM[height]" />
Posts: 128
Joined: Aug 2020
Reputation:
4
craigr
Senior Member
Posts: 128
I haven't checked in for a while. I'll give this a try.
Thanks,
craigr
Posts: 128
Joined: Aug 2020
Reputation:
4
craigr
Senior Member
Posts: 128
I don't have any of these lines in my includes.xml file. Are you sure it was in there?
I've also been trying the OSMC scope skin. The problem with it is that it uses masking to change the background size which also applies to the video being played size. So one must manually change the skin between aspect ratios for different source content. I want the skin like myscopenox where all the backgrounds in the skin are 2.40.
Posts: 6
Joined: Jul 2022
Reputation:
0
Can someone help me with this in Kodi 17.7 please. The reason I am using 17.7 is because of MadVR.
My new screen is a scope screen and this skin would be amazing for me. However when I go to install it I am getting an error saying that dependency could not be satisfied and it fails. I have tried all the versions of the skin with no luck.
Has anyone setup this on 17.7 and can you help me get it resolved?
Posts: 23
Joined: Jun 2021
Reputation:
2
Hi, is possibel to update this skin MyScopeNox for Kodi Omega? It would be great
Posts: 130
Joined: Dec 2014
Reputation:
2
DAlba
Senior Member
Posts: 130
Would love to see update as well.