memories/appinfo/info.xml

38 lines
1.5 KiB
XML
Raw Normal View History

2022-08-13 01:58:37 +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>memories</id>
<name>Memories</name>
2022-08-18 03:36:37 +00:00
<summary>Yet another photo management app</summary>
<description><![CDATA[
# Memories
2022-08-18 03:36:37 +00:00
* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.
* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.
* **🖼️ Albums**: Browse your and shared folders with a similar, efficient timeline.
* **🎦 Slideshow**: View photos from your timeline and albums easily.
]]></description>
2022-08-13 01:58:37 +00:00
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com" >Varun Patil</author>
<website>https://github.com/pulsejet/memories</website>
<bugs>https://github.com/pulsejet/memories/issues</bugs>
<repository>https://github.com/pulsejet/memories</repository>
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
<namespace>Memories</namespace>
2022-08-13 01:58:37 +00:00
<category>organization</category>
<bugs>https://github.com</bugs>
<dependencies>
2022-08-16 01:01:23 +00:00
<nextcloud min-version="22" max-version="24"/>
2022-08-13 01:58:37 +00:00
</dependencies>
<commands>
<command>OCA\Memories\Command\Index</command>
2022-08-13 01:58:37 +00:00
</commands>
<navigations>
<navigation>
<name>Memories</name>
<route>memories.page.main</route>
2022-08-13 01:58:37 +00:00
</navigation>
</navigations>
</info>