Jump to content

usTrUcX

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by usTrUcX

  1. Hi, thank you for making this. As all tutorials are outdated, they show fields that doesn't exist on these (SABnzbd and Sonarr docker templates), is there anywhere I can find up to date information on how do I have to change/add fields to the docker template to make it actually work?

     

    SABnzbd had this:

    /mnt/user/appdata/data:/data

     

    Sonarr had these:

    /mnt/user/appdata/data:/data

    /mnt/user/media/:/media

     

    However Sonarr show this:

    You are using docker; download client SABnzbd places downloads in /config/Downloads/complete but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.

     

    While following these tips I changed the mappings to this, without success:

    SAB:

    /mnt/user/downloads:/data

     

    Sonarr:

    /mnt/user/downloads:/data

     

    Could anyone please kindly show the path to me or screenshots of their own setup so I can give this another go? I have been on trial and error mode for a couple of days and this looks like something extremely simple that just isn't obvious to me.

     

    Thank you, have a great Sunday!

  2. Hi, thank you for this amazing template. Please can anyone enlighten me where exactly, with uttermost precision, the config.yml file must be created, considering how the container is set up by default in Unraid?

     

    NVM, going like `sudo nano /mnt/user/appdata/frigate/config.yml` from Unraid terminal did it, it just wont recognize my nvidia gpu, I followed the instructions from the description (If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.
    - If you want to use the NVidia TensorRT Detector, you have to select the correspondig NVIDIA branch.) but it says "Hardware acceleration has not been setup, see the docs to setup hardware acceleration.".

     

    NVM, all it needed was:

    ```

    ffmpeg:

      hwaccel_args: preset-nvidia-h264

    ```

    on the config file.

  3. 2 hours ago, last.rogue said:

     

    You will just need to wait until an update to the container is made available. It should be available now as I just updated. You could go into your docker tab in unraid, scroll to the bottom, and click check for updates (if you don't already see an apply update button next to your plex container).

    Thank you, I feel very stupido I never realized such button was there lol. Clicking it made the update prompt show up, problem solved, thanks again!

×
×
  • Create New...