NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 14 15 16 17 18 … 93 Next »
Tracking Live TV status

 
  • 0 Vote(s) - 0 Average
Tracking Live TV status
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#1
2011-07-13, 06:20 PM
The System plugin currently tracks what's recording and how many tuners are active.

It does this by iterating over:

Code:
foreach (ScheduledRecording rec in ScheduledRecording.LoadAll(false))

This gives me the status of "proper" recordings, but doesn't let me know about tuners being used for Live TV. I know, however, that it's possible to dig those details out of the XML returned by:

Code:
ScheduleHelperFactory.GetScheduleHelper().GetServerStatus()

I was wondering if the Live TV information is available by querying the API (as in the first example)? It doesn't matter if it's not, I just thought it might be a cleaner way of retrieving the information rather than having to parse the XML.

Thanks

Iain
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2011-07-13, 06:26 PM
The GetServerStatus() API is intended to be used for that purpose. That is what the tray app uses for reporting this.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#3
2011-07-13, 07:04 PM
Ok, thanks. Just wanted to check.

Iain
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  What is being sent when using /live?channel=3.1 scJohn 2 1,859 2020-01-30, 04:51 PM
Last Post: sub
  Status field values in Table SCHEDULED_RECORDING scJohn 2 2,286 2019-07-03, 07:01 PM
Last Post: sub
  Tuner status & disk usage mikaelgu 2 2,874 2017-04-10, 04:51 PM
Last Post: mikaelgu
  Determine Server Tuner/Recorder Status from Console App 27InchSony 13 8,153 2016-12-21, 05:03 AM
Last Post: mvallevand
  Stopping Live TV Vitenka 15 6,399 2014-12-19, 07:33 PM
Last Post: Vitenka
  Stopping live tv mvallevand 3 2,260 2014-03-11, 04:19 AM
Last Post: mvallevand
  What causes a new tuner to be used services/live?channel= psycik 2 2,251 2014-02-04, 05:32 PM
Last Post: psycik
  Live GBPVR CD/DVD/Thumb drive :D pBS 101 28,185 2010-01-03, 06:22 AM
Last Post: pBS
  vlc as live TV Source theGressier 4 2,728 2008-09-13, 12:35 AM
Last Post: drlava
  Forcing a Recording event to status 5 or 6 zehd 1 1,465 2008-03-25, 01:50 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode