Jump to content

mountainmantra

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by mountainmantra

  1. On 11/28/2023 at 2:50 PM, KarlMeyer said:

    Does anyone here have hardware acceleration on their igpu working for this container? I mapped it correctly, the same way I have it working in plex, but can't get it to work. The github repository isn't very helpful.

     

    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. On 5/9/2022 at 1:11 PM, sloob said:

    Bit of a noob here, Would it be possible to get the path of where the detected file change occured and use it in the command?

     

    Example: docker exec -i nextcloud sudo -u abc php /config/www/nextcloud/occ files:scan admin --path="/admin/<INOTIFY PATH HERE>"

     

    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. 

×
×
  • Create New...