Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/TheNextLvl-net/cinematics/llms.txt

Use this file to discover all available pages before exploring further.

The info subcommand displays metadata about a specific recording without modifying or playing it back. It is useful for auditing the recordings stored on your server — for example, identifying large files or verifying that a recording captured the expected number of frames before sharing it with other players.

Syntax

/cinematic info <name>

Arguments

ArgumentTypeRequiredDescription
namestring✅ YesThe identifier of an existing recording to inspect. Tab-completion suggests names of all recordings currently saved on the server.

Output

When the named recording is found, three lines are printed to the caller:
FieldDescription
RecordingThe name of the recording as stored on disk.
FramesThe total number of captured frames (steps) in the recording. Each frame corresponds to one position and look-direction snapshot taken during the recording session.
File SizeThe size of the recording file on disk, formatted in kilobytes (KB) with one decimal place — for example 12.4kb.
Example output:
Cinematics » Recording: spawn-intro
Cinematics » Frames: 340
Cinematics » File Size: 12.4kb

Permission

Permission nodeDefault
cinematics.command.cinematicop

Error Messages

KeyWhen sentDefault text
record-not-foundNo recording with the given name exists on diskCinematics » A record with this name does not exist

Build docs developers (and LLMs) love