Posts: 24
Joined: Feb 2015
Reputation:
0
2015-04-07, 10:33
(This post was last modified: 2015-04-07, 10:39 by holdestmade.)
Hi,
Been using the MediaBrowser Version of your skin and loving it but since the new addon from 'emby' I've switched to your standard skin.
There a couple of issues with the epg, the live tile of whats playing doesn't seem lined up and when adding a timer I get a blank dialog and cannot add a timer
If I switch to confluence it works fine.
Cheers.
PS How do I add an a screenshot ? Tried to use a googledrive link but doesn't work ?
Posts: 7,923
Joined: Feb 2013
Reputation:
1,543
2015-04-07, 12:14
(This post was last modified: 2015-04-07, 12:16 by jurialmunkey.)
Thats not the official version of the skin.. im guessing its a mod by im85288 so cant help you there
Epg in official version doesnt look like that.
Posts: 1,470
Joined: Aug 2011
Reputation:
46
im85288
Skilled Python Coder
Posts: 1,470
Yes that's my version, please post any issues in the Mod thread I created. The NextPVR timer thing though is not related to my Mod.
Posts: 7,923
Joined: Feb 2013
Reputation:
1,543
Yeah I know why that is happening with NextPVR - its because it tries to use a window made for wmcpvr but the strings are localised to the wmc addon which obviously is not in use if you are using nextpvr so there are no strings to grab. If someone can grab me a screenshot of that nextpvr dialog in confluence then I can compare the strings in use and make sure they are the same then I can localise them to the skin instead of the addon thus fixing the issue. I dont use either backend so im a bit in the dark with them otherwise
Posts: 24
Joined: Feb 2015
Reputation:
0
Thanks for your replies.
Very strange I've no idea how I installed im85288 version !
I'll re-try the official one and see if that sorts it, but I do like the icon view and genre colours
I'll do the screengrab tonight.
Cheers
Posts: 24
Joined: Feb 2015
Reputation:
0
Figured this out by looking at the confluence skin.
Changing some entries in RecordPrefs.xml sorted it.
Working RecordPrefs.xml for NextPVR:
<?xml version="1.0" encoding="utf-8"?>
<window id="603">
<defaultcontrol always="true">21</defaultcontrol>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<include>DefDialogBackground</include>
<control type="label" id="20">
<include>DefDialogHeader</include>
<label>$ADDON[pvr.nextpvr 30100]</label>
</control>
<control type="grouplist" id="9002">
<description>Control Area</description>
<left>38</left>
<right>38</right>
<posy>90</posy>
<height>690</height>
<itemgap>3</itemgap>
<onup>1</onup>
<ondown>1</ondown>
<onleft>1</onleft>
<onright>2</onright>
<orientation>vertical</orientation>
<control type="spincontrolex" id="21">
<radioposx>946</radioposx>
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="8">common/box.png</texturefocus>
<align>left</align>
<label>$ADDON[pvr.nextpvr 30120]</label>
</control>
<control type="spincontrolex" id="25">
<radioposx>946</radioposx>
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="8">common/box.png</texturefocus>
<align>left</align>
<label>$ADDON[pvr.nextpvr 30132]</label>
</control>
<control type="spincontrolex" id="26">
<description>Default spincontrolex</description>
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="8">common/box.png</texturefocus>
<align>left</align>
<label>$ADDON[pvr.nextpvr 30133]</label>
</control>
<control type="spincontrolex" id="23">
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="8">common/box.png</texturefocus>
<align>left</align>
<label>$ADDON[pvr.nextpvr 30130]</label>
</control>
<control type="spincontrolex" id="27">
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="8">common/box.png</texturefocus>
<align>left</align>
<label>$ADDON[pvr.nextpvr 30134]</label>
</control>
</control>
<control type="button" id="1">
<description>Ok</description>
<centerleft>33%</centerleft>
<bottom>30</bottom>
<width>300</width>
<label>186</label>
<onleft>1</onleft>
<onright>1</onright>
<onup>5</onup>
<ondown>5</ondown>
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="5">common/box.png</texturefocus>
<texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
<include>DefDialogButtons</include>
</control>
<control type="button" id="2">
<description>Cancel</description>
<centerright>33%</centerright>
<bottom>30</bottom>
<width>300</width>
<label>222</label>
<onleft>2</onleft>
<onright>2</onright>
<onup>5</onup>
<ondown>5</ondown>
<texturefocus colordiffuse="$VAR[ColourHighlight]" border="5">common/box.png</texturefocus>
<texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
<include>DefDialogButtons</include>
</control>
</control>
</controls>
</window>