[Feature]: New ways to create an album #385

Closed
opened 2026-02-04 20:11:03 +03:00 by OVERLORD · 12 comments
Owner

Originally created by @ngugcx on GitHub (Oct 29, 2022).

Feature detail

  • Upload an album
    I have many photos on my computer, they are already arranged into albums in different directories.
    It will be convenient if I can upload the whole album to immich directly instead of having to create it after uploading photos.

  • Add a a new button "Create album" or "Add to album" when photos are selected in the photo list
    Currently, there is only a delete button.
    And it also helpful to add a way to show the photos' album info in the photo list.

This feature can apply to mobile app too.

Platform

Web

Originally created by @ngugcx on GitHub (Oct 29, 2022). ### Feature detail - Upload an album I have many photos on my computer, they are already arranged into albums in different directories. It will be convenient if I can upload the whole album to immich directly instead of having to create it after uploading photos. - Add a a new button "Create album" or "Add to album" when photos are selected in the photo list Currently, there is only a delete button. And it also helpful to add a way to show the photos' album info in the photo list. This feature can apply to mobile app too. ### Platform Web
Author
Owner

@alextran1502 commented on GitHub (Oct 29, 2022):

For the first feature "Upload an album" your can use the CLI to do that https://github.com/immich-app/CLI

@alextran1502 commented on GitHub (Oct 29, 2022): For the first feature "Upload an album" your can use the CLI to do that https://github.com/immich-app/CLI
Author
Owner

@jrasm91 commented on GitHub (Nov 4, 2022):

I added something similar to the asset detail page, it probably would not require much work to add it here now. I added a reusable album selector modal that does most of the work.

@jrasm91 commented on GitHub (Nov 4, 2022): I added something similar to the asset detail page, it probably would not require much work to add it here now. I added a reusable album selector modal that does most of the work.
Author
Owner

@ngugcx commented on GitHub (Nov 10, 2022):

For the first feature "Upload an album" your can use the CLI to do that https://github.com/immich-app/CLI

Great. It would be even better to add it on the web.
How about add an 'Upload' button to the album detail page?
image

@ngugcx commented on GitHub (Nov 10, 2022): > For the first feature "Upload an album" your can use the CLI to do that https://github.com/immich-app/CLI Great. It would be even better to add it on the web. How about add an 'Upload' button to the album detail page? ![image](https://user-images.githubusercontent.com/44153489/200974630-9f7b502e-e465-47dd-8c90-d132dc717597.png)
Author
Owner

@ngugcx commented on GitHub (Nov 10, 2022):

I added something similar to the asset detail page, it probably would not require much work to add it here now. I added a reusable album selector modal that does most of the work.

Tried new version, it improves a lot. Great job!
Is there a simple way to know which albums a photo belongs to in the "Photos" page?

@ngugcx commented on GitHub (Nov 10, 2022): > I added something similar to the asset detail page, it probably would not require much work to add it here now. I added a reusable album selector modal that does most of the work. Tried new version, it improves a lot. Great job! Is there a simple way to know which albums a photo belongs to in the "Photos" page?
Author
Owner

@jrasm91 commented on GitHub (Nov 10, 2022):

Is there a simple way to know which albums a photo belongs to in the "Photos" page?

I believe if you click the info button to open the side panel on the asset detail it'll show what albums the asset is in. Not sure if that's what you are talking about.

@jrasm91 commented on GitHub (Nov 10, 2022): > Is there a simple way to know which albums a photo belongs to in the "Photos" page? I believe if you click the info button to open the side panel on the asset detail it'll show what albums the asset is in. Not sure if that's what you are talking about.
Author
Owner

@jrasm91 commented on GitHub (Nov 15, 2022):

Are there still missing features for this issue? I think both options might be available now (1) upload and create albums via cli and (2) create albums from selected photos. (At least in the web client)

@jrasm91 commented on GitHub (Nov 15, 2022): Are there still missing features for this issue? I think both options might be available now (1) upload and create albums via cli and (2) create albums from selected photos. (At least in the web client)
Author
Owner

@ngugcx commented on GitHub (Nov 15, 2022):

How about add an 'Upload' button to the album detail page?
image

https://github.com/immich-app/immich/issues/886#issuecomment-1309621690

@ngugcx commented on GitHub (Nov 15, 2022): > How about add an 'Upload' button to the album detail page? > ![image](https://user-images.githubusercontent.com/44153489/200974630-9f7b502e-e465-47dd-8c90-d132dc717597.png) https://github.com/immich-app/immich/issues/886#issuecomment-1309621690
Author
Owner

@jrasm91 commented on GitHub (Nov 15, 2022):

OK, that seems doable, I think we already have an "upload from computer" button on the normal photos page, so we should be able to add it on this page as well.

@jrasm91 commented on GitHub (Nov 15, 2022): OK, that seems doable, I think we already have an "upload from computer" button on the normal photos page, so we should be able to add it on this page as well.
Author
Owner

@ngugcx commented on GitHub (Nov 15, 2022):

To avoid misunderstanding, I want to make it clearer, the photos uploaded in this page are automatically added to current album.

@ngugcx commented on GitHub (Nov 15, 2022): To avoid misunderstanding, I want to make it clearer, the photos uploaded in this page are automatically added to current album.
Author
Owner

@jrasm91 commented on GitHub (Nov 15, 2022):

Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album.

@jrasm91 commented on GitHub (Nov 15, 2022): Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album.
Author
Owner

@ngugcx commented on GitHub (Nov 15, 2022):

Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album.

I checked it again, is it possible to upload a directory? Then we can use the directory name as album name by default when creating new album.

When creating new album, where to put the 'Upload' button?
image

@ngugcx commented on GitHub (Nov 15, 2022): > Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album. I checked it again, is it possible to upload a directory? Then we can use the directory name as album name by default when creating new album. When creating new album, where to put the 'Upload' button? ![image](https://user-images.githubusercontent.com/44153489/201829733-0f8fb547-56c1-47f5-84f3-17c5baeb5964.png)
Author
Owner

@alextran1502 commented on GitHub (Nov 15, 2022):

Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album.

I checked it again, is it possible to upload a directory? Then we can use the directory name as album name by default when creating new album.

When creating new album, where to put the 'Upload' button? image

I would keep this simple for ease of maintenance, adding the upload from the computer button makes sense, you can manually enter the album name afterward

@alextran1502 commented on GitHub (Nov 15, 2022): > > Yeah, I understand and it shouldn't be too hard to implement since we already have code that allows uploading from the computer, so we should be able to tweak it (for the album page) to both upload and add to the selected album. > > I checked it again, is it possible to upload a directory? Then we can use the directory name as album name by default when creating new album. > > When creating new album, where to put the 'Upload' button? ![image](https://user-images.githubusercontent.com/44153489/201829733-0f8fb547-56c1-47f5-84f3-17c5baeb5964.png) I would keep this simple for ease of maintenance, adding the upload from the computer button makes sense, you can manually enter the album name afterward
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#385