Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation

Featured Replies

thanks for the heads up on that plugin. i missed it when i was looking through things. exactly what i wanted. 

  • Replies 797
  • Views 286.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Nvidia support is in the works. 

  • HaveAGitGat
    HaveAGitGat

    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://g

  • Tdarr is working now! Docker template is fixed now, I was playing around with docker compose scripts for a few hours trying to install it that way but I went back and tried it again and its been updat

Posted Images

  • Author

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.

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tdarr_node' --net='bridge' -e HOST_OS="Unraid" -e 'serverIP'='10.77.1.191' -e 'serverPort'='8266' -e 'nodeIP'='10.77.1.191' -e 'nodeID'='sirius-tdarr' -e 'PUID'='99' -e 'PGID'='100' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-acf7c293-e00b-0199-8ad0-e8c030a1dc2e' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -p '8267:8267/tcp' -p '8267:nodePort/tcp' -v '/mnt/user/appdata/tdarr/configs':'/app/configs':'rw' -v '/mnt/user/appdata/tdarr/logs':'/app/logs':'rw' -v '/mnt/user/kino/':'/mnt/media':'rw' -v '/temp':'/temp':'rw' --runtime=nvidia 'haveagitgat/tdarr_node'

docker: Invalid containerPort: nodePort.
See 'docker run --help'.

The command failed.

 

 

Try to reinstall from previous app, can anyone suggest something to fix? 

Edited by m0t0rh3ad

  • Author
19 minutes ago, m0t0rh3ad said:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tdarr_node' --net='bridge' -e HOST_OS="Unraid" -e 'serverIP'='10.77.1.191' -e 'serverPort'='8266' -e 'nodeIP'='10.77.1.191' -e 'nodeID'='sirius-tdarr' -e 'PUID'='99' -e 'PGID'='100' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-acf7c293-e00b-0199-8ad0-e8c030a1dc2e' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -p '8267:8267/tcp' -p '8267:nodePort/tcp' -v '/mnt/user/appdata/tdarr/configs':'/app/configs':'rw' -v '/mnt/user/appdata/tdarr/logs':'/app/logs':'rw' -v '/mnt/user/kino/':'/mnt/media':'rw' -v '/temp':'/temp':'rw' --runtime=nvidia 'haveagitgat/tdarr_node'

docker: Invalid containerPort: nodePort.
See 'docker run --help'.

The command failed.

 

 

Try to reinstall from previous app, can anyone suggest something to fix? 

Read literally my last message before yours :)

3 minutes ago, HaveAGitGat said:

Read literally my last message before yours :)

Thank you! Sorry for my for my inattention

  • Author
2 hours ago, m0t0rh3ad said:

Thank you! Sorry for my for my inattention

No worries!

Is there a plugin to encode videos already in x265 or hevc format that are over a configured size?

 

From time to time Radarr will download a file that is 80 or 90 GB and I’ve been using handbrake to re-encode those so that they’re not nearly so big but that takes several days to finish. I’d love to be able to do this with TDARR but I can’t find any plugins that will include videos already in x265.

14 hours ago, HaveAGitGat said:

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.

Thanks for this. 

This issue/solution also applies to the tdarr_node container.

21 hours ago, Diesel said:

Thanks for this. 

This issue/solution also applies to the tdarr_node container.

 

Fixed!  Removing second node port from Server and the only/one node port from Node restored the containers!

 

I'm at a loss here with an error I'm getting trying to start the tdarr_node.  First time installing it, and I'm following SpaceInvader One's tutorial to the letter, but I get the following error in the docker log when trying to start the tdarr node:
 

time="2022-03-07T00:48:14.558820261-05:00" level=error msg="Handler for POST /v1.37/containers/5dbed73992df/start returned error: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #1:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: ldcache error: process /sbin/ldconfig terminated with signal 7: unknown"

 

If anyone has any idea what's wrong let me know.

  • Author
2 hours ago, Daxter said:

I'm at a loss here with an error I'm getting trying to start the tdarr_node.  First time installing it, and I'm following SpaceInvader One's tutorial to the letter, but I get the following error in the docker log when trying to start the tdarr node:
 

time="2022-03-07T00:48:14.558820261-05:00" level=error msg="Handler for POST /v1.37/containers/5dbed73992df/start returned error: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #1:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: ldcache error: process /sbin/ldconfig terminated with signal 7: unknown"

 

If anyone has any idea what's wrong let me know.

Seems to be related to NVIDIA drivers/settings, have a look here: https://github.com/NVIDIA/nvidia-docker/issues/1225

Really new at this and I am following the Space Invader YouTube video on how to install and setup Tdarr. 

 

I am to the point to add a Library and when he clicks Show Folder, he gets his subdirectories to show up. I get nothing. 

 

I have movies, TV shows, and music in those folder and nothing. I have gone over typos, and paths the best that I know how, but I will admit that isn't very much. Like I said, very new at this. 

 

I took screen shots of my Tdarr, Tdarr Node, and Web UI settings. 

 

Can anyone see what I am doing wrong? 

tdarr settings.pdf tdarr node settings.pdf Tdarr WEB ui.pdf

20 minutes ago, cencal2235 said:

 

Can anyone see what I am doing wrong? 

Looks like your media mapping is pointing to a nonexistent location on the array. Typically it would be something like /mnt /user/movies on the host side.

Tdarr logs states that logs are "Stored in: /app/server/Tdarr/Logs". I cannot find this location using binhex-krusader. Can someone please tell me where I should be looking? Could that log location be made a hyperlink?

  • Author
11 minutes ago, Steviewunda said:

Tdarr logs states that logs are "Stored in: /app/server/Tdarr/Logs". I cannot find this location using binhex-krusader. Can someone please tell me where I should be looking? Could that log location be made a hyperlink?

Try /app/logs

When I enter /app/logs in Krusader's address bar, I get "Error: The folder /app/logs does not exist"

IIRC it’s in appdata. Probably mnt/cache/appdata/tdarr/logs.

Thanks - found it ;-)

On 3/7/2022 at 3:50 AM, HaveAGitGat said:

Seems to be related to NVIDIA drivers/settings, have a look here: https://github.com/NVIDIA/nvidia-docker/issues/1225

I read through this thread and I'm not sure what I'm supposed to do with this info.  I'm new to unraid and I don't know much about docker, so I don't know how to apply any of the possible fixes from that thread to my system.

The last solution on the page mentioned making sure libnvidia-container1 version is set to 1.5.0, but where would I do that?

Enabling internal node and setting IP/name still not seeing it show up. Any ideas?

 

Edit: had to use localhost instead of IP

Edited by Econaut

On 3/5/2022 at 2:31 AM, HaveAGitGat said:

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.

Thank you! 

On 3/11/2022 at 8:52 AM, Econaut said:

Enabling internal node and setting IP/name still not seeing it show up. Any ideas?

 

Edit: had to use localhost instead of IP

Thank you. I was struggling with this for a few days. I figured I'd just wait for an update for the docker or something and didn't really want to bother going back to separate server and node dockers. Changing node IP to localhost was the trick. 👍

On 3/4/2022 at 4:36 PM, HaveAGitGat said:

Ok let me know if you have the same issue on 2.00.15 (out a few hours ago).

with 2.00.15 it seems good to me. it started as soon as i restarted the node docker. 

I just updated my windows node to 2.00.16, is this docker container going to be updated to 2.00.16 soon?

  • Author
1 hour ago, croode82 said:

I just updated my windows node to 2.00.16, is this docker container going to be updated to 2.00.16 soon?

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

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.