stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Ability to use symbolic links for videos

Open cambiph opened this issue 3 years ago • 4 comments

It would be nice to see if stash can correctly handle symbolic links. Because of torrenting and seeding, I have a specific directory structure. At the moment of writing, I need to copy my videos to a different folder. It would be excellent if I could just create symbolic links and stash would be able to pick them up.

I tested it with the current version of stash but the symbolic link does not get picked up (created with ln -s).

cambiph avatar Jul 20 '22 07:07 cambiph

symbolic links work for me on windows. can you describe the problem more?

MrX292 avatar Jul 20 '22 14:07 MrX292

I created the symbolic link using ln -s originalFile newFile and it is showing as follows on my filesystem: 2022-07-29 10_03_08-

However, when I click 'Scan' in Stash settings, no new file is detected.

cambiph avatar Jul 29 '22 08:07 cambiph

What do you see in the scan logs (Settings -> Logs)? It's possible you have an exact duplicate file already in Stash, in which case it will skip the new file saying it's a duplicate. Example:

Finished counting files. Total files to scan: 6, 1 new files found
newfile.mp4 already exists. Duplicate of original.mp4
Scan finished

If your log shows 0 new files found then it's truly not being detected

7dJx1qP avatar Jul 29 '22 12:07 7dJx1qP

The log is showing the following:

error scanning /data/Kiwi Sweet.mp4: lstat /data/Kiwi Sweet Gets Banged & Enjoys A Hard Cock Before Getting Facialized - Teen Tryouts Audition 11 - Remaster & AI Upscale 1080p (Request) [Epaminondas].mp4: no such file or directory

I am using stash inside a Docker image. I assume that the volume mapping might be an issue or something?

cambiph avatar Jul 29 '22 15:07 cambiph

This does not look like a stash issue. Closing as stale in any case.

WithoutPants avatar Jun 14 '23 07:06 WithoutPants