Opened 18 years ago
Closed 18 years ago
#3839 closed enhancement (fixed)
nuvexport noprogress Command Line Option
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | head |
| Severity: | medium | Keywords: | nuvexport progress command line option |
| Cc: | Ticket locked: | no |
Description
The myth2ipod script calls nuvexport to perform transcoding to Ipod format. Since myth2ipod is called by the backend as a user job nuvexport's encoding progress messages fill the backend's log file. The attached patch adds a '--noprogress' command line option to suppress the progress output from nuvexport.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | nuvexport_noprogress_cli-option added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [15000]) Apply patch and a few extras to add a 'no progress' option for nuvexport that disables the encode progress updates, to avoid filling up cron logs with unimportant data. Closes #3839