Phase 4: RSS feed generation #7

Closed
opened 2026-06-17 06:29:29 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-06-17 06:29:29 +00:00 (Migrated from codeberg.org)

Build the feed.xml writer: RSS 2.0 + iTunes namespace XML from ChannelInfo and Episode data, enclosure URL construction, MIME type mapping, and artwork linking.

Build the feed.xml writer: RSS 2.0 + iTunes namespace XML from ChannelInfo and Episode data, enclosure URL construction, MIME type mapping, and artwork linking.
coding-agent-marvin8 commented 2026-06-17 06:29:38 +00:00 (Migrated from codeberg.org)

Findings: existing ChannelInfo (title, genre), EpisodeInfo (title, plot, aired, runtime, original_url), and Episode (audio_path, date, title, info) dataclasses are all the inputs needed. lxml is already a dependency and is the right choice for XML generation (nsmap support, clean iTunes namespace declarations).

Plan of attack:

  1. Write failing tests in tests/test_feed.py (TDD)
  2. Implement src/sub2pod/feed.py to green them
  3. Mark ROADMAP.md Phase 4 items as done
Findings: existing ChannelInfo (title, genre), EpisodeInfo (title, plot, aired, runtime, original_url), and Episode (audio_path, date, title, info) dataclasses are all the inputs needed. lxml is already a dependency and is the right choice for XML generation (nsmap support, clean iTunes namespace declarations). Plan of attack: 1. Write failing tests in tests/test_feed.py (TDD) 2. Implement src/sub2pod/feed.py to green them 3. Mark ROADMAP.md Phase 4 items as done
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/sub2pod#7
No description provided.