﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
9358	DVD creation fails to use cutlist	Larry Johnson <keepitsimpleengineer@…>	paulh	"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)
}}}
"	Bug Report	closed	minor	unknown	Plugin - MythArchive	0.24-fixes	medium	Invalid	Create DVD, cutlist		0
