Opened 11 years ago
Closed 11 years ago
#8200 closed defect (fixed)
Transcode status message not cleared on job completion.
Reported by: | kempy1000 | Owned by: | xris |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | Plugin - MythVideo | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
When importing a DVD using good quality setting the DVD gets ripped then the screen just shows transcode is thinking...
However I know that transcode is running with: ps ax | grep -v grep | grep transcode
and that the output file is growing in size.
Change History (5)
comment:1 Changed 11 years ago by
Component: | Apps - Nuvexport → Plugin - MythVideo |
---|---|
Priority: | minor → trivial |
Severity: | medium → low |
Status: | new → infoneeded_new |
comment:2 Changed 11 years ago by
sorry yes. It says transcode is thinking with the three dots being printed one after another and the progress bar does not move at all. Even whhe transcode finishes the progress bar does not move.
comment:3 Changed 11 years ago by
Status: | infoneeded_new → new |
---|---|
Summary: | Import DVD. Transcode is always thinking → Transcode status message not cleared on job completion. |
The only real bug here is if the message is left visible when the transcode completes. I'll have a look.
comment:4 Changed 11 years ago by
(In [23759]) Refs #8200. When transcode job is complete, update progress bar and status message to reflect the fact. It does appear that we used to be able to send progress events back during the transcode, haven't figured out yet whether we no longer do so due to changes in transcode or the MythUI port.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [23760]) Fixes #8200. At least, it should. some time back we were forced to remove --print-status from the transcode arguments, but we failed to replace it with what appears to be the new equivalent, --progress-rate. This should restore the original behavior of updating status of a transcode. If you see any issues with this, please ping me on the list and I will re-open and look further.
Transcode *is* thinking. It's performing the transcode, which you've verified. Can you be more clear about what you believe the bug to be?