A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove Nextcloud app info

-23
-23
src/Static/Manifests/Nextcloud/appinfo.xml
··· 1 - <?xml version="1.0"?> 2 - <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" 3 - xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> 4 - <id>diffuse</id> 5 - <name>Diffuse</name> 6 - <summary>A music player that connects to your cloud/distributed storage</summary> 7 - <description>A music player that connects to your cloud/distributed storage</description> 8 - <version>2.5.3</version> 9 - <licence>agpl</licence> 10 - <author homepage="https://citric.id">Steven Vandevelde</author> 11 - <category>multimedia</category> 12 - <website>https://diffuse.sh</website> 13 - <repository>https://github.com/icidasset/diffuse</repository> 14 - <bugs>https://github.com/icidasset/diffuse/issues</bugs> 15 - <dependencies> 16 - <nextcloud max-version="99" min-version="10"/> 17 - </dependencies> 18 - <documentation> 19 - <user>https://diffuse.sh/about</user> 20 - <developer>https://github.com/icidasset/diffuse</developer> 21 - </documentation> 22 - <screenshot>https://icidasset-public.s3.amazonaws.com/diffuse-v2.jpg</screenshot> 23 - </info>