simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.91k stars 55 forks source link

Feature request: Add tag to uploaded files #484

Open redge76 opened 2 months ago

redge76 commented 2 months ago

Hi,

Now that tags are fully supported in immich, would it be possible to apply one or multiple tags when uploading pictures ? I'd like to add a tag "to-review_UPLOAD-DATE" to my pictures so that I know which one I have to sort and review.

This is especially important when importing large volume of picture from multiple sources. For example I upload pictures take by my wife in my immich instance. Tagging these pictures would enable me to find them more easily.

simulot commented 2 months ago

Sounds interesting. There is an API call to create and asign tags to asset.

In the TODO.

redge76 commented 2 months ago

And it's something that the CLI or the web app don't implement too.

kosli commented 1 month ago

it would be great if the tags could be used similiar to the album feature in the upload, as tags do support sub-tags which albums do not support.

benjamonnguyen commented 1 month ago

Hey yall! I've put up a PR for this feature if you want to check it out.