parent
00c9cd6f99
commit
f8a80d02cf
|
@ -15,7 +15,7 @@
|
|||
|
||||
## 🚀 Installation
|
||||
|
||||
1. ☁ Clone this into your `apps` folder of your Nextcloud.
|
||||
1. Install the app from the Nextcloud app store
|
||||
1. ⚒️ Install `exiftool` (`sudo apt install exiftool`).
|
||||
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.
|
||||
|
|
|
@ -13,8 +13,16 @@
|
|||
* **🎦 Slideshow**: View photos from your timeline and folders easily.
|
||||
* **📱 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.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
1. Install the app from the Nextcloud app store
|
||||
1. ⚒️ Install `exiftool` (`sudo apt install exiftool`).
|
||||
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.
|
||||
1. Consider installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails.
|
||||
]]></description>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
||||
<website>https://github.com/pulsejet/memories</website>
|
||||
|
|
Loading…
Reference in New Issue