mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #00657
[Bug 525814] Re: Encoder state code for "Recording" has changed in 0.22
Howdy, and thank you for helping to improve Mythbuntu. mythtv-status fell behind on the 9.10 release.
This is resolved for 10.04 with the re-sync to debian, described in
https://bugs.launchpad.net/ubuntu/+source/mythtv-status/+bug/455542
It is also available for 9.10 via the Mythbuntu -testing repo, as
described in https://bugs.launchpad.net/bugs/500396
** Changed in: mythtv-status (Ubuntu)
Status: New => Fix Released
--
Encoder state code for "Recording" has changed in 0.22
https://bugs.launchpad.net/bugs/525814
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv-status in ubuntu.
Status in “mythtv-status” package in Ubuntu: Fix Released
Bug description:
Binary package hint: mythtv-status
The encoder state code for "Recording" in the xml feed has changed from 4 (in MythTV 0.21) to 6 (in MythTV 0.22)
This causes a display of
mediacenter (1) - 6
instead of
mediacenter (1) - Recording
Here is the fix...
Change line 161 of /usr/bin/mythtv-status to
'^6$' => "${warning}Recording${normal}" },
References