38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?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>
|
|
<summary>Yet another photo management app</summary>
|
|
<description><![CDATA[
|
|
# Memories
|
|
|
|
* **📸 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>
|
|
<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>
|
|
<category>organization</category>
|
|
<bugs>https://github.com</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="22" max-version="24"/>
|
|
</dependencies>
|
|
<commands>
|
|
<command>OCA\Memories\Command\Index</command>
|
|
</commands>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Memories</name>
|
|
<route>memories.page.main</route>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|