python-feedgen icon indicating copy to clipboard operation
python-feedgen copied to clipboard

Add missing iTunes tags

Open olikami opened this issue 4 years ago • 7 comments

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

This adresses item/itunes:episode of #96.

olikami avatar Mar 09 '20 09:03 olikami

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

  • [x] channel/itunes:type
  • [x] item/itunes:title
  • [x] item/itunes:episodeType
  • [X] item/itunes:episode
  • [X] item/itunes:season

olikami avatar Apr 21 '20 09:04 olikami

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

jswetzen avatar Oct 31 '20 20:10 jswetzen

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

olikami avatar Oct 31 '20 20:10 olikami

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?

joeyrobert avatar Jan 04 '21 16:01 joeyrobert

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!

olikami avatar Jan 04 '21 17:01 olikami

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.

jswetzen avatar Jan 04 '21 19:01 jswetzen

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

joeyrobert avatar Jan 04 '21 21:01 joeyrobert