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
* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.
* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.
2022-09-08 23:57:50 +00:00
* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.
* **🎦 Slideshow**: View photos from your timeline and folders easily.
2022-09-08 02:08:20 +00:00
* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.
* **🗑️ Recycle**: Select and delete multiple photos and videos at once.
2022-09-13 03:42:02 +00:00
* **⚡️ Fast**: Memories is extremely fast. Period.
2022-09-09 00:46:16 +00:00
## 🚀 Installation
1. Install the app from the Nextcloud app store
2022-09-13 19:23:20 +00:00
1. ⚒️ Install `exiftool` (see below).
2022-09-09 00:46:16 +00:00
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.
2022-09-12 06:22:56 +00:00
1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.
2022-09-13 19:23:20 +00:00
## 🔨 Installing Dependencies
The exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.
- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`
- **Fedora**: `sudo dnf install perl-Image-ExifTool`
- **Arch Linux**: `sudo pacman -S perl-image-exiftool`
- **Alpine**: `apk add --no-cache exiftool`
- **MacOS**: `brew install exiftool`
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
2022-08-18 03:36:37 +00:00
]]></description>
2022-09-24 02:54:10 +00:00
<version > 2.0.0</version>
2022-08-13 01:58:37 +00:00
<licence > agpl</licence>
<author mail= "radialapps@gmail.com" > Varun Patil</author>
2022-08-18 18:27:25 +00:00
<website > https://github.com/pulsejet/memories</website>
<repository > https://github.com/pulsejet/memories</repository>
<screenshot > https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
<namespace > Memories</namespace>
2022-09-09 00:43:17 +00:00
<category > multimedia</category>
2022-08-13 01:58:37 +00:00
<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 >
2022-09-09 07:31:42 +00:00
<command > OCA\Memories\Command\Index</command>
</commands>
2022-08-13 01:58:37 +00:00
<navigations >
<navigation >
2022-08-18 18:27:25 +00:00
<name > Memories</name>
<route > memories.page.main</route>
2022-08-13 01:58:37 +00:00
</navigation>
</navigations>
</info>