Documentation
¶
Index ¶
Constants ¶
View Source
const FileName = "episode_meta.json"
Variables ¶
This section is empty.
Functions ¶
func ListStagingEpisodes ¶
ListStagingEpisodes returns completed staging episode dirs sorted by episode_index.
func StagingDir ¶
func StagingMediaPath ¶ added in v1.1.0
StagingMediaPath resolves a path stored in episode metadata relative to a staging dir. Legacy manifests may store absolute paths; those are returned unchanged.
func StagingVideoRel ¶ added in v1.1.0
StagingVideoRel returns the episode-relative path for a staged per-episode MP4.
Types ¶
type Episode ¶
type Episode struct {
EpisodeIndex int `json:"episode_index"`
Length int `json:"length"`
Tasks []string `json:"tasks"`
FramesParquet string `json:"frames_parquet"`
Videos map[string]string `json:"videos"`
Stats stats.EpisodeStats `json:"stats"`
VideoDurations map[string]float64 `json:"video_durations"`
}
Click to show internal directories.
Click to hide internal directories.