repod/appinfo/info.xml

37 lines
1.7 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>
2024-01-15 23:19:57 +00:00
<description><![CDATA[## Features
2023-06-22 22:23:42 +00:00
- 🔍 Browse and subscribe huge collection of podcasts
- 🔊 Listen to episodes directly in Nextcloud
2023-08-28 18:33:17 +00:00
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)
2023-06-22 22:23:42 +00:00
2024-01-15 23:19:57 +00:00
## Requirements
2023-08-28 18:33:17 +00:00
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
2024-01-30 17:11:50 +00:00
<version>1.5.1</version>
2023-06-22 18:10:30 +00:00
<licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Michel Roux</author>
2023-06-22 18:10:30 +00:00
<namespace>RePod</namespace>
<category>integration</category>
<category>multimedia</category>
2024-01-30 22:09:43 +00:00
<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>
2023-06-22 18:10:30 +00:00
<dependencies>
2023-06-23 09:43:05 +00:00
<php min-version="8.0"/>
2023-12-23 18:01:39 +00:00
<nextcloud min-version="26" max-version="28"/>
2023-06-22 18:10:30 +00:00
</dependencies>
<navigations>
<navigation>
2024-01-10 17:03:56 +00:00
<name>Podcast</name>
2023-06-22 18:10:30 +00:00
<route>repod.page.index</route>
</navigation>
</navigations>
</info>