repod/README.md
Michel Roux c951a93b8c
All checks were successful
repod / xml (push) Successful in 16s
repod / php (push) Successful in 57s
repod / nodejs (push) Successful in 2m8s
repod / release (push) Has been skipped
feat: add unified search integration
2024-01-18 11:43:58 +01:00

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
- [x] Browse podcasts and play them directly in Nextcloud
- [x] Keep track of subscribed shows and episodes
- [x] Sync them with GPodderSync compatible clients
- [ ] Import and export subscriptions
- [x] Mobile friendly interface
- [x] Unified search integration
- [x] 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