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.

Closes #213

+8 -1
+8 -1
src/Static/Manifests/Nextcloud/appinfo.xml
··· 7 7 <description>A music player that connects to your cloud/distributed storage</description> 8 8 <version>2.5.3</version> 9 9 <licence>agpl</licence> 10 - <author>Steven Vandevelde</author> 10 + <author homepage="https://citric.id">Steven Vandevelde</author> 11 11 <category>multimedia</category> 12 + <website>https://diffuse.sh</website> 13 + <repository>https://github.com/icidasset/diffuse</repository> 12 14 <bugs>https://github.com/icidasset/diffuse/issues</bugs> 13 15 <dependencies> 14 16 <nextcloud max-version="99" min-version="10"/> 15 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> 16 23 </info>