Skip to content

KwzMeta

Defined in: src/parsers/KwzParser.ts:156

KWZ file metadata, stores information about its playback, author details, etc

Extends

Properties

PropertyTypeDescriptionInherited from
creationTimestampDateDate representing when the file was created-
lockbooleanFile lock state. Locked Flipnotes cannot be edited by anyone other than the current authorFlipnoteMeta.lock
loopbooleanPlayback loop state. If true, playback will loop once the end is reachedFlipnoteMeta.loop
advancedToolsbooleanIf true, the Flipnote was created using the “Advanced” toolset. This is only used by KWZ files.FlipnoteMeta.advancedTools
isSpinoffbooleanSpinoffs are remixes of another user’s FlipnoteFlipnoteMeta.isSpinoff
frameCountnumberTotal number of animation framesFlipnoteMeta.frameCount
frameSpeednumberIn-app frame playback speedFlipnoteMeta.frameSpeed
thumbIndexnumberIndex of the animation frame used as the Flipnote’s thumbnail imageFlipnoteMeta.thumbIndex
timestampDateDate representing when the file was last editedFlipnoteMeta.timestamp
durationnumberFlipnote duration measured in seconds, assuming normal playback speedFlipnoteMeta.duration
rootFlipnoteVersionMetadata about the author of the original Flipnote fileFlipnoteMeta.root
parentFlipnoteVersionMetadata about the previous author of the Flipnote fileFlipnoteMeta.parent
currentFlipnoteVersionMetadata about the current author of the Flipnote fileFlipnoteMeta.current