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
148 stars 20 forks source link

GooglePlay RSS feed requirements #22

Open RobertBozic opened 5 years ago

RobertBozic commented 5 years ago

Dear Ben, depending on new GooglePlay requirements, the rss header must contain also GooglePlay xmlns attributes:

xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" all: <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"> Is it possible to add this in next revision? More info: https://developers.google.com/search/docs/data-types/podcast Thanks Robert

ben-xo commented 5 years ago

"xmlns" are used to namespace other tags in the page, that is it is only necessary to include that if you use <googleplay:...> tags anywhere in your RSS feed.

On the page you linked, Google Play appears to support <itunes:...> tags as equivalent for all tags they mention. Is there something specific that is not working for you?

ben-xo commented 3 years ago

42 may be a duplicate of this.