-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improper conflations between "platform" and "host" #1
Comments
Would changing: <podcast:id platform="[host slug]"> to: <podcast:id service="[service slug]"> ...clear up the confusion? |
What do you actually want the data to contain? If you want the ID for that podcast on each app/platform, then I think sticking with |
What I want is a list of the identifiers on each platform to be listable in the feed. I want to be able to read the feed and extract the itunes id, the blubrry id, the google id, the captivate id, etc. Basically any service, host or directory that feed is listed in should be able to be shown with this tag so that the whole world can stop scraping iTunes and the other directories to get this info that the feed owner/host already knows. |
Yes, I think that should then be |
I went with “service”. I know it’s not the most accurate in all cases. But it seems the most flexible. |
Rewritten to give some guidance on formats. Moved WebVTT up to Podcastindex-org#1 spot. Added max-length advice. Added example web player code.
I see some potential misuses of the term "platform." For example, Apple Podcasts, Google Podcasts, Spotify, and such are platforms. But Captivate, Fireside, and such are hosting-providers.
Also, there can be easy confusion with the word "host." For example, is "podcast host" the person hosting the podcast, or the company hosting the media files? The way I distinguish these two things is using "podcast host" to refer to the person and "podcast-hosting provider" to refer to the company.
The text was updated successfully, but these errors were encountered: