podcast icon indicating copy to clipboard operation
podcast copied to clipboard

iTunes and RSS 2.0 Podcast Generator in Golang

Results 6 podcast issues
Sort by recently updated
recently updated
newest added

There is a number of breaking changes in this commit that is required for the iTunes tag updates. * Resolves #35 with `AddAuthor()` that will now instead set `IOwner.Email` and...

A recent comment on #7 lead me to research the current iteration of itunes' podcast definition. I found down deep there are now addition sub-fields embedded within the Owner tag....

enhancement

Note, this PR is incomplete. Still needs: * additional Marshaling work (remaining: Item) * basic testing! haven't even tried this stuff yet * code coverage * examples I am creating...

enhancement

Add Support for the following iTunes tags Podcast Level Episode Level

enhancement

This ticket is to enhance the library to generate GooglePlay Podcast tags to the feeds. https://support.google.com/googleplay/podcasts/answer/6260341#tags ## Required additional tag, at a Minimal, at the root: The following is required...

enhancement
help wanted

Hey, I'm trying to set the GUID to a unique ID, without having to use the url. This is valid as far as I know. The code seems to just...