2021-06-27 11:19:26 +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>gpoddersync</id>
|
2021-07-05 08:22:54 +00:00
|
|
|
<name>GPodder Sync</name>
|
|
|
|
<summary>replicate basic GPodder.net API</summary>
|
2021-06-27 11:19:26 +00:00
|
|
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
2023-06-18 20:36:19 +00:00
|
|
|
<version>3.8.1</version>
|
2021-06-27 11:19:26 +00:00
|
|
|
<licence>agpl</licence>
|
2021-07-05 08:22:54 +00:00
|
|
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
2021-06-27 11:19:26 +00:00
|
|
|
<namespace>GPodderSync</namespace>
|
|
|
|
<category>integration</category>
|
2021-10-10 18:14:44 +00:00
|
|
|
<category>multimedia</category>
|
2021-10-14 13:20:54 +00:00
|
|
|
<website>https://github.com/thrillfall/nextcloud-gpodder</website>
|
2021-07-05 08:22:54 +00:00
|
|
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
2021-10-14 13:20:54 +00:00
|
|
|
<documentation>
|
|
|
|
<developer>https://github.com/thrillfall/nextcloud-gpodder/blob/main/README.md#api</developer>
|
|
|
|
</documentation>
|
2021-06-27 11:19:26 +00:00
|
|
|
<dependencies>
|
2023-03-23 10:12:51 +00:00
|
|
|
<php min-version="8.0"/>
|
2023-06-18 20:31:33 +00:00
|
|
|
<nextcloud min-version="25" max-version="27"/>
|
2021-06-27 11:19:26 +00:00
|
|
|
</dependencies>
|
2021-10-14 13:20:54 +00:00
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
|
|
|
|
</post-migration>
|
|
|
|
</repair-steps>
|
2022-07-10 13:43:07 +00:00
|
|
|
<settings>
|
2022-07-17 18:37:43 +00:00
|
|
|
<personal>OCA\GPodderSync\Settings\GPodderSyncPersonal</personal>
|
|
|
|
<personal-section>OCA\GPodderSync\Sections\GPodderSyncPersonal</personal-section>
|
2022-07-10 13:43:07 +00:00
|
|
|
</settings>
|
2021-06-27 11:19:26 +00:00
|
|
|
</info>
|