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">
|
2022-08-18 18:27:25 +00:00
|
|
|
<id>memories</id>
|
|
|
|
<name>Memories</name>
|
2022-08-18 03:36:37 +00:00
|
|
|
<summary>Yet another photo management app</summary>
|
|
|
|
<description><![CDATA[
|
2022-08-18 18:27:25 +00:00
|
|
|
# Memories
|
2022-08-18 03:36:37 +00:00
|
|
|
|
2022-11-09 11:07:05 +00:00
|
|
|
Memories is a *batteries-included* photo management solution for Nextcloud with advanced features including:
|
2022-10-20 00:35:03 +00:00
|
|
|
|
2022-10-28 19:11:08 +00:00
|
|
|
- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.
|
|
|
|
- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.
|
2022-10-31 19:09:28 +00:00
|
|
|
- **🤖 AI Tagging**: Group photos by people and objects using AI, powered by [recognize](https://github.com/nextcloud/recognize).
|
2022-10-28 19:11:08 +00:00
|
|
|
- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.
|
2022-10-31 19:09:28 +00:00
|
|
|
- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.
|
2022-10-28 19:11:08 +00:00
|
|
|
- **📱 Mobile Support**: Works on devices of any shape and size through the web app.
|
2022-10-31 19:09:28 +00:00
|
|
|
- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.
|
2022-10-28 19:11:08 +00:00
|
|
|
- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.
|
2022-11-09 11:07:05 +00:00
|
|
|
- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.
|
|
|
|
- **⚡️ Performance**: In general, Memories is extremely fast.
|
2022-09-09 00:46:16 +00:00
|
|
|
|
2022-10-31 19:20:38 +00:00
|
|
|
## 🌐 Online Demo
|
|
|
|
|
|
|
|
- To get an idea of what memories looks and feels like, check out the [public demo](https://memories-demo.radialapps.com/apps/memories/).
|
2022-10-31 19:24:37 +00:00
|
|
|
- The demo is read-only and may be slow (free tier VM from [Oracle Cloud](https://www.oracle.com/cloud/free/)).
|
2022-10-31 19:20:38 +00:00
|
|
|
- Photo credits go to [Unsplash](https://unsplash.com/) (for individual credits, refer to each folder).
|
2022-10-22 17:55:57 +00:00
|
|
|
|
2022-09-09 00:46:16 +00:00
|
|
|
## 🚀 Installation
|
|
|
|
|
2022-10-31 19:09:28 +00:00
|
|
|
1. Install the app from the Nextcloud app store.
|
2022-10-31 19:22:50 +00:00
|
|
|
1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).
|
2022-09-09 00:46:16 +00:00
|
|
|
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
|
2022-10-31 19:09:28 +00:00
|
|
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
2022-08-18 03:36:37 +00:00
|
|
|
]]></description>
|
2022-11-22 18:35:10 +00:00
|
|
|
<version>4.8.1</version>
|
2022-08-13 01:58:37 +00:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
2022-10-19 17:13:35 +00:00
|
|
|
<namespace>Memories</namespace>
|
|
|
|
<category>multimedia</category>
|
2022-08-18 18:27:25 +00:00
|
|
|
<website>https://github.com/pulsejet/memories</website>
|
2022-10-19 17:13:35 +00:00
|
|
|
<bugs>https://github.com/pulsejet/memories/issues</bugs>
|
2022-08-18 18:27:25 +00:00
|
|
|
<repository>https://github.com/pulsejet/memories</repository>
|
|
|
|
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
|
2022-08-13 01:58:37 +00:00
|
|
|
<dependencies>
|
2022-10-08 23:58:23 +00:00
|
|
|
<nextcloud min-version="25" max-version="25"/>
|
2022-08-13 01:58:37 +00:00
|
|
|
</dependencies>
|
|
|
|
<commands>
|
2022-09-09 07:31:42 +00:00
|
|
|
<command>OCA\Memories\Command\Index</command>
|
2022-11-09 09:23:12 +00:00
|
|
|
<command>OCA\Memories\Command\VideoSetup</command>
|
2022-09-09 07:31:42 +00:00
|
|
|
</commands>
|
2022-08-13 01:58:37 +00:00
|
|
|
<navigations>
|
|
|
|
<navigation>
|
2022-08-18 18:27:25 +00:00
|
|
|
<name>Memories</name>
|
2022-11-07 13:10:27 +00:00
|
|
|
<route>memories.Page.main</route>
|
2022-08-13 01:58:37 +00:00
|
|
|
</navigation>
|
|
|
|
</navigations>
|
2022-11-11 06:18:15 +00:00
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\Memories\Migration\Repair</step>
|
|
|
|
</post-migration>
|
|
|
|
<install>
|
|
|
|
<step>OCA\Memories\Migration\Repair</step>
|
|
|
|
</install>
|
|
|
|
</repair-steps>
|
2022-08-13 01:58:37 +00:00
|
|
|
</info>
|