Opened 11 years ago
Closed 3 years ago
#11813 closed Bug Report - General (Trac EOL)
Mythutil --pidprinter should NOT require --pids
Reported by: | Owned by: | Karl Egly | |
---|---|---|---|
Priority: | minor | Milestone: | 29.2 |
Component: | MythTV - DVB | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Requiring the user to supply a set of PIDs to be printed by mythutil --pidprinter makes the tool much more cumbersome to use. The user first has to scan the file (mythutil --pidcounter), convert the output of that into a new command line, then scan the data with --pidprinter - thus traversing the file twice.
Rather, the code should check the map of PIDs to dump - if the map is empty (no PIDs specified by the user), then dump them all.
Change History (7)
comment:1 Changed 11 years ago by
Component: | MythTV - General → MythTV - DVB |
---|---|
Milestone: | 0.27 → 0.28 |
Owner: | set to danielk |
comment:2 Changed 9 years ago by
Milestone: | 0.28 → 0.29 |
---|---|
Owner: | changed from danielk to Karl Egly |
Status: | new → accepted |
comment:4 Changed 7 years ago by
Milestone: | 29.0 → 29.1 |
---|
comment:5 Changed 7 years ago by
Milestone: | 29.1 → 0.28.2 |
---|
Moving remaining open tickets to 0.28.2 milestone
comment:6 Changed 7 years ago by
Milestone: | 0.28.2 → 29.2 |
---|
Moving remaining open tickets to 29.2 milestone
Note: See
TracTickets for help on using
tickets.
I like the idea. But we likely have to gather PIDs carrying sections and PIDs carrying packetized elementary screens. Then only display the decoded sections.