2011-08-15, 05:34 AM
Gave it a shot this evening. Set Added the above patch, and copied in the plugin, and the updated .db3 file. Npvr runs, and does show the channels in the guide. Checked the devices screen, and the TestRecorder is there, showing 92 recordings. I updated the TestRecording.xml file to point to my R5000's IP and port: When I go to the guide, I have no guide data (expected), but when I tell it to record a given timeslot, I get a 'no tuners available for this recording' message, and nothing has been sent to the r5000.
Code:
<?xml version="1.0"?>
<settings>
<PluginSettings>
<TestRecorder>
<FriendlyName>r5000 Tuner 1</FriendlyName>
<host>192.168.10.10</host>
<port>6002</port>
<delay>1000</delay>
</TestRecorder>
</PluginSettings>
</settings>