Hi, I have a large set of images and videos and access them by mount share (nfs).
I would like to create the thumbnails (which are living in .cache/thumbnails) on the host and share on each pc, but run in the issue that the local pc’s create the thumbs again with different file names.
I learned somewhere that the file names are md5 hashes, somehow decoded.
My file has same md5 hash by accessing local and from remote.
site$ md5sum 1.jpg
75a3f19be2b9c897c97a2e37e640d436 1.jpg
but dolphin generates not recognize the files createt on remote (copied by rsync) and creates new set of files.
429ae7fc3976e8553df4be60d7fbaa52.png
5566d46e9c4a4fce8a57f36310a8af1cf.png
Any idea how to fix this? Or what’s happening there. Maybe there is some mixed key with is evolved and needs to be set.