Skip to content

Commit

Permalink
Merge pull request #426 from podcastai/feat-add-podcastai-mobile-guid…
Browse files Browse the repository at this point in the history
…-op3-search

feat: add PodcastAI support for Mobile, GUID, OP3, Search
  • Loading branch information
daveajones authored Feb 17, 2025
2 parents d00a980 + 7f2470d commit 5670da0
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions server/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3722,12 +3722,21 @@
"appUrl": "https://podcastai.com",
"appIconUrl": "podcastai.png",
"platforms": [
"Web"
"Web",
"Mobile"
],
"supportedElements": [
{
"elementName": "Alternate Enclosure",
"elementUrl": "https://podcastai.com"
"elementName": "GUID",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Transcript",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Season",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Episode",
Expand All @@ -3749,9 +3758,21 @@
"elementName": "Transcript",
"elementURL": "https://podcastai.com"
},
{
"elementName": "Alternate Enclosure",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "Video",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "OP3",
"elementUrl": "https://podcastai.com"
},
{
"elementName": "Search",
"elementUrl": "https://podcastai.com"
}
]
},
Expand Down

0 comments on commit 5670da0

Please sign in to comment.