Questa applicazione Nextcloud consente di visualizzare, gestire e riprodurre i podcast preferiti.
Per utilizzare questa app è necessario aver un account su cloud.mastodon.uno
https://castopod.it
c91c17ae66 | ||
---|---|---|
.gitea/workflows | ||
appinfo | ||
img | ||
l10n | ||
lib | ||
screens | ||
src | ||
stubs/OCA/GPodderSync | ||
templates | ||
translationfiles | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.l10nignore | ||
.nvmrc | ||
.php-cs-fixer.dist.php | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
psalm.xml | ||
renovate.json | ||
stylelint.config.js | ||
vite.config.mjs |
README.md
RePod Nextcloud App
This Nextcloud app lets you visualize, manage and play your favorite podcasts.
You need to have GPodderSync installed to use this app!
Features
- Browse podcasts and play them directly in Nextcloud
- Keep track of subscribed shows and episodes
- Sync them with GPodderSync compatible clients
- Import and export subscriptions
- Mobile friendly interface
- Unified search integration
Comparaison with similar apps for Nextcloud
RePod | NextPod | Music | Podcast | |
---|---|---|---|---|
Actively maintened | ✅ | ✅ | ✅ | ❌ |
Play your local music files | ❌ | ❌ | ✅ | ❌ |
Sync with GPodder clients | ✅ | ✅ | ❌ | ❌ |
Add and manage subscriptions | ✅ | ❌ | ✅ | ✅ |
Listen synced episodes by another clients | ✅ | ✅ | ❌ | ❌ |
Fetch and listen new epidodes | ✅ | ❌ | ✅ | ✅ |
Keep track of listened episodes | ✅ | ✅ | ❌ | ✅ |
Download epidodes | ✅ | ✅ | ❌ | ✅ |
Import and export subscriptions | ✅ | ❌ | ❌ | ❌ |
Search and discover new podcasts | ✅ | ❌ | ❌ | ✅ |
Open episode website and RSS feed | ✅ | ✅ | ❌ | ✅ |
Integrate with Nextcloud search engine | ✅ | ❌ | ❌ | ✅ |
Integrate with Nextcloud Notes | ❌ | ✅ | ❌ | ❌ |
Mobile friendly interface | ✅ | ❌ | ✅ | ✅ |
Support chapters | ❌ | ❌ | ❌ | ✅ |
Available in multiple languages | ⭕ (en/fr/de) | ❌ | ✅ | ⭕ (en/de) |
Screenshots
Homepage
Search
Episode list
Episode description
Clients supporting sync of GPodderSync
client | support status |
---|---|
AntennaPod | Initial purpose for this project, as a synchronization endpoint for this client. Support is available as of version 2.5.1. |
KDE Kasts | Supported since version 21.12 |
Podcast Merlin | Full sync support podcast client for Windows |
Installation
Either from the official Nextcloud app store or by downloading the latest release and extracting it into your Nextcloud apps/
directory.
Credits
- GPodder Sync for the database API
- Nextcloud Podcast for the basic UI ideas
- NextPod for thier custom feed extraction code