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
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
minor issue with active recordings endtime
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="styrsven" data-source="post: 1156928" data-attributes="member: 135607"><p>Actually, I have now switched to a Kodi frontend, argus scheduler, and MP1 server, so it is a little tricky to produce logfiles.</p><p></p><p>The problem is visible in this post, where I slightly modified the display for better visibility (The error is also visible in the unmodified display.).</p><p><a href="https://forum.team-mediaportal.com/threads/improved-recordings-dialog.129931/#post-1134213" target="_blank">https://forum.team-mediaportal.com/threads/improved-recordings-dialog.129931/#post-1134213</a></p><p></p><p>In the upper left this code displays the start and end times for the first active recording, but they are the same;</p><p></p><p>[code] <control></p><p> <id>1</id></p><p> <type>fadelabel</type></p><p> <posX>140</posX></p><p> <posY>212</posY></p><p> <height>24</height></p><p> <width>150</width></p><p> <font>font8</font></p><p> <textcolor>FFffffff</textcolor></p><p> <label>#latestMediaHandler.tvrecordings.active1.startTime - #latestMediaHandler.tvrecordings.active1.endTime</label> </p><p> <wrapString> ... </wrapString></p><p> <visible>!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation></p><p> <animation effect="slide" time="250" end="-1890,0">WindowClose</animation></p><p> </control></p><p>[/code]</p><p></p><p>At the bottom of the display the start and end times for the first scheduled recording is displayed with this code:</p><p></p><p>[code] <control Style="InfoValueDetails"></p><p> <id>1</id></p><p> <type>fadelabel</type></p><p> <posX>760</posX></p><p> <posY>938</posY></p><p> <font>font6</font></p><p> <!--<textcolor>FF666666</textcolor>--></p><p> <label>(#latestMediaHandler.tvrecordings.scheduled1.startTime - #latestMediaHandler.tvrecordings.scheduled1.endTime)</label></p><p> <visible>!string.equals(#latestMediaHandler.tvrecordings.scheduled1.title,)</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation></p><p> <animation effect="slide" time="250" end="-1890,0">WindowClose</animation></p><p> </control></p><p>[/code]</p><p></p><p>And that is displayed ok.</p></blockquote><p></p>
[QUOTE="styrsven, post: 1156928, member: 135607"] Actually, I have now switched to a Kodi frontend, argus scheduler, and MP1 server, so it is a little tricky to produce logfiles. The problem is visible in this post, where I slightly modified the display for better visibility (The error is also visible in the unmodified display.). [URL]https://forum.team-mediaportal.com/threads/improved-recordings-dialog.129931/#post-1134213[/URL] In the upper left this code displays the start and end times for the first active recording, but they are the same; [code] <control> <id>1</id> <type>fadelabel</type> <posX>140</posX> <posY>212</posY> <height>24</height> <width>150</width> <font>font8</font> <textcolor>FFffffff</textcolor> <label>#latestMediaHandler.tvrecordings.active1.startTime - #latestMediaHandler.tvrecordings.active1.endTime</label> <wrapString> ... </wrapString> <visible>!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation> <animation effect="slide" time="250" end="-1890,0">WindowClose</animation> </control> [/code] At the bottom of the display the start and end times for the first scheduled recording is displayed with this code: [code] <control Style="InfoValueDetails"> <id>1</id> <type>fadelabel</type> <posX>760</posX> <posY>938</posY> <font>font6</font> <!--<textcolor>FF666666</textcolor>--> <label>(#latestMediaHandler.tvrecordings.scheduled1.startTime - #latestMediaHandler.tvrecordings.scheduled1.endTime)</label> <visible>!string.equals(#latestMediaHandler.tvrecordings.scheduled1.title,)</visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation> <animation effect="slide" time="250" end="-1890,0">WindowClose</animation> </control> [/code] And that is displayed ok. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
minor issue with active recordings endtime
Contact us
RSS
Top
Bottom