February 1, 20215 yr How do we upgrade to v2? I don't see server/node containers in Community Applications. Congrats and thanks for the new version!
February 2, 20215 yr Thanks! Got it up and running, but I have an issue with one of the plugins. When using the plugin "Tdarr_Plugin_drdd_standardise_all_in_one" I get the following error at the end of a transcode: "File is not video Tdarr_Plugin_drdd_standardise_all_in_one - Pre-processing ☒Plugin error! TypeError: Cannot read property 'streams' of undefined" The file is a video file. I suspect plugins might have to be re-written specifically for v2.
February 3, 20215 yr Hey, Just installed the new V2 version, used v1 many months back Installed everything ok, the one issue i have is the config is lost whenever i add a new variable to the docker container and start it up. If i perform a stop -> start or restart the config is fine. Its only when i add a new variable like NVIDIA settings that the config gets wiped out. I haven't tested this on an unraid reboot. I beleive its becuase its not saving the config in the appdata folder for some reason. The appdata\tdarr folder has the config and log file folders but no files contained in them Any ideas what im doing wrong? Edited February 3, 20215 yr by trig229
February 4, 20215 yr Hi, resolved the issue. Looks like the container paths are not set correctly as the default options Hope this helps anyone with the same issue. @HaveAGitGat im not sure how to go about updating default options in docker/CA? It is also the same for the Tdarr_Node as well When adding the docker, the default values for the config, logs. and appdata are all set to the actual host path and not the container path, see below example. It should be set to whats in the description Updated the paths to the following and all working
February 5, 20215 yr the fixes for the template were uploaded a few days ago. SHOULD be fixed now. see here: https://github.com/selfhosters/unRAID-CA-templates/pull/221 Edited February 5, 20215 yr by pyrater
February 5, 20215 yr I ran into this same problem, but even after clearing the containers in an attempt to start fresh, i still dont have the default config, logs, etc. Is there some way to make sure the templates are updated? Also, if you are setting up tdarr, and it asks for server IP, do you put the host (brdige mode) or reference itself? Same question for node, it asks for both server IP and node. I assume i put unraid IP (bridge again) for the server, but for node is it referring to self. Edited February 5, 20215 yr by TheDon typos
February 5, 20215 yr 17 hours ago, pyrater said: the fixes for the template were uploaded a few days ago. SHOULD be fixed now. see here: https://github.com/selfhosters/unRAID-CA-templates/pull/221 The fixes are currently in the testing branch of the templates, not in the master branch.
February 5, 20215 yr 1 hour ago, Squid said: The fixes are currently in the testing branch of the templates, not in the master branch. Explains my situation then, I'll wait for that to hit master. Thanks @Squid!
February 8, 20215 yr Stupid question - do I need both the tdarr and tdarr node installed if I am only using my server? If so which docker do I add my NVidia variables to? edit - found an answer on reddit, just the node needs GPU https://www.reddit.com/r/Tdarr/comments/lc6uhz/unraid_tdarr_tdarr_node/glygt9c?utm_source=share&utm_medium=web2x&context=3 Edited February 8, 20215 yr by ice pube
February 10, 20215 yr On 2/3/2021 at 2:04 PM, trig229 said: Hey, Just installed the new V2 version, used v1 many months back Installed everything ok, the one issue i have is the config is lost whenever i add a new variable to the docker container and start it up. If i perform a stop -> start or restart the config is fine. Its only when i add a new variable like NVIDIA settings that the config gets wiped out. I haven't tested this on an unraid reboot. I beleive its becuase its not saving the config in the appdata folder for some reason. The appdata\tdarr folder has the config and log file folders but no files contained in them Any ideas what im doing wrong? Can you post your node settings? I am super confused as to how I am supposed to set this up.
February 10, 20215 yr Here you go. I have set mine to custom network as originally the template listed the server port field as "port" type and so conflicted with the tdarr server port. I think the template is updated now though as i can see a new field for server port as a "variable" instead of "port" type.
February 10, 20215 yr PSA: If your server can't find the node(s), make sure that they're all on the same version.
February 10, 20215 yr [91m[2021-02-11T07:24:56.320] [ERROR] Tdarr_Node - [39mNode: 192.168.1.2:8267 - Server version is 2.00.03 but Node version is 2.00.04. Just updated. using haveagitgat/tdarr and haveagitgat/tdarr_node
February 10, 20215 yr Just now, deadmeatgames said: [91m[2021-02-11T07:24:56.320] [ERROR] Tdarr_Node - [39mNode: 192.168.1.2:8267 - Server version is 2.00.03 but Node version is 2.00.04. Just updated. using haveagitgat/tdarr and haveagitgat/tdarr_node Exactly. Update and it'll fix.
February 10, 20215 yr I had to stop both, check for updates, and it found an update for node. Once applied, it came back up
February 19, 20215 yr Hello, I've run into the following error on about 1,000 tv episodes. Error: File is not a video. Output for info on the file is attached Tdarr-error.txt
February 20, 20215 yr Author 15 hours ago, eagle470 said: Hello, I've run into the following error on about 1,000 tv episodes. Error: File is not a video. Output for info on the file is attached Tdarr-error.txt 714 B · 0 downloads Make sure to put this community plugin at the top of your plugin stack: Tdarr_Plugin_lmg1_Reorder_Streams Most plugins expect the video stream as the first stream in order work correctly
February 20, 20215 yr 4 hours ago, HaveAGitGat said: Make sure to put this community plugin at the top of your plugin stack: Tdarr_Plugin_lmg1_Reorder_Streams Most plugins expect the video stream as the first stream in order work correctly I have that as the first plugin process. I know the files ARE videos, I can watch them on Plex.
February 28, 20215 yr Hello everyone. New to tdarr and my goal is to replace handbrake since it seems like nvenc h.265 10bit is in an unknown status on when it will come to handbrake. This software is really awesome but I'm having trouble bringing my file size down with decent quality comparable to handbrake. I'm using the migz nvenc gpu plugin. comparison 30gb file, handbrake (gpu h.265) with english only audio and subs get's down to little less than 4gb. With tdarr that number is currently 15gb. Can anyone point me to plugins that can do gpu based nvenc h.265 10bit with decent quality and a much better file size? Or is it possible to convert my current handbrake configuration into the correct ffmpeg cli string (with 10bit) or does anyone have their own non-community plugins that would so something similar? @HaveAGitGat any tips here? Edited February 28, 20215 yr by repomanz
March 2, 20215 yr I solved my problem. I copied locally the plugin "Tdarr_Plugin_MC93_Migz1FFMPEG" and tuned it a bit. I ended up modifying this line in the plugin to tailor to my needs. response.preset += `,-map 0 -c:v hevc_nvenc -rc:v vbr_hq -cq:v 28 -tune flim -preset slow ${bitrateSettings} ` key change/add: -cq:v 28 -tune flim -preset slow Edited March 2, 20215 yr by repomanz
March 12, 20215 yr Really wishing there was a way to ignore all objects already in h.265 or what ever format so they don't have to get checked.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.