← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 525814] [NEW] Encoder state code for "Recording" has changed in 0.22

 

Public bug reported:

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}" },

** Affects: mythtv-status (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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: New

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}" },





Follow ups

References