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
Arguments
| Argument | Type | Required | Description |
|---|
name | string | ✅ Yes | The 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:
| Field | Description |
|---|
| Recording | The name of the recording as stored on disk. |
| Frames | The 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 Size | The 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 node | Default |
|---|
cinematics.command.cinematic | op |
Error Messages
| Key | When sent | Default text |
|---|
record-not-found | No recording with the given name exists on disk | Cinematics » A record with this name does not exist |