RePod-Nextcloud-App/appinfo/info.xml

37 lines
1.7 KiB
XML
Raw Normal View History

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
2023-08-28 20:33:17 +02:00
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)
2023-06-23 00:23:42 +02: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-01-13 00:34:32 +01:00
<version>1.1.0</version>
2023-06-22 20:10:30 +02:00
<licence>agpl</licence>
2024-01-13 00:34:32 +01:00
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author>
2023-06-22 20:10:30 +02:00
<namespace>RePod</namespace>
<category>integration</category>
<category>multimedia</category>
2024-01-13 00:34:32 +01:00
<website>https://git.crystalyx.net/Xefir/RePod</website>
2023-06-22 20:10:30 +02:00
<bugs>https://git.crystalyx.net/Xefir/RePod/issues</bugs>
2024-01-14 21:43:59 +01:00
<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>
2023-06-23 11:43:05 +02:00
<php min-version="8.0"/>
2023-12-23 19:01:39 +01:00
<nextcloud min-version="26" max-version="28"/>
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>