-
Notifications
You must be signed in to change notification settings - Fork 25
File Structure
Isaac edited this page Feb 10, 2023
·
3 revisions
Saved VOD files are meant to be useable without Ganymede and outlast Ganymede's lifetime.
The naming scheme of folders and files can be customized using storage templates. Ganymede ships with these default templates:
- Folder:
{{date}}-{{id}}-{{type}}-{{uuid}}
- File:
{{id}}
All VOD information is stored in the *.info.json
file.
vods/
├── staysafetv/
│ └── 2022-06-14-1208897020-archive-1c54374c-0836-11ed-b7c5-0242ac140002/
│ ├── 1208897020-chat.json
│ ├── 1208897020-chat.mp4
│ ├── 1208897020-info.json
│ ├── 1208897020-thumbnail.jpg
│ ├── 1208897020-web_thumbnail.jpg
│ └── 1208897020-video.mp4
├── asmongold/
│ └── 2022-06-15-1050818765-archive-284e53e9-0836-11ed-b7c5-0242ac140002/
│ ├── 1050818765-chat.json
│ ├── 1050818765-chat.mp4
│ ├── 1050818765-info.json
│ ├── 1050818765-thumbnail.jpg
│ ├── 1050818765-web_thumbnail.jpg
│ └── 1050818765-video.mp4
├── mizkif
└── zibbp