Everything posted by HaveAGitGat
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
As the log says, check the section above :). It will contain the error.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Try /app/logs
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Seems to be related to NVIDIA drivers/settings, have a look here: https://github.com/NVIDIA/nvidia-docker/issues/1225
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
No worries!
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Read literally my last message before yours
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Did you mistakenly quote me and overwrite with a new message?
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
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.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Ok let me know if you have the same issue on 2.00.15 (out a few hours ago).
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Ok good that it's working. So was it just an issue with your local template or does the main template need updating? (I'm not unRAID myself): https://github.com/selfhosters/unRAID-CA-templates/blob/master/templates/tdarr_node.xml
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
@RYZEN5000 looking good! Thanks for the pics.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
What did you change the node name to? Also try restarting both the server and node.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
The Docker deps and ffmpeg being used is the same as before, no changes have been made to that. Make sure you pull the latest image, sounds like you might still be on the old one with the internal node causing interference. https://github.com/HaveAGitGat/Tdarr/issues/562
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Yeah if you’re running the server and node on the same machine then you can just use Tdarr_Server and set internalNode=true. There’s a PR to update the unraid template: https://github.com/selfhosters/unRAID-CA-templates/pull/317
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
It's not broken. The new Server image contains a Node so you most likely have 2 Nodes running on the same port which are interfering with each other. I've just released a small Server image update so you now have to set internalNode=true to enable the Node in the Server container. So pull the latest container and enable the internal Node as you see fit. Leaving it disabled should mean things run the same as before. https://docs.tdarr.io/docs/installation/docker/run-compose/
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Are the files encrypted? Handbrake doesn't support encrypted media files.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Which plugins/transcode settings are you using?
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Have you set up the GPU variables? https://docs.tdarr.io/docs/installation/unraid https://unraid.net/de/blog/unraid-6-9-capture-encoding-and-streaming-server You need to use the Nvidia Driver package:
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
This was fixed shortly after it was first reported. Should be working fine now.