Add per-episode artwork and startup welcome message #16
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/16/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #14
Closes #15
Changes
Episodedataclass gainsthumbnail_path: Path | None(defaults toNone)discover_episodes()now probes<audio-stem>.jpgand setsthumbnail_pathwhen found_append_episode_item()emits<itunes:image href="..."/>per item when a thumbnail is presentcli.pyprintssub2pod <version>on startup before any processingNotes
ytdl-sub names episode thumbnails with the same stem as the audio file (e.g.
2026-05-19 - Episode Title.jpgalongside.opus). CLAUDE.md's input contract listed-thumb.jpgsuffix — implemented against the actual live data instead.