diff --git a/720p/DialogPVRGroupManager.xml b/720p/DialogPVRGroupManager.xml index 4b29952..1556497 100644 --- a/720p/DialogPVRGroupManager.xml +++ b/720p/DialogPVRGroupManager.xml @@ -84,14 +84,14 @@ 0 75 310 - 460 + 550 button-nofocus.png 5 80 300 - 450 + 540 13 13 9000 @@ -106,10 +106,18 @@ 40 button-nofocus.png + + 32 + 32 + 5 + 4 + $INFO[ListItem.Icon] + keep + - 10 + 40 0 - 280 + 250 40 font12 left @@ -136,10 +144,18 @@ button-focus2.png Control.HasFocus(13) + + 32 + 32 + 5 + 4 + $INFO[ListItem.Icon] + keep + - 10 + 40 0 - 280 + 250 40 font12 left @@ -154,7 +170,7 @@ 305 75 25 - 460 + 550 ScrollBarV.png ScrollBarV_bar.png ScrollBarV_bar_focus.png @@ -187,14 +203,14 @@ 0 75 310 - 460 + 550 button-nofocus.png 5 85 300 - 450 + 540 11 11 73 @@ -273,7 +289,7 @@ 305 75 25 - 460 + 550 ScrollBarV.png ScrollBarV_bar.png ScrollBarV_bar_focus.png @@ -306,14 +322,14 @@ 0 75 310 - 460 + 550 button-nofocus.png 5 85 300 - 450 + 540 12 12 71 @@ -392,7 +408,7 @@ 305 75 25 - 460 + 550 ScrollBarV.png ScrollBarV_bar.png ScrollBarV_bar_focus.png @@ -410,9 +426,8 @@ 1070 165 200 - 225 + 315 5 - center vertical 12 13 @@ -442,6 +457,12 @@ ButtonInfoDialogsCommonValues + + Regenerate Group Thumbnails + 200 + ButtonInfoDialogsCommonValues + + TV/Radio toggle 200 @@ -459,7 +480,7 @@ 1065 - 405 + 495 0 0 @@ -485,6 +506,15 @@ $INFO[Container(12).ListItem.Icon] Control.HasFocus(12) | Control.HasFocus(72) + + 5 + 5 + 200 + 200 + keep + $INFO[Container(13).ListItem.Icon] + Control.HasFocus(13) | Control.HasFocus(73) + diff --git a/720p/DialogPVRInfo.xml b/720p/DialogPVRInfo.xml index 6b47813..e87682d 100644 --- a/720p/DialogPVRInfo.xml +++ b/720p/DialogPVRInfo.xml @@ -191,12 +191,13 @@ Timer ButtonInfoDialogsCommonValues + Window.IsActive(PVRGuideInfo) Find similar ButtonInfoDialogsCommonValues - Window.IsActive(PVRGuideInfo) + Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRGuideInfo) Play programme @@ -214,7 +215,7 @@ Play recording ButtonInfoDialogsCommonValues - Window.IsActive(PVRGuideInfo) + Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRGuideInfo) Record @@ -222,6 +223,12 @@ + + Set reminder + ButtonInfoDialogsCommonValues + + Window.IsActive(PVRGuideInfo) + OK ButtonInfoDialogsCommonValues diff --git a/720p/Includes.xml b/720p/Includes.xml index a5caafd..ec79d3b 100644 --- a/720p/Includes.xml +++ b/720p/Includes.xml @@ -555,6 +555,7 @@ PVR-IsRecording.png + PVR-HasReminder.png PVR-HasTimerScheduleError.png PVR-HasTimerError.png PVR-HasTimerScheduleConflict.png diff --git a/720p/VideoFullScreen.xml b/720p/VideoFullScreen.xml index ee711b0..1ec1341 100644 --- a/720p/VideoFullScreen.xml +++ b/720p/VideoFullScreen.xml @@ -164,7 +164,7 @@ white black - ![VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel] + ![VideoPlayer.Content(LiveTV) + [PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording]] conditional @@ -173,7 +173,7 @@ 25 keep PVR-IsRecording.png - VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive + VideoPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording] Heading label @@ -187,7 +187,7 @@ white black - VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive + VideoPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording] Studio label diff --git a/720p/VideoOSD.xml b/720p/VideoOSD.xml index d2bc98e..ffadd98 100644 --- a/720p/VideoOSD.xml +++ b/720p/VideoOSD.xml @@ -253,7 +253,7 @@ OSDRecordOffFO.png OSDRecordOffNF.png - PVR.IsRecordingPlayingChannel + PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording OSDRecordOnFO.png OSDRecordOnNF.png PVR.ToggleRecordPlayingChannel diff --git a/addon.xml b/addon.xml index 6584de7..182474c 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -143,6 +143,6 @@ resources/screenshot-08.jpg resources/screenshot-09.jpg - Added chapter markers to progress bar. + - Add support for PVR reminders.[CR]- Fix / add new buttons in PVR information window.[CR]- Update PVR group manager dialog with latest changes. diff --git a/changelog.txt b/changelog.txt index 6c31435..c8d5fc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +[B]4.7.1[/B] + +- Add support for PVR reminders +- Fix / add new buttons in PVR information window +- Update PVR group manager dialog with latest changes + [B]4.7.0[/B] - Added chapter markers to progress bar diff --git a/media/PVR-HasReminder.png b/media/PVR-HasReminder.png new file mode 100644 index 0000000..4f14e76 Binary files /dev/null and b/media/PVR-HasReminder.png differ