-2011-06-15 Andrew Ruthven
+2011-05-19 Andrew Ruthven
+ It seems that MythTV has changed the ProtoVer field in
+ 0.23 to be a different version number. Update some
+ stanzas to use current version numbers.
+
+2011-05-15 Andrew Ruthven
My method of trying to ensure that we don't have long lived
processes hanging around didn't work. Now we fork a child
to perform the query.
'name' => 'Encoders',
'type' => 'xpath',
'xpath' => "//Status/Encoders/Encoder",
- 'protocol_version' => [ ">= 44", "< 58" ],
+ 'protocol_version' => [ ">= 44", "< 23058" ],
'attrs' => [ qw/hostname id state connected/ ],
'template' => "__hostname__ (__id__) - __state____connected__",
'rewrite' => {
'name' => 'Encoders',
'type' => 'xpath',
'xpath' => "//Status/Encoders/Encoder",
- 'protocol_version' => [ ">= 58" ],
+ 'protocol_version' => [ ">= 23058" ],
'attrs' => [ qw/hostname id state connected/ ],
'template' => "__hostname__ (__id__) - __state____connected__",
'rewrite' => {