NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 197 198 199 200 201 … 433 Next »
Remotely checking tuners

Remotely checking tuners
haverer2
Offline

Member

Posts: 151
Threads: 41
Joined: Mar 2013
#11
2014-12-15, 09:51 AM
thanks for the posts... really useful info and I'll get looking into them :-)
Cheers.
haverer2
Offline

Member

Posts: 151
Threads: 41
Joined: Mar 2013
#12
2014-12-16, 10:27 AM (This post was last modified: 2014-12-16, 12:44 PM by haverer2.)
Wow! That gadget is really useful... just what I was looking for :-) Thanks.
I read I think that the gadget makes use of RSS data from NEWA? Is it therefore possible to make the status of tuners scroll across the bottom of XBMC, as that has an RSS ticker!??! - I've found the RSS feeds for pending recordings etc. - but don't think there's one for tuner status?

I've tried starting to build my own RSS script from info displayed on the page, but can't CURL the page from PHP due to it being password protected....
<?php

$url = "http://MYWEBADDRESS:8866/info2.aspx";
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
$output = curl_exec($curl);

echo $output;
curl_close($curl);

$DOM = new DOMDocument;
$DOM->loadHTML( $output);

//get all H1
$items = $DOM->getElementsByTagName('div');

//display all H1 text
for ($i = 0; $i < $items->length; $i++)
echo $items->item($i)->nodeValue . "<br/>";


?>

THanks,
John
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Duel USB tuners lock out cablood1 4 1,744 2020-10-30, 05:35 PM
Last Post: sub
  Removing empty groups; checking framerate/bitrate/resolution? CenturyBreak 12 4,255 2020-02-18, 06:26 AM
Last Post: sub
  Nextpvr can't find tuners RTKAT 7 2,640 2020-02-11, 07:34 PM
Last Post: RTKAT
  No tuners and cannot watch/record ukmark62 13 4,041 2019-08-11, 08:41 PM
Last Post: ukmark62
  Unused Tuners jcole998 4 1,539 2019-07-04, 01:20 PM
Last Post: jcole998
  6 tuners, multiple recordings issue Ddodge13 25 5,276 2019-02-19, 01:01 AM
Last Post: sub
  Error "Recording service not running" -- but really no tuners available? daneo 6 2,127 2019-01-30, 02:11 PM
Last Post: daneo
  New NextPVR Setup (new user) with Ceton tuners Bradachin 6 2,128 2018-11-20, 12:30 PM
Last Post: Graham
  maximum tv tuners amabletrujillo 11 3,101 2018-09-28, 05:02 PM
Last Post: sub
  NextPVR does not utilize all 4 tuners jmooremcc 19 6,926 2018-08-29, 03:38 PM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode