36 lines
1.3 KiB
XML
36 lines
1.3 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">
|
||
|
<!--
|
||
|
SPDX-FileCopyrightText: Xéfir Destiny <xefir@crystalyx.net>
|
||
|
SPDX-License-Identifier: CC0-1.0
|
||
|
-->
|
||
|
<id>repod</id>
|
||
|
<name>Re Pod</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
|
||
|
- ⭐ Support episode chapters
|
||
|
- 👂 Smoth audio playback and transitions
|
||
|
|
||
|
# Requirements
|
||
|
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>
|
||
|
<nextcloud min-version="25" max-version="25"/>
|
||
|
</dependencies>
|
||
|
<navigations>
|
||
|
<navigation>
|
||
|
<name>Re Pod</name>
|
||
|
<route>repod.page.index</route>
|
||
|
</navigation>
|
||
|
</navigations>
|
||
|
</info>
|