Skip to content

Commit

Permalink
Merge pull request #421 from cardo-podcast/master
Browse files Browse the repository at this point in the history
Added Cardo podcast client to list
  • Loading branch information
daveajones authored Jan 26, 2025
2 parents 1c5ec3d + dfd931d commit 4aaff86
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 8 deletions.
185 changes: 185 additions & 0 deletions server/assets/cardo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 25 additions & 8 deletions server/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"appUrl": "https://www.aipodnav.com/",
"appIconUrl": "AIPodNav.png",
"platforms": [
"Mobile",
"Web",
"Windows",
"macOS"
"Mobile",
"Web",
"Windows",
"macOS"
],
"supportedElements": [
{
Expand Down Expand Up @@ -4013,8 +4013,8 @@
"elementURL": "https://podtoo.com/blog/enhance_your_podcast_with_podtoo_supported_podcast_2_0_tags"
},
{
"elementName":"Podping",
"elementURL":"https://podcastindex.social/@russell/113165128969015505"
"elementName": "Podping",
"elementURL": "https://podcastindex.social/@russell/113165128969015505"
}
]
},
Expand All @@ -4034,7 +4034,8 @@
"elementURL": "https://www.cooler.fm"
}
]
}, {
},
{
"appName": "Alitu",
"appType": [
"hosting",
Expand Down Expand Up @@ -4212,5 +4213,21 @@
"elementURL": "https://unde.pixelcode.ro"
}
]
},
{
"appName": "Cardo",
"appType": [
"app",
"podcast player",
"open source"
],
"appUrl": "https://cardo-podcast.github.io",
"appIconUrl": "cardo.svg",
"platforms": [
"Windows",
"macOS",
"Linux"
],
"supportedElements": []
}
]
]

0 comments on commit 4aaff86

Please sign in to comment.