Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2026 Changes in this version + func StagingMediaPath(stagingDir, rel string) string + func StagingVideoRel(videoKey string) string v1.0.0 Jun 5, 2026 Changes in this version + const FileName + func ListStagingEpisodes(root string) ([]string, error) + func StagingDir(root string, episodeIndex int) string + func Write(dir string, ep Episode) error + type Episode struct + EpisodeIndex int + FramesParquet string + Length int + Stats stats.EpisodeStats + Tasks []string + VideoDurations map[string]float64 + Videos map[string]string + func Read(dir string) (Episode, error)