ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.

Home Page:http://www.ben-xo.com/dir2cast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Goolgle Podcast Support

x3r4n0 opened this issue · comments

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"> <channel> <title>Test Podcast</title> <googleplay:owner>podcastowner@example.com</googleplay:owner> <googleplay:author>PodcastAuthor/googleplay:author> <description>Description</description> <googleplay:image href="https://www.example.com/podcasts/dafnas-zebras/img/dafna-zebra-pod-logo.jpg"/>

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.

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?