Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#9358 closed Bug Report (Invalid)
DVD creation fails to use cutlist
Reported by: | 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 (7)
Change History (14)
Changed 14 years ago by
Attachment: | progress.log added |
---|
comment:1 follow-up: 2 Changed 14 years ago by
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 Changed 14 years ago by
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.
Changed 14 years ago by
Attachment: | Screenshot-1.jpg added |
---|
Changed 14 years ago by
Attachment: | Screenshot-2.jpg added |
---|
Changed 14 years ago by
Attachment: | Screenshot-3.jpg added |
---|
Changed 14 years ago by
Attachment: | Screenshot-4.jpg added |
---|
Changed 14 years ago by
Attachment: | Screenshot-5.jpg added |
---|
Changed 14 years ago by
Attachment: | Screenshot-6.jpg added |
---|
comment:3 Changed 14 years ago by
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 14 years ago by
Resolution: | → Invalid |
---|---|
Status: | new → closed |
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 follow-up: 6 Changed 14 years ago by
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 follow-up: 7 Changed 14 years ago by
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