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>
|
2023-06-23 00:23:42 +02:00
|
|
|
<description><![CDATA[# Features
|
|
|
|
- 🔍 Browse and subscribe huge collection of podcasts
|
|
|
|
- 🔊 Listen to episodes directly in Nextcloud
|
|
|
|
- ⭐ Support episode chapters
|
|
|
|
- 👂 Smoth audio playback and transitions
|
|
|
|
|
|
|
|
# Requirements
|
2023-06-22 20:10:30 +02:00
|
|
|
You need to have [GPodderSync](You need to have GPodderSync installed to use this app!) installed to use this app!]]></description>
|
|
|
|
<version>0.0.1</version>
|
|
|
|
<licence>agpl</licence>
|
|
|
|
<author mail="xefir@crystalyx.net" homepage="https://git.crystalyx.net/Xefir/RePod">Xéfir Destiny</author>
|
|
|
|
<namespace>RePod</namespace>
|
|
|
|
<category>integration</category>
|
|
|
|
<category>multimedia</category>
|
|
|
|
<bugs>https://git.crystalyx.net/Xefir/RePod/issues</bugs>
|
|
|
|
<dependencies>
|
2023-06-23 11:43:05 +02:00
|
|
|
<php min-version="8.0"/>
|
|
|
|
<nextcloud min-version="25" max-version="27"/>
|
2023-06-22 20:10:30 +02:00
|
|
|
</dependencies>
|
|
|
|
<navigations>
|
|
|
|
<navigation>
|
2023-06-23 00:23:42 +02:00
|
|
|
<name>RePod</name>
|
2023-06-22 20:10:30 +02:00
|
|
|
<route>repod.page.index</route>
|
|
|
|
</navigation>
|
|
|
|
</navigations>
|
|
|
|
</info>
|