repod/README.md

65 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2023-08-28 18:33:17 +00:00
# RePod Nextcloud App
2023-06-22 18:10:30 +00:00
2023-08-28 18:59:03 +00: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 16:58:51 +00: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
- Interface in multiple languages
2023-08-28 18:59:03 +00: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 | ✅ | ✅ | ❌ | ✅ |
| Import and export subscriptions | ✅ | ❌ | ❌ | ❌ |
2024-05-18 16:57:21 +00:00
| Search and discover new podcasts | ✅ | ❌ | ❌ | ✅ |
| Integrate with Nextcloud search engine | ✅ | ❌ | ❌ | ✅ |
| Mobile friendly interface | ✅ | ❌ | ✅ | ✅ |
| Support chapters | ❌ | ❌ | ❌ | ✅ |
2024-01-14 21:59:18 +00:00
## Screenshots
### Homepage
![homepage](./screens/index.png)
### Search
2024-01-15 23:19:57 +00:00
![search](./screens/search.png)
2024-01-14 21:59:18 +00:00
### Episode list
2024-01-15 23:19:57 +00:00
![episodes](./screens/episodes.png)
2024-01-14 21:59:18 +00:00
### Episode description
2024-01-15 23:19:57 +00:00
![modal](./screens/modal.png)
2024-01-14 21:59:18 +00:00
2023-08-28 18:59:03 +00: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 14:54:30 +00:00
| [Podcast Merlin](https://github.com/yoyoooooooooo/Podcast-Merlin--Nextcloud-Gpodder-Client-For-Windows) | Full sync support podcast client for Windows |
2023-08-28 18:59:03 +00:00
## Installation
2024-01-30 22:09:43 +00: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 19:10:40 +00: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