Here is a temporary solution:

1) backup your current mythtv-status script
    cd /usr/bin
    mv mythtv-status{,.backup}
2) Use vi to create a new blank /usr/sbin/mythtv-status and add the following:

#!/bin/bash
/usr/bin/lynx -dump localhost:6544/Status/GetStatusHTML | grep '\[' | sed 
's/\[.*\]//g; s/not$/not recording/; s/^ *Encoder/Encoder/'

This should suffice until the real working version is released.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945582

Title:
  MythTV Status doesn't work with MythTV 0.25

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv-status/+bug/945582/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to