media
Vars | |
author | Author of the track. |
---|---|
definition_file | Back-reference name of the originating JSON file, so that you can track it down |
duration | REQUIRED for JUKEBOX tagged music, Duration of the track in Deciseconds. Yes it's a shit unit, blame BYOND. |
map | OPTIONAL for LOBBY tagged music, Map-specific tracks. |
media_tags | List of Media tags, used to allow tracks to be shared between various pools, such as lobby tracks also being jukebox playable. |
name | Name of the track. Should be "friendly". |
path | File path of the actual sound. |
rare | OPTIONAL for LOBBY tagged music, Rarity control flag. 0 By default. |
Var Details
author
Author of the track.
definition_file
Back-reference name of the originating JSON file, so that you can track it down
duration
REQUIRED for JUKEBOX tagged music, Duration of the track in Deciseconds. Yes it's a shit unit, blame BYOND.
map
OPTIONAL for LOBBY tagged music, Map-specific tracks.
media_tags
List of Media tags, used to allow tracks to be shared between various pools, such as lobby tracks also being jukebox playable.
name
Name of the track. Should be "friendly".
path
File path of the actual sound.
rare
OPTIONAL for LOBBY tagged music, Rarity control flag. 0 By default.