ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.
http://www.ben-xo.com/dir2cast
BSD 3-Clause "New" or "Revised" License
155 stars 22 forks source link

Add Goolgle Podcast Support #42

Open x3r4n0 opened 3 years ago

x3r4n0 commented 3 years ago

Hey can u please add Google Podcast RSS Support?

Like

`<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

Test Podcast podcastowner@example.com PodcastAuthor/googleplay:author> Description `
ben-xo commented 3 years ago

Hi @x3r4n0 can you link me to some more information about these tags? Where they are specified?

I would like to understand what's missing and how to implement it properly.

It seems doable - But I'd like more info before adding this feature.

ben-xo commented 3 years ago

As mentioned in #22 when I last read the Google Play docs, they also supported the itunes podcast attributes as well. Is this not sufficient?