this post was submitted on 11 Sep 2023
62 points (98.4% liked)

Selfhosted

38768 readers
132 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I need to put some order with the photos I take and I receive with my android phone. Just now I use Nextcloud sync client to upload and Photo/Memories Nextcloud Apps to manage photos.

However, I am not very happy with this setup because of the lack of one Android Application for photos and, thus, the photo gallery of my phone is totally different to the Photo/Memories timeline. And photos are not deleted from my mobile phone when I delete them in Photo/Memories. Which selfhosted photo manager do you think is better to backup and manage photos in sync with the phone?

A second question, is it better to manage the photo gallery with a folder structure or with the album functionality of the Photo application? Which is the best interoperable solution? If I use albums in Memories then I can export those albums to Immich, Librephotos... ? Or I would have to create all the albums again after the export?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 11 months ago* (last edited 11 months ago) (8 children)

I wanted to try Immich but I quickly found out you can't simply point it at an existing folder structure like say Plex or Jellyfin. You have to "import" all your files via a client and if you're like me and already have thousands of images in Nextcloud then even with their bulk upload CLI tool it is too much of a hassle.

Plus I don't want to be locked into their format, I want to be able to switch if the project goes under or I find something better later on. Nextcloud's photo management is not great but I am willing to sack some speed and usability for using raw folders rather than a database.

[–] [email protected] 4 points 11 months ago (3 children)

I didn't see any unique format for how Immich stores photos, they're just on the filesystem as images.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (2 children)

From what I understand (I could be wrong) all of the images get imported into a single folder and albums are done via the database. I currently have my albums in individual folders. So not only would I have to recreate dozens of albums but I don't think there would be any way to export them in the future. But if that isn't how it works maybe I will give it another go.

[–] [email protected] 3 points 11 months ago (1 children)

Storage Templates. Photos are stored in subdirectories categorized by date.

CLI Import. It looks like you may be able to import your albums with the cli and --album flag, not sure about exporting though.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago)

Interesting. Being able to import them using the folders as albums is fantastic, although it seems like there is no {{album}} variable for the storage template so the problem still persists. Once I'm using it there would be no easy to way to export the albums out.

load more comments (4 replies)