Ticket #9358 (closed Bug Report: Invalid)
Opened 2 years ago
Last modified 2 years ago
DVD creation fails to use cutlist
| Reported by: | Larry Johnson <keepitsimpleengineer@…> | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythArchive | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | Create DVD, cutlist |
| Cc: | Ticket locked: | no |
Description
Version fixes/0.24(df2d58b)
Optical Disks>Archive Files>Create DVD> Single Layer, Make ISO Image Theme: Compact Add Recording
ISO Image was created but cutlist was ignored, edited cuts remained in DVD video
mysql> SELECT `basename`, `cutlist`, `chanid`,`starttime` FROM `mythconverg`.`recorded` WHERE `basename` = "1061_20101129223000.mpg"; +-------------------------+---------+--------+---------------------+ | basename | cutlist | chanid | starttime | +-------------------------+---------+--------+---------------------+ | 1061_20101129223000.mpg | 1 | 1061 | 2010-11-29 22:30:00 | +-------------------------+---------+--------+---------------------+ 1 row in set (0.01 sec)
mysql> SELECT `mark`, `type`
-> FROM `mythconverg`.`recordedmarkup`
-> WHERE `chanid` = "1061"
-> AND `starttime` = "2010-12-03 00:00:00"
-> ORDER BY `mark`
-> LIMIT 0,1000;
+--------+------+
| mark | type |
+--------+------+
| 0 | -3 |
| 0 | 30 |
| 0 | 12 |
| 0 | 4 |
| 0 | 31 |
| 1811 | 5 |
| 1855 | 0 |
| 68511 | 1 |
| 105813 | 0 |
| 166953 | 1 |
| 203127 | 0 |
| 211508 | 4 |
| 211762 | 1 |
| 216681 | 5 |
+--------+------+
14 rows in set (0.00 sec)
Attachments
Change History
Changed 2 years ago by Larry Johnson <keepitsimpleengineer@…>
- Attachment progress.log added
comment:1 follow-up: ↓ 2 Changed 2 years ago by J.Pilk@…
I just tried to reply to this on the commits list but ISTR that's restricted. Did you activate the cutlist in the 'select archive items' screen? The scissors turn red. Users' list query really.
comment:2 in reply to: ↑ 1 Changed 2 years ago by Larry Johnson <keepitsimpleengineer@…>
Replying to J.Pilk@…:
I just tried to reply to this on the commits list but ISTR that's restricted. Did you activate the cutlist in the 'select archive items' screen? The scissors turn red. Users' list query really.
If there is such an option on that screen, it is very well hidden. Attached are screen shots for the archiving DVD creation Set-up. 5 is the "Select Archive Items" screen. The only thing that changed (other than buttons) when clicked on was the red ⬆⬇ next to the scissors icon.
comment:3 Changed 2 years ago by J.Pilk@…
I agree it's well hidden, and although I was more explicit in the lost email I didn't provide the key in the comment on this ticket. You need to select the relevant recording and then use the 'menu' or 'm' key to bring up a list of options. HTH.
comment:4 follow-up: ↓ 5 Changed 2 years ago by kenni
- Status changed from new to closed
- Resolution set to Invalid
User error, as J.Pilk already has mentioned, you need to select the recording, click the 'menu' key and choose to use the cutlist.
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 2 years ago by Larry Johnson <keepitsimpleengineer@…>
Replying to kenni:
User error, as J.Pilk already has mentioned, you need to select the recording, click the 'menu' key and choose to use the cutlist.
Could you please point me to where this is documented. I thought I had read all the documentation. This is so I won't bother all with something else. Thanks,
comment:6 in reply to: ↑ 5 ; follow-up: ↓ 7 Changed 2 years ago by kenni
Replying to Larry Johnson <keepitsimpleengineer@…>:
Could you please point me to where this is documented. I thought I had read all the documentation. This is so I won't bother all with something else. Thanks,
I don't know if it's documented anywhere, but the menu-key is used in most parts of MythTV (+plugins) to enable menus for further configuration for a particular item. Please feel free to add it to the wiki if you can find a suitable place for it (just create an account and you'll be able to edit the wiki).
If you have further questions, please follow up on the users mailing list.

Progress log