-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podcast namespace: chapters and locked #2
- Loading branch information
Showing
5 changed files
with
120 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"title":"podcast:chapters", | ||
"description":"podcast:chapters element from the podcast namespace phase 1", | ||
"spec":"https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#chapters", | ||
"status":"rec", | ||
"categories":[ | ||
"Player", | ||
"Feed" | ||
], | ||
"clients":{ | ||
"Podfriend":{ | ||
"web":"y", | ||
"since":{ "date":"2020-11-03", "source": "https://twitter.com/adamcurry/status/1323417144378445831" } | ||
}, | ||
"PodcastAddict":{ | ||
"android":"y", | ||
"source":"https://podcastaddict.com/changelog/2020_16#section4" | ||
}, | ||
"Chapters App":{ | ||
"macos": "y", | ||
"source": "https://chaptersapp.com/faq/jsonExport.html" | ||
}, | ||
"Hypercatcher":{ | ||
"web":"y", | ||
"ios":"y", | ||
"since": { | ||
"date": "2020-11-02", | ||
"source": "https://hypercatcher.com/2020/11/how-to-create-podcast-chapters-as-a-listener/" | ||
} | ||
} | ||
}, | ||
"directories":{ | ||
"podcastindex.org":{ | ||
"since":{ "date":"2020" } | ||
}, | ||
"podverse.fm": { | ||
"web": "y", | ||
"ios": "u", | ||
"android": "u", | ||
"since":{ "date": "2020-11-06", "source": "https://twitter.com/Podverse/status/1324729288281632771"} | ||
} | ||
}, | ||
"providers":{ | ||
"buzzsprout":{ | ||
"since":{ "date":"2020-10-19", "source": "https://www.buzzsprout.com/blog/podcast-locking" } | ||
} | ||
}, | ||
"notes":"", | ||
"usage_perc_y":0, | ||
"usage_perc_a":0, | ||
"parent":"podcast-namespace", | ||
"keywords":["chapters", "json"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"title":"podcast:locked", | ||
"description":"Tell other podcast platforms whether they are allowed to import this feed. A value of yes means that any attempt to import this feed into a new platform should be rejected. ", | ||
"spec":"https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#locked", | ||
"status":"rec", | ||
"categories":[ | ||
"Feed" | ||
], | ||
"directories":{ | ||
"podcastindex.org":{ | ||
"since":{ "date":"2020" } | ||
} | ||
}, | ||
"providers":{ | ||
"Buzzsprout":{ | ||
"since":{ "date":"2020-11-05", "source": "https://twitter.com/buzzsprout/status/1324425781330796545" } | ||
} | ||
}, | ||
"other": { | ||
"Castopod Server": { | ||
"source": "https://podlibre.org/castopod-supports-podcast-locking/" | ||
} | ||
}, | ||
"notes":"", | ||
"usage_perc_y":0, | ||
"usage_perc_a":0, | ||
"parent":"podcast-namespace", | ||
"keywords":["chapters", "json"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"title":"Podcast Namespace", | ||
"description":"The new RSS namespace initative from podcastindex.org", | ||
"spec":"https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md", | ||
"status":"rec", | ||
"categories":[ | ||
"Feed" | ||
], | ||
"notes":"Sample notes for feature, explain partial support here", | ||
"notes_by_num":{ | ||
"1":"First note..." | ||
}, | ||
"usage_perc_y":0, | ||
"usage_perc_a":0, | ||
"keywords":["example", "keywords"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters