48 lines
1.8 KiB
Markdown
48 lines
1.8 KiB
Markdown
# RePod Nextcloud App
|
|
|
|
This Nextcloud app lets you visualize, manage and play your favorite podcasts.
|
|
|
|
You need to have [GPodderSync](https://apps.nextcloud.com/apps/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
|
|
![homepage](./screens/index.png)
|
|
|
|
### Search
|
|
![search](./screens/search.png)
|
|
|
|
### Episode list
|
|
![episodes](./screens/episodes.png)
|
|
|
|
### Episode description
|
|
![modal](./screens/modal.png)
|
|
|
|
## Clients supporting sync of GPodderSync
|
|
|
|
| client | support status |
|
|
| :- | :- |
|
|
| [AntennaPod](https://antennapod.org) | Initial purpose for this project, as a synchronization endpoint for this client.<br> Support is available [as of version 2.5.1](https://github.com/AntennaPod/AntennaPod/pull/5243/). |
|
|
| [KDE Kasts](https://apps.kde.org/de/kasts/) | Supported since version 21.12 |
|
|
| [Podcast Merlin](https://github.com/yoyoooooooooo/Podcast-Merlin--Nextcloud-Gpodder-Client-For-Windows) | Full sync support podcast client for Windows |
|
|
|
|
## Installation
|
|
|
|
Either from the official Nextcloud [app store](https://apps.nextcloud.com/apps/repod) or by downloading the [latest release](https://git.crystalyx.net/Xefir/RePod/releases/latest) and extracting it into your Nextcloud `apps/` directory.
|
|
|
|
## Credits
|
|
|
|
- [GPodder Sync](https://github.com/thrillfall/nextcloud-gpodder) for the database API
|
|
- [Nextcloud Podcast](https://git.project-insanity.org/onny/nextcloud-app-podcast) for the basic UI ideas
|
|
- [NextPod](https://github.com/pbek/nextcloud-nextpod) for thier custom feed extraction code
|