37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<?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>
|
|
<name>RePod</name>
|
|
<summary>🔊 Browse, manage and listen to podcasts</summary>
|
|
<description><![CDATA[## Features
|
|
- 🔍 Browse and subscribe huge collection of podcasts
|
|
- 🔊 Listen to episodes directly in Nextcloud
|
|
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)
|
|
|
|
## Requirements
|
|
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
|
|
<version>1.5.3</version>
|
|
<licence>agpl</licence>
|
|
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Michel Roux</author>
|
|
<namespace>RePod</namespace>
|
|
<category>integration</category>
|
|
<category>multimedia</category>
|
|
<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>
|
|
<dependencies>
|
|
<php min-version="8.0"/>
|
|
<nextcloud min-version="26" max-version="28"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Podcast</name>
|
|
<route>repod.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|