home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Bugreports
1.21
RED DOT recording state doesn't appear in video fullscreen playing
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CyberSimian" data-source="post: 1254279" data-attributes="member: 141969"><p>First, apologies to [USER=68833]@ajs[/USER]. The sample code that I suggested be placed in "BasicHome.xml" <strong>does work correctly</strong>. Looking at it this morning, I see that what I tested was the visibility condition "Player.Recording". As there is some doubt about that visibility condition working, let us put that aside for now and consider only "#TV.Record.Active".</p><p></p><p>This is what testing this morning has shown:</p><p></p><p>(1) If I start MP with a recording active, "#TV.Record.Active" displays as the value "true" on the "Basic Home" panel. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>(2) If I start MP with no recording active, "#TV.Record.Active" displays as the null string. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> I believe that this is the incorrect value -- it should display as the string "false".</p><p></p><p>I would suspect that (2) arises because "#TV.Record.Active" is being initialised to the null string (zero length string). The null string is an appropriate initial value for many built-in skin variables, but not in this case. The initial value in this case should be the string "false".</p><p></p><p>This area is so complicated that we need to fix one bug at a time. Testing with multiple bugs present just leads to confusion. Yes, I <em>think</em> that there are other bugs present, but we will get to those when this initial-value bug has been fixed.</p><p></p><p>[USER=68833]@ajs[/USER] If you agree with the change to the initial value, please make that change and create another Team-City build for me to test. Thank you.</p><p></p><p>-- from CyberSimian in the UK</p></blockquote><p></p>
[QUOTE="CyberSimian, post: 1254279, member: 141969"] First, apologies to [USER=68833]@ajs[/USER]. The sample code that I suggested be placed in "BasicHome.xml" [b]does work correctly[/b]. Looking at it this morning, I see that what I tested was the visibility condition "Player.Recording". As there is some doubt about that visibility condition working, let us put that aside for now and consider only "#TV.Record.Active". This is what testing this morning has shown: (1) If I start MP with a recording active, "#TV.Record.Active" displays as the value "true" on the "Basic Home" panel. :) (2) If I start MP with no recording active, "#TV.Record.Active" displays as the null string. :( I believe that this is the incorrect value -- it should display as the string "false". I would suspect that (2) arises because "#TV.Record.Active" is being initialised to the null string (zero length string). The null string is an appropriate initial value for many built-in skin variables, but not in this case. The initial value in this case should be the string "false". This area is so complicated that we need to fix one bug at a time. Testing with multiple bugs present just leads to confusion. Yes, I [i]think[/i] that there are other bugs present, but we will get to those when this initial-value bug has been fixed. [USER=68833]@ajs[/USER] If you agree with the change to the initial value, please make that change and create another Team-City build for me to test. Thank you. -- from CyberSimian in the UK [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Bugreports
1.21
RED DOT recording state doesn't appear in video fullscreen playing
Contact us
RSS
Top
Bottom