2023-06-22 20:10:30 +02: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-23 00:23:42 +02:00
|
|
|
<name>RePod</name>
|
2023-06-22 20:10:30 +02:00
|
|
|
<summary>🔊 Browse, manage and listen to podcasts</summary>
|
2024-01-16 00:19:57 +01:00
|
|
|
<description><![CDATA[## Features
|
2023-06-23 00:23:42 +02:00
|
|
|
- 🔍 Browse and subscribe huge collection of podcasts
|
|
|
|
- 🔊 Listen to episodes directly in Nextcloud
|
2023-08-28 20:33:17 +02:00
|
|
|
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)
|
2023-06-23 00:23:42 +02:00
|
|
|
|
2024-01-16 00:19:57 +01:00
|
|
|
## Requirements
|
2023-08-28 20:33:17 +02:00
|
|
|
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
|
2024-08-17 14:25:29 +02:00
|
|
|
<version>3.0.0</version>
|
2023-06-22 20:10:30 +02:00
|
|
|
<licence>agpl</licence>
|
2024-01-30 23:01:18 +01:00
|
|
|
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Michel Roux</author>
|
2023-06-22 20:10:30 +02:00
|
|
|
<namespace>RePod</namespace>
|
|
|
|
<category>integration</category>
|
|
|
|
<category>multimedia</category>
|
2024-01-30 23:09:43 +01: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>
|
|
|
|
<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 20:10:30 +02:00
|
|
|
<dependencies>
|
2024-05-21 12:33:47 +02:00
|
|
|
<php min-version="8.1"/>
|
2024-08-07 10:15:10 +02:00
|
|
|
<nextcloud min-version="27" max-version="30"/>
|
2023-06-22 20:10:30 +02:00
|
|
|
</dependencies>
|
|
|
|
<navigations>
|
|
|
|
<navigation>
|
2024-01-10 18:03:56 +01:00
|
|
|
<name>Podcast</name>
|
2023-06-22 20:10:30 +02:00
|
|
|
<route>repod.page.index</route>
|
|
|
|
</navigation>
|
|
|
|
</navigations>
|
|
|
|
</info>
|