mountainmantra

Members
  • Posts

    3
  • Joined

  • Last visited

mountainmantra's Achievements

Noob

Noob (1/14)

0

Reputation

  1. some good resources here: https://github.com/stashapp/stash/discussions/4439#discussioncomment-8165005 *edit* I was able to get this working on my nvidia 1080 for me it was only 2 steps, but hours of troubleshooting for a stupid mistake i made 1. use this repo: https://github.com/feederbox826/stash-s6/pkgs/container/stash-s6 2. set extra parameters to: --runtime=nvidia 3. use these options inside stash: https://github.com/feederbox826/stash-s6/blob/main/docs/hwaccel.md
  2. I'm looking for an answer to this exact question. I'm writing a script that i want to trigger on file creation to create hardlinks/manage my photo collection, I can write around this, but having a simple script run to create hardlinks for each image would be a lot easier than building a script to monitor and have conditions for when it can run.