Hacker News new | ask | show | jobs
by prmph 110 days ago
What about using the file name itself as the metadata storage?
2 comments

I have used this approach with exiftool to add custom tags for “album”.

https://stackoverflow.com/a/68284922

Here is my source file for it. It was so long ago I don’t recall all the details but you can retrieve this information using exif commands.

https://github.com/jmathai/elodie/blob/master/configs/ExifTo...

That works but has strict length limits and is visibly ugly. Fine for very limited cases I guess