Playlist: Open Movies
An example site that features a single playlist presenting the Blender Open Movies (note that this is an entirely hypothetical example).
File and folder layout
Open Movies/ <--- Site/Playlist directory
├─ site.eno <--- Site manifest
├─ playlist.eno <--- Playlist manifest
├─ Open Movies.png <--- Banner image
├─ elephants-dream/ <--- Video directory
│ ├─ video.eno <--- Video manifest
│ ├─ poster.jpg <--- Poster image
│ ├─ ElephantsDream_HD.mp4 <--- 720 pixel wide video
│ └─ ElephantsDream_SD.mp4 <--- 480 pixel wide video
├─ cosmos-laundromat/ <--- Video directory
│ ├─ video.eno <--- Video manifest
│ ├─ poster.jpg <--- Poster image
│ ├─ cl-720.mp4 <--- 720 pixel wide video
│ └─ cl-480.mp4 <--- 480 pixel wide video
├─ hero/
│ └─ ...
└─ ...
Open Movies/playlist.eno
title: Blender Open Movies
link:
label = Official Website
url = https://studio.blender.org/films/
-- description
Open movies by the Blender Institute and Studio, licensed under CC-BY.
-- description
Open Movies/site.eno
base_url: https://example.com/
theme: adaptive_cool
Open Movies/elephants-dream/video.eno
title: Elephant's Dream
link:
label = Official Website
url = https://studio.blender.org/films/elephants-dream/
poster:
description = An intriguging figure in a suite, he has sizable sideburns
file = poster.jpg
-- description
An open movie by the Blender Institute, licensed under CC-BY.
-- description
Open Movies/cosmos-laundromat/video.eno
title: Cosmos Laundromat: First Cycle
link:
label = Official Website
url = https://studio.blender.org/films/cosmos-laundromat/
poster:
description = A cute sheep on a green island
file = poster.jpg
-- description
An open movie by the Blender Institute, licensed under CC-BY.
-- description
Next page: Blender Videos (Collection)