Add Timer
#1
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 ?
Reply
#2
I use imgur to upload screenshots and then stick the link in img tags.
Code:
[img]http://link.to.image.jpg[/img]

I'm not sure what you mean by not lined up?

Also what tv backend do you use? I have a feeling it might be NextPVR, which if it is I think I know what the problem with the timer dialog is...
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
Image


This shows the empty dialog and you can just see the live tv playing and doesnt seem lined up to the left ?

Or is that how you intended it to be ?
Reply
#4
Sorry, also Genre colours doesn't work for me (using NextPVR), if I select it, all the channels go grey with no grid lines, genres are present as you can see them above the plot with the start and end time

Genre colours off:

Image

Genre colours on:

Image
Reply
#5
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.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#6
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.
Reply
#7
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
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#8
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
Reply
#9
Just switched to jurial standard skin, no idea how I installed the MOD one (I do prefer the EPG though so might use it in the future)

The record issue is still there as expected, see below confluence screenshot of the dialog:

Image

Thanks
Reply
#10
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>
Reply

Logout Mark Read Team Forum Stats Members Help
Add Timer0