Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9358 closed Bug Report (Invalid)

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 (7)

progress.log (4.4 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Progress log
Screenshot-1.jpg (62.4 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Screenshot-2.jpg (83.1 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Screenshot-3.jpg (54.2 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Screenshot-4.jpg (113.2 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Screenshot-5.jpg (59.7 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.
Screenshot-6.jpg (186.9 KB) - added by Larry Johnson <keepitsimpleengineer@…> 13 years ago.

Download all attachments as: .zip

Change History (14)

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: progress.log added

Progress log

comment:1 Changed 13 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 13 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.

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-1.jpg added

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-2.jpg added

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-3.jpg added

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-4.jpg added

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-5.jpg added

Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Attachment: Screenshot-6.jpg added

comment:3 Changed 13 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 Changed 13 years ago by Kenni Lund [kenni a kelu dot dk]

Resolution: Invalid
Status: newclosed

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 ; Changed 13 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 ; Changed 13 years ago by Kenni Lund [kenni a kelu dot dk]

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.

comment:7 in reply to:  6 Changed 13 years ago by Larry Johnson <keepitsimpleengineer@…>

Replying to kenni:

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).

Done http://www.mythtv.org/wiki/MythArchive

Note: See TracTickets for help on using tickets.