lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
713 stars 123 forks source link

Add missing iTunes tags #97

Closed olikami closed 7 months ago

olikami commented 4 years ago

Adds the ability to have season and episode tags as described in the iTunes specification.

This adresses item/itunes:episode of #96.

olikami commented 4 years ago

Missing tags according to #96 (plus season tag):

jswetzen commented 3 years ago

Hi, this has been lying around for a while now, is there something stopping you from merging it?

olikami commented 3 years ago

From my side no, but I would level a guess that @lkiesow hasn't had time to look at it

joeyrobert commented 3 years ago

Would be great to see this merged and published. WIthout this, one can't implement the full podcast RSS spec using feedgen and must explore other options. Is this project still maintained?

olikami commented 3 years ago

Hey @joeyrobert, maybe not exactly what you'd like, but I have been using pip install git+https://github.com/olikami/python-feedgen for the moment being. Not perfect but works!

jswetzen commented 3 years ago

I’m using the same at the moment unfortunately. Would really like to see @lkiesow take a look at this. I’m also wondering if this project is abandoned.

joeyrobert commented 3 years ago

Thanks @olikami, I'll use your fork for the time being. Appreciate this PR!