2023-06-22 18:10:30 +00:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id > repod</id>
2023-06-22 22:23:42 +00:00
<name > RePod</name>
2023-06-22 18:10:30 +00:00
<summary > 🔊 Browse, manage and listen to podcasts</summary>
2024-01-15 23:19:57 +00:00
<description > < ![CDATA[## Features
2023-06-22 22:23:42 +00:00
- 🔍 Browse and subscribe huge collection of podcasts
- 🔊 Listen to episodes directly in Nextcloud
2024-09-15 13:36:25 +00:00
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/) and [other apps](https://git.crystalyx.net/Xefir/repod#clients-supporting-sync-of-gpoddersync)
2024-09-15 13:40:09 +00:00
- 📱 Mobile friendly interface
- 📡 Import and export your subscriptions
2024-09-15 13:36:25 +00:00
- ➡️ Full features comparison [here](https://git.crystalyx.net/Xefir/repod#comparaison-with-similar-apps-for-nextcloud)
2023-06-22 22:23:42 +00:00
2024-01-15 23:19:57 +00:00
## Requirements
2023-08-28 18:33:17 +00:00
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
2024-09-15 13:07:47 +00:00
<version > 3.2.0</version>
2023-06-22 18:10:30 +00:00
<licence > agpl</licence>
2024-01-30 22:01:18 +00:00
<author mail= "xefir@crystalyx.net" homepage= "https://crystalyx.net" > Michel Roux</author>
2023-06-22 18:10:30 +00:00
<namespace > RePod</namespace>
<category > integration</category>
<category > multimedia</category>
2024-01-30 22:09:43 +00:00
<website > https://git.crystalyx.net/Xefir/repod</website>
<bugs > https://git.crystalyx.net/Xefir/repod/issues</bugs>
<screenshot > https://git.crystalyx.net/Xefir/repod/raw/branch/main/screens/index.png</screenshot>
2024-09-15 13:06:00 +00:00
<screenshot > https://git.crystalyx.net/Xefir/repod/raw/branch/main/screens/discover.png</screenshot>
2024-01-30 22:09:43 +00:00
<screenshot > https://git.crystalyx.net/Xefir/repod/raw/branch/main/screens/search.png</screenshot>
<screenshot > https://git.crystalyx.net/Xefir/repod/raw/branch/main/screens/episodes.png</screenshot>
<screenshot > https://git.crystalyx.net/Xefir/repod/raw/branch/main/screens/modal.png</screenshot>
2023-06-22 18:10:30 +00:00
<dependencies >
2024-05-21 10:33:47 +00:00
<php min-version= "8.1" />
2024-08-07 08:15:10 +00:00
<nextcloud min-version= "27" max-version= "30" />
2023-06-22 18:10:30 +00:00
</dependencies>
<navigations >
<navigation >
2024-01-10 17:03:56 +00:00
<name > Podcast</name>
2023-06-22 18:10:30 +00:00
<route > repod.page.index</route>
</navigation>
</navigations>
</info>