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
25bddc5b31
Reviewed-on: https://git.crystalyx.net/Xefir/repod/pulls/93 |
||
---|---|---|
.gitea/workflows | ||
LICENSES | ||
appinfo | ||
img | ||
l10n | ||
lib | ||
screens | ||
src | ||
stubs/OCA/GPodderSync | ||
templates | ||
translationfiles | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.l10nignore | ||
.php-cs-fixer.dist.php | ||
CHANGELOG.md | ||
Dockerfile | ||
Makefile | ||
README.md | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
psalm.xml | ||
renovate.json | ||
stylelint.config.js | ||
webpack.config.js |
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
- Interface in multiple languages
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