Finally convinced the missus to go for a light skin on the bedroom tv, so Conq has been installed. Noticed a few small issues with PVR, though. I know it's not an area you use yourself, so I've also included the fixes I've used in case they inspire you
MyPVRRecordings.xml - Wrong window title ("Radio: Guide"). I don't know about other PVR backends, but PVR.WMC returns both radio and tv recordings in the same list, so I changed both of the headings to just $LOCALIZE[19017]. (There's also a couple of duplicate headings here for various PVR entries...)
MyPVRTimes.xml -
* Program comment position hasn't been updated for changes to positioning in Helix. It's <left/> should be 920
* Start Time/Date (first column) is cut off, and no item displays a thumbnail (again, may be PVR.WMC specific), so the window doesn't look great. I took out the thumbnail and extended the width of the start time/date accordingly.
MyPVRGuide.xml -
* Channel logo's are stretched. Added <aspectratio>keep</aspectratio> to them.
* Recording/Timer image overlaps text. Rather than mess with the text - which on half hour shows is already cut off, I shrunk and moved the images to the bottom-left of the epg item. My positioning for them:
Code:
<!-- Recording image -->
<control type="image">
<left>8</left>
<top>70</top>
<width>15</width>
<height>15</height>
<texture>pvr/Recording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<!-- Timer image -->
<control type="image">
<left>8</left>
<top>70</top>
<width>15</width>
<height>18</height>
<texture>pvr/Timer.png</texture>
<visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
</control>
MyPVRChannels.xml - Same aspect ratio problem and fix for channel logos.
Includes_Home_Default.xml / Includes_Home_Horizontal.xml - I was adding in a couple of new widgets, and noticed the PVR widget. Can't quite figure out what your intention was with it tbh - I'm probably mis-reading the code, but it looks like its content is the submenu...? Does a default install (I've come from another skin using skin shortcuts) have channels here, or something? Either way, no widget displaying here. (Sorry, I won't look further into that one, as I was looking in there in order to replace the widgets anyway...)
Thanks for the skin, though - we can finally watch tv in the bedroom without spending an age waiting for menus to load