X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/88a7819026f53420d5b973acfd2590e58b0c49aa..44fd8be83300affa4321aded6f5734f3b6f2001b:/doc/FILEFORMAT diff --git a/doc/FILEFORMAT b/doc/FILEFORMAT index fd692cb7..66e9598c 100644 --- a/doc/FILEFORMAT +++ b/doc/FILEFORMAT @@ -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: +[] +[] +[] 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.