HaveAGitGat

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

HaveAGitGat last won the day on November 8 2019

HaveAGitGat had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HaveAGitGat's Achievements

Apprentice

Apprentice (3/14)

19

Reputation

  1. Honestly not even sure where to start with that one so will probably just leave it be (haven't seen one like that in the 2.5 years on here). Instead of jumping in the Discord for a few mins to correct his improper config he decided to post that on here but hey ho, just the way it is sometimes unfortunately.
  2. The Docker images were updated at the same time as the packages so try repulling or force repulling the images. https://hub.docker.com/r/haveagitgat/tdarr/tags
  3. Seems to be related to NVIDIA drivers/settings, have a look here: https://github.com/NVIDIA/nvidia-docker/issues/1225
  4. Just a heads up for anyone updating to .15 on unraid, you may need to delete a second 'nodePort' variable in your container settings. It was removed in the template last week but for some people unraid still keeps that variable in for some reason.
  5. I did create a PR for removing that a while ago but wasn’t sure if it would break things for some people. Have a look at this: https://github.com/HaveAGitGat/Tdarr_Plugins/pull/223/files For the new file size check, have a look at this plugin. Tdarr_Plugin_a9he_New_file_size_check Add it anywhere in your plug-in stack.
  6. It was most likely due to this update with FFmpeg: https://github.com/HaveAGitGat/Tdarr/issues/555 I've rolled back the FFmpeg version so if you pull the latest image (2.00.15.1) then it should work as before. Let me know if you have any issues.
  7. Yesterday was 2.00.14 which uses the same FFmpeg as 2.00.15 today, you can see the Dockerfile here: https://github.com/HaveAGitGat/Tdarr/blob/master/docker/Dockerfile So if it was working before it should be working now too. The FFmpeg update was mentioned in the 2.00.12 [12th December 2021] notes. I’ll check with Vodka about that plug-in. I think you can remove the vbr_hq from that plug-in to make it work.
  8. Which version did you update from? The issue is the the FFmpeg version was updated in December and the syntax is slightly different for some things.
  9. There was an issue with the template last week which was fixed last week. You can see template here: https://github.com/selfhosters/unRAID-CA-templates/blob/master/templates/tdarr_node.xml Not sure how the unRAID template updating works but seems you still had an old version I think.
  10. Ok let me know if you have the same issue on 2.00.15 (out a few hours ago).