-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tim Goudriaan <[email protected]>
- Loading branch information
1 parent
64a7626
commit 778a47a
Showing
3 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Podcast Index Extension | ||
|
||
The Podcast Index Extension adds support for the [Podcast Index RSS namespace](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md), | ||
an open source project which consolidates new features for podcasts into a | ||
single namespace. | ||
|
||
Channel API methods: | ||
|
||
Method | Description | ||
------ | ----------- | ||
`isLocked()` | Returns whether the feed is open for importing to new platforms. | ||
`getLockOwner()` | Returns the email address for owner verification. | ||
`getFunding()` | Returns funding information. The output is an object with "url" and "value" properties. | ||
|
||
Item API methods: | ||
|
||
Method | Description | ||
------ | ----------- | ||
`getTranscript()` | Returns transcript information for the entry. The output is an object with "url", "type", "language" and "rel" properties/ | ||
`getChapters()` | Returns chapter information for the entry. The output is an object with "url" and "type" properties. | ||
`getSoundbites()` | Returns soundbites for the entry. The output is an array of objects with "title", "startTime" and "duration" properties. | ||
|
||
See the [Podcast Index website](https://podcastindex.org) for more information | ||
about the project. |
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