Bug OSD button that indicates "Recording Active" only works in VideoOSD
#1
Information 
Edit:
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
#2
Related thoughts:

I think a global "recording active" indicator (not button, only indicator) within the home screen would be nice - especially for ppl running tvheadend (or similar) on the same machine as KODI itself. When not focusing the TV-main menu item you can easily overlook that PVR recording is active. When you reboot or shutdown the device now the recording is (obviously) cancelled.
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
#3
I have noticed this as well.
MusicOSD.xml has an error relating to the recording active indicator:

Code:
            <control type="button" id="704">
                <width>55</width>
                <height>55</height>
                <label>264</label>
                <font>-</font>
                <texturefocus>OSDRecordOffFO.png</texturefocus>
                <texturenofocus>OSDRecordOffNF.png</texturenofocus>
                <onclick>PlayerControl(record)</onclick>
                <visible>Player.CanRecord</visible>
            </control>

Whereas VideoOSD.xml shows:

Code:
            <control type="togglebutton" id="353">
                <width>55</width>
                <height>55</height>
                <label>264</label>
                <altlabel>265</altlabel>
                <font>-</font>
                <texturefocus>OSDRecordOffFO.png</texturefocus>
                <texturenofocus>OSDRecordOffNF.png</texturenofocus>
                <usealttexture>Player.Recording</usealttexture>
                <alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
                <alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
                <onclick>PlayerControl(Record)</onclick>
                <enable>Player.CanRecord</enable>
                <animation effect="fade" start="100" end="50" time="75" condition="!Player.CanRecord">Conditional</animation>
                <visible>VideoPlayer.Content(LiveTV)</visible>
            </control>

I believe MusicOSD.xml should read:

Code:
            <control type="togglebutton" id="704">
                <width>55</width>
                <height>55</height>
                <label>264</label>
                <altlabel>265</altlabel>
                <font>-</font>
                <texturefocus>OSDRecordOffFO.png</texturefocus>
                <texturenofocus>OSDRecordOffNF.png</texturenofocus>
                <usealttexture>Player.Recording</usealttexture>
                <alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
                <alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
                <onclick>PlayerControl(Record)</onclick>
                <enable>Player.CanRecord</enable>
                <animation effect="fade" start="100" end="50" time="75" condition="!Player.CanRecord">Conditional</animation>
                <visible>MusicPlayer.Content(LiveTV)</visible>
            </control>
Anti-Fascist◾Artist◾Atheist◾Barefoot◾Cis-male◾Cyclist◾Gay◾Geeky◾Introverted◾Likes weird stuff◾Living with depression & anxiety◾Naturist◾Pierced◾Socialist◾He/him
Reply
#4
(2015-11-21, 14:27)axbmcuser Wrote: Related thoughts:

When not focusing the TV-main menu item you can easily overlook that PVR recording is active. When you reboot or shutdown the device now the recording is (obviously) cancelled.

Did you know, that since Isengard, if PVR backend recides on the same machine as Kodi and you select reboot/shutdown/suspend from inside Kodi and at least one recording is active or to be started "soon", then a dialog will pop up informing you about the running/to be started recording and asking for confirmation to reboot/shutdown/suspend?
Reply
#5
(2016-01-10, 14:30)ksooo Wrote: Did you know, that since Isengard, if PVR backend recides on the same machine as Kodi and you select reboot/shutdown/suspend from inside Kodi and at least one recording is active or to be started "soon", then a dialog will pop up informing you about the running/to be started recording and asking for confirmation to reboot/shutdown/suspend?

Hey there, yes - i noticed that shortly after my initial post. (while making my first PVR recording on Isengard.) The warning dialog really helps.

I still thought a global (global in terms of "being on the home screen") visual indicator for timed or active recordings would be really benefiting usability.
So i integrated a mini-inidicator within my updated version of Confluence. (Which is a minified version with no text of the indicators which were already there when you focus the TV main menu item).

After some weeks of all day use, i think it really feels well having this global indicator and i think it wouldn't hurt if it was standard. It doesn't interfere with any other areas on home screen.

Thanks for your reply!
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
#6
If you know how to create a PR on github, this would be the best way to propose your change.
Reply
#7
After now having my "modernized Confluence" at a state which i really like, the only thing left preventing me from proposing changes via PR is that i'm still new using GIT. I use it more and more while compiling my own OpenELEC images, but i'm still not as familiar with it like i would love to be.

So, if everything works out regarding getting used to GIT more and more, i think it would make sense to try creating some PR after i reworked all my Confluence changes on base of the clean Jarvis-version of Confluence. I'm just in the process of that. Should be finished (relatively) soon.

Thanks for motivating. Smile
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
#8
(2016-01-10, 14:30)ksooo Wrote: [quote='axbmcuser' pid='2166792' dateline='1448108831']
Related thoughts:

Did you know, that since Isengard, if PVR backend recides on the same machine as Kodi and you select reboot/shutdown/suspend from inside Kodi and at least one recording is active or to be started "soon", then a dialog will pop up informing you about the running/to be started recording and asking for confirmation to reboot/shutdown/suspend?

After few days of use I noticed shutdown confirmation window is no longer here for scheduled recordings. Only when recording is active the window appears after press of power button. When recording is scheduled for future, pressing of power button shutdown my Wetek Play 2 without any warning. I am on Libreelec with Jarvis, Tvheadend 4.2 a Tvh client. The confirmation window was there before but now is not. Any ideas how to bring it back? It is nice feature.
Thanks.

Edit: AAAAh I got it. The dialog appears only for recordings to be started soon. I did not noticed before. It would be nice to have an option to pop up that dialog for any recordings. Thanks anyway.
Reply

Logout Mark Read Team Forum Stats Members Help
OSD button that indicates "Recording Active" only works in VideoOSD1