File and folder naming scheme

Ramses uses a strict and specific naming convention. This naming scheme is based on the IDs of the elements, which are defined by the administrator users in the Ramses Client.

Extensibility

We provide a set of regular expressions to help developpers manipulate this naming scheme.

IDs (short names)

In Ramses, all elements (users, assets, shots, projects…) have two names: the actual name used in the user interface and displayed anywhere there is enough room, and an ID which is no longer than 10 characters (but which may be the same as the actual name). IDs are unique (while names may not be unique, although it’s good practice to keep them unique too) and they are used as identifiers.

While names can contain a lot of different characters, IDs can consist only of alphanumeric characters (without any special character or accent), and the minus - character.

What How Where
Name up to 256 characters in:
[a-z], [A-Z], [0-9], -, and space.
Used in user interfaces where there is enough room.
ID up to 10 characters in:
[a-z], [A-Z], [0-9], -.
Used in file and folder names, and in user interfaces where there is limited room.

Extensibility

In the API, the IDs are called “short names”.

Naming scheme

This is the complete naming scheme, for all files and folders:

projectID_A|S|G(_assetID|shotID)_stepID(_resource name)(_stateVersion)(.extension)

Explanations:

A file name must include at least 3 blocks: projectID, Type (A, S or G), and stepID and can include up to 6 blocks if adding the assetId or shotID, the resource name, and the version.

Blocks

Examples

TI_G_ADMIN_Budget estimation.xls

TI_G_RIG_Template.blend

TI_A_TRISTAN_RIG.blend

TI_A_TRISTAN_RIG_WIP001.blend

TI_A_TRISTAN_ANIM_walk cycle.blend

TI_A_TRISTAN_ANIM_walk cycle_CHK011.blend

Project media files

Media files exported from the project have a specific naming scheme.

projectID_codec(+colorspace)_widthxheight(p|i)_fps(_language)_(subtitlesst).ext

Blocks

Examples

TI_h264_1920x1080_24fps.mp4

TI_h264+YUV444-rec709_1920x1080p_24fps_fr_enst.mp4

TI_QtAnim+sRGB_1920x1080p_24fps_fr_enst.mp4