[mythtv-users] Where can I get some info about recordedmarkup table (context: cutlist)?

Boleslaw Ciesielski bolek-mythtv at curl.com
Tue Apr 4 21:07:39 UTC 2006


Vijay Gill wrote:
> Hi,
> 
>     Where can I find more information about the contents of
> recordedmarkup table so that I can use the information for skipping
> the unwanted areas using the cutlist. I presume the offset column
> contains the offset in the file. I could not find information on mark
> column.

 From mythtv/libs/libmythtv/programinfo.h (this is for 0.19.x):

typedef enum {
     MARK_UNSET = -10,
     MARK_UPDATED_CUT = -3,
     MARK_EDIT_MODE = -2,
     MARK_CUT_END = 0,
     MARK_CUT_START = 1,
     MARK_BOOKMARK = 2,
     MARK_BLANK_FRAME = 3,
     MARK_COMM_START = 4,
     MARK_COMM_END = 5,
     MARK_GOP_START = 6,
     MARK_KEYFRAME = 7,
     MARK_SCENE_CHANGE = 8,
     MARK_GOP_BYFRAME = 9
} MarkTypes;


More information about the mythtv-users mailing list