tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Implement Episode.episode_number #104

Closed tobinus closed 4 years ago

tobinus commented 4 years ago

Decided to call this episode_number and not no or number or episode because those are not self-explanatory in the same way. I want the field to match well with the other fields, like Episode.season and Episode.episode_type. It also helps separate it from the soon to be dropped Episode.position field.

This maps to the <itunes:episode> tag, and must be set for serial podcasts (at least for full episodes).