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
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Timeslot for DVB EPG Grabbing
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="Kasimir9735" data-source="post: 777747" data-attributes="member: 105881"><p>Sometimes i was wondering why my HTPC doesn't shut down even when i am not watching tv. Standing in the Home-Screen. PowerScheduler setted to 5 minutes. After analyzing the logs i see that the DVB EPG Grabber prevents the system to go into standby. So i looked for a way to tell Mediaportal to grab EPG only at night.</p><p> </p><p>What is done:</p><p> </p><p>- New config option in DVB-EPG Grabber page in TVService</p><p>* Use Timeslot for EPG grabbing (as a checkbox)</p><p>* Not before (as a DateTime Picker with Time-Only Option)</p><p>* Not after (as a DateTime Picker with Time-Only Option)</p><p> </p><p>- Implementation of this functionality</p><p> </p><p>If the checkbox is set (Use Timeslot) and the current time is NOT between "Not before" and "Not after" then the DVB EPG Grabber won't start grabbing EPG or (if already running) finishes the current grab on the actual transponder and then stops grabbing</p><p> </p><p>If the checkbox is not set all remains as always</p><p> </p><p> </p><p>I saw a code fragment like this in _epgTimer_Elapsed(...) which starts the grabbing of EPG:</p><p> </p><p>if (_tvController.AllCardsIdle == false)</p><p>return;</p><p> </p><p>I think this is a error, because i think the grabbing can start when minmum of 1 Card is Idle. This code supresses the grabbing if i have 2 Cards and only 1 Card is idle. What do you think about it?</p><p> </p><p>Patch is for SVN-Revision 28137</p></blockquote><p></p>
[QUOTE="Kasimir9735, post: 777747, member: 105881"] Sometimes i was wondering why my HTPC doesn't shut down even when i am not watching tv. Standing in the Home-Screen. PowerScheduler setted to 5 minutes. After analyzing the logs i see that the DVB EPG Grabber prevents the system to go into standby. So i looked for a way to tell Mediaportal to grab EPG only at night. What is done: - New config option in DVB-EPG Grabber page in TVService * Use Timeslot for EPG grabbing (as a checkbox) * Not before (as a DateTime Picker with Time-Only Option) * Not after (as a DateTime Picker with Time-Only Option) - Implementation of this functionality If the checkbox is set (Use Timeslot) and the current time is NOT between "Not before" and "Not after" then the DVB EPG Grabber won't start grabbing EPG or (if already running) finishes the current grab on the actual transponder and then stops grabbing If the checkbox is not set all remains as always I saw a code fragment like this in _epgTimer_Elapsed(...) which starts the grabbing of EPG: if (_tvController.AllCardsIdle == false) return; I think this is a error, because i think the grabbing can start when minmum of 1 Card is Idle. This code supresses the grabbing if i have 2 Cards and only 1 Card is idle. What do you think about it? Patch is for SVN-Revision 28137 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Timeslot for DVB EPG Grabbing
Contact us
RSS
Top
Bottom