2013-04-24, 00:16
Love the changes, though the EPG is still not much use to me, as you can't directly select/change channels without going into the "right click" menu.
(2013-04-09, 13:12)LeeG Wrote: The main issue is that DialogPVRguideinfo.xml is missing/broken. Hitting select/ok on a channel on the EPG normally pulls this dialog up alowing you to change channel or set a timer but as this is broken it does nothing.
Adding
to the advancedsettings.xml will bypass the broken xml and just change channel. Just a temporary fix tho as you still can't access that dialog to set a timer, but it works until MQ gets around to fixing it.Code:<pvr>
<showepginfoonselect>false</showepginfoonselect>
</pvr>
(2013-04-24, 00:28)LeeG Wrote:(2013-04-09, 13:12)LeeG Wrote: The main issue is that DialogPVRguideinfo.xml is missing/broken. Hitting select/ok on a channel on the EPG normally pulls this dialog up alowing you to change channel or set a timer but as this is broken it does nothing.
Adding
to the advancedsettings.xml will bypass the broken xml and just change channel. Just a temporary fix tho as you still can't access that dialog to set a timer, but it works until MQ gets around to fixing it.Code:<pvr>
<showepginfoonselect>false</showepginfoonselect>
</pvr>
(2013-04-23, 21:41)schumi2004 Wrote: Only thing missing now is EPG color information
Edit:
Adding genre colors was easier then i thought. Just add this folder to media folder.
@Marcos
Noticed a bug in EPG timeline view.
- I think PVR Time (top screen) should fill complete screen in this view.
- And maybe redo space between different broadcasts (see black spaces between genre colors)
Note: I fixed this by editing ViewsLiveTV.xml line 110 and 154. Change those lines to
<texture border="3">genres/$INFO[ListItem.Property(GenreType)].png</texture>
- And you should add genre colors to Texture file (or maybe rename folder as it's probably faulty)
- Also missing timer indicator when a broadcast is scheduled for recording.
(2013-04-24, 21:42)MarcosQui Wrote: Show me a screen with the problem, please.