nextcloud-app-radio/appinfo/info.xml

41 lines
1.7 KiB
XML
Raw Normal View History

2016-11-17 22:07:22 +00:00
<?xml version="1.0"?>
2018-08-12 09:58:00 +00:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2020-10-12 15:29:36 +00:00
<id>radio</id>
<name>Radio</name>
<summary>Listen to your favorite radio stations</summary>
<description>Listening to your favorite radio stations in Nextcloud! This
app uses radio-browser.info database as a backend.
- 🔊 Listen to radio stations directly in Nextcloud
- 🔍 Browse thousands of stations worldwide
- ⭐ Create your own list of favorite stations
- ⭕ Dashboard widget support
- ⚡ Keep track of recent played stations
- 📁 Browse stations by language, country, etc.
- 👂 Smoth audio playback and transitions
</description>
2024-11-19 20:45:17 +00:00
<version>2.0.0</version>
2020-12-02 13:05:15 +00:00
<licence>agpl</licence>
2024-11-19 20:45:17 +00:00
<author mail="onny@project-insanity.org">Jonas Heinrich</author>
2020-11-03 20:53:45 +00:00
<namespace>Radio</namespace>
2020-10-12 15:29:36 +00:00
<category>multimedia</category>
<website>https://git.project-insanity.org/onny/nextcloud-app-radio</website>
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
2020-11-27 10:23:13 +00:00
<screenshot small-thumbnail="https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot-thumbnail.jpg">https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
2020-10-12 15:29:36 +00:00
<dependencies>
2024-11-19 20:45:17 +00:00
<php min-version="8.1" />
<nextcloud min-version="29" max-version="30"/>
2020-10-12 15:29:36 +00:00
</dependencies>
<navigations>
<navigation>
2020-11-10 13:27:01 +00:00
<id>radio</id>
2020-10-12 15:29:36 +00:00
<name>Radio</name>
<route>radio.page.index</route>
2020-11-10 13:27:01 +00:00
<icon>radio.svg</icon>
<order>11</order>
2020-10-12 15:29:36 +00:00
</navigation>
</navigations>
2016-11-17 22:07:22 +00:00
</info>