2023-08-28 20:33:17 +02:00
# RePod Nextcloud App
2023-06-22 20:10:30 +02:00
2023-08-28 20:59:03 +02:00
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
2024-01-18 17:58:51 +01:00
- 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
2023-08-28 20:59:03 +02:00
2024-05-15 23:26:30 +02:00
## Comparaison with similar apps for Nextcloud
| | [RePod ](https://apps.nextcloud.com/apps/repod ) | [NextPod ](https://apps.nextcloud.com/apps/nextpod ) | [Music ](https://apps.nextcloud.com/apps/music ) | [Podcast ](https://apps.nextcloud.com/apps/podcast ) |
| --- | --- | --- | --- | --- |
| Actively maintened | ✅ | ✅ | ✅ | ❌ |
| Play your local music files | ❌ | ❌ | ✅ | ❌ |
| Sync with [GPodder clients ](#clients-supporting-sync-of-gpoddersync ) | ✅ | ✅ | ❌ | ❌ |
| Add and manage subscriptions | ✅ | ❌ | ✅ | ✅ |
| Listen synced episodes by another clients | ✅ | ✅ | ❌ | ❌ |
| Fetch and listen new epidodes | ✅ | ❌ | ✅ | ✅ |
| Keep track of listened episodes | ✅ | ✅ | ❌ | ✅ |
2024-07-09 15:40:46 +02:00
| Download epidodes | ✅ | ✅ | ❌ | ✅ |
2024-05-15 23:26:30 +02:00
| Import and export subscriptions | ✅ | ❌ | ❌ | ❌ |
2024-05-18 18:57:21 +02:00
| Search and discover new podcasts | ✅ | ❌ | ❌ | ✅ |
2024-07-09 15:40:46 +02:00
| Open episode website and RSS feed | ✅ | ✅ | ❌ | ✅ |
2024-05-15 23:26:30 +02:00
| Integrate with Nextcloud search engine | ✅ | ❌ | ❌ | ✅ |
2024-07-09 15:40:46 +02:00
| Integrate with [Nextcloud Notes ](https://apps.nextcloud.com/apps/notes ) | ❌ | ✅ | ❌ | ❌ |
2024-05-15 23:26:30 +02:00
| Mobile friendly interface | ✅ | ❌ | ✅ | ✅ |
| Support chapters | ❌ | ❌ | ❌ | ✅ |
2024-07-15 16:14:02 +02:00
| Available in multiple languages | ⭕ (en/fr/de) | ❌ | ✅ | ⭕ (en/de) |
2024-05-15 23:26:30 +02:00
2024-01-14 22:59:18 +01:00
## Screenshots
### Homepage
![homepage ](./screens/index.png )
### Search
2024-01-16 00:19:57 +01:00
![search ](./screens/search.png )
2024-01-14 22:59:18 +01:00
### Episode list
2024-01-16 00:19:57 +01:00
![episodes ](./screens/episodes.png )
2024-01-14 22:59:18 +01:00
### Episode description
2024-01-16 00:19:57 +01:00
![modal ](./screens/modal.png )
2024-01-14 22:59:18 +01:00
2023-08-28 20:59:03 +02:00
## 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 |
2024-01-10 15:54:30 +01:00
| [Podcast Merlin ](https://github.com/yoyoooooooooo/Podcast-Merlin--Nextcloud-Gpodder-Client-For-Windows ) | Full sync support podcast client for Windows |
2023-08-28 20:59:03 +02:00
## Installation
2024-01-30 23:09:43 +01:00
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.
2024-01-10 20:10:40 +01:00
## 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