repod/appinfo/info.xml

32 lines
1.2 KiB
XML
Raw Normal View History

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>
2023-06-22 22:23:42 +00: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 18:10:30 +00: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-22 22:23:42 +00:00
<nextcloud min-version="22" max-version="25"/>
2023-06-22 18:10:30 +00:00
</dependencies>
<navigations>
<navigation>
2023-06-22 22:23:42 +00:00
<name>RePod</name>
2023-06-22 18:10:30 +00:00
<route>repod.page.index</route>
</navigation>
</navigations>
</info>