Merge remote branch 'origin/bug_135_dvdburn_ts_only'
[enigma2.git] / doc / FILEFORMAT
index fd692cb7179d45541e75a960ff56eed537aaf504..66e9598c47279f534156a450eb057ec4ec0c7c94 100644 (file)
@@ -6,12 +6,15 @@ They don't have a private header.
 
 == .meta FILES ==
 
-.meta files have currently 4 lines:
+.meta files have currently up to 7 lines:
 
 <service reference>
 <name>
 <description>
 <recording time>
+[<tags>]
+[<length>]
+[<filesize>]
 
 The service reference contains the Service-ID of the recorded service. With
 that ID, you can find the PMT and the elementary streams.
@@ -20,6 +23,12 @@ As a backup method, just find the first available PMT and use that.
 
 Strings are always UTF-8 encoded.
 
+tags is a space-delimited list of tags assigned to this movie.
+
+length is the length of the recording, in PTS-units (1/90000s). filesize was
+the filesize at the time the length was calculated, so you can validate if
+this is still up-to-date or must be recalculated.
+
 == .ap FILES ==
 
 Stored offsets and PTS values. They are collected while recording. Only 
@@ -43,7 +52,6 @@ Type is:
 0 - 'in' point
 1 - 'out' point
 2 - mark
-3 - last (resumepoint)
 
 If the first 'out'-point is not preceeded by an 'in'-point, there is an 
 implicit 'in' point at zero.