[Feature]: Show album owner #331

Closed
opened 2026-02-04 19:46:53 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @oddlama on GitHub (Sep 24, 2022).

Feature detail

Just a minor thing: When I currently share an album with a person, only the shared persons are shown in the list of people at the top. This is a little confusing for the other users, it appears as if the owner of the album isn't actually added to the album.

image

Two people have access to this album, but it looks like only one person does.

Platform

Web

Originally created by @oddlama on GitHub (Sep 24, 2022). ### Feature detail Just a minor thing: When I currently share an album with a person, only the shared persons are shown in the list of people at the top. This is a little confusing for the other users, it appears as if the owner of the album isn't actually added to the album. ![image](https://user-images.githubusercontent.com/31919558/192112759-a32758c3-70c7-42c5-97a4-30a6602166aa.png) Two people have access to this album, but it looks like only one person does. ### Platform Web
Author
Owner

@Spyy004 commented on GitHub (Oct 12, 2022):

Hey, can you assign me this? I am working on it

@Spyy004 commented on GitHub (Oct 12, 2022): Hey, can you assign me this? I am working on it
Author
Owner

@Spyy004 commented on GitHub (Oct 17, 2022):

can you please tell me the file in the directory which needs inspection?

@Spyy004 commented on GitHub (Oct 17, 2022): can you please tell me the file in the directory which needs inspection?
Author
Owner
@bo0tzz commented on GitHub (Oct 21, 2022): @Spyy004 The rendering for the web client's album members is at https://github.com/immich-app/immich/blob/main/web/src/lib/components/album-page/album-viewer.svelte#L420-L438. For the mobile app, it's at https://github.com/immich-app/immich/blob/main/mobile/lib/modules/album/views/album_viewer_page.dart#L158-L184.
Author
Owner

@bo0tzz commented on GitHub (Nov 2, 2022):

@Spyy004 are you still working on this, or should I unassign you?

@bo0tzz commented on GitHub (Nov 2, 2022): @Spyy004 are you still working on this, or should I unassign you?
Author
Owner

@martyfuhry commented on GitHub (Feb 4, 2023):

If you update the AlbumResponseDTO (or maybe it's now becoming Album) to replaceownerId with a OwnerResponseDTO owner, then I can implement this very easily.

@martyfuhry commented on GitHub (Feb 4, 2023): If you update the `AlbumResponseDTO` (or maybe it's now becoming `Album`) to replace`ownerId` with a `OwnerResponseDTO owner`, then I can implement this very easily.
Author
Owner

@jrasm91 commented on GitHub (Feb 5, 2023):

We can probably make a change in the api to support this, but I have a feeling owner id isn't currently a foreign key, so it'll take a little bit more effort to do it 😛

@jrasm91 commented on GitHub (Feb 5, 2023): We can probably make a change in the api to support this, but I have a feeling owner id isn't currently a foreign key, so it'll take a little bit more effort to do it 😛
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#331