-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Set the album description #64
Comments
Thank you for your suggestion! Unless such a feature is requested by many people, I don't think it will be added. |
Just replying because of this:
I was about to request a similar feature, where a text file at the root of an album would be able to override e.g. the album title if present, or listing the name of a specific asset of the album to use as a thumbnail. So, yeah - at least plus one person requesting this. I feel like this could be added as an optional argument for the local path to the data, and a pretty simple match (e.g. if Immich sees the external library as I definitely appreciate that it's a bit of a departure from the way it works at the moment though. |
By setting |
That's a fair question - I'm not using ranges so I hadn't thought of it. I feel like it's an edge case that, as long as it's well defined (and documented), doesn't matter too much - maybe consider only text files at the root of what would eventually create the album? E.g. if |
Concept for implementationPrerequisites:
|
This sounds great! I'm just wondering, in terms of the album cover, if we could instead (or in addition to the currently planned options) refer to a specific asset by filename? I understand that the current options are what currently exist in this script, hence simpler to implement, so maybe an idea for the future, but designing the configuration file with that in mind might be nice. |
Thanks for your feedback! Doesn't sound too bad in terms of effort. However, due to the possibility of multiple files from different folders present in the same album, a simple file name might not be unique. Furthermore, taking the possibility of multiple root paths into account well, it would have to be a fully qualified path to actually be unique in any case. Edit: On second thought, a fallback might not even be necessary. If the file does not exist, no new thumbnail/cover would be set, so that's a non-issue. |
Fully qualified path sounds good yeah! |
A working prototype is available in branch feat/advancedAlbumProps. Otherwise, should be functioning. Tests and feedback are much appreciated! |
I have album descriptions in text files inside the folder structure that defines my albums on disk. Would be great if your script would read those. Preferably using a standard format. (I will then make sure to first convert my proprietary files (such as picasa.ini files) to this standard.
The text was updated successfully, but these errors were encountered: