tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Add Tdarr Docker Support #93

Closed wibuf closed 3 years ago

wibuf commented 4 years ago

Tdarr is an app for file transcode automation

https://github.com/HaveAGitGat/Tdarr https://old.reddit.com/r/PleX/comments/e73tw5/tdarr_beta_videoaudio_library_transcoderemux/

It has Nvidia GPU support so that would be nice to have as well

archshift2 commented 3 years ago

I was able to setup Tdarr fairly easily using a docker-compose.override.yml file. This file sits alongside the docker-compose.yml file and will slipstream any additional containers into the mediabox install. Only item missing is you will have to manually add a link in the muximux file after each update or type the address/port manually to acces

docker-compose.override.zip

File added for reference. Had to zip because github wont allow for .yml attachment.

tom472 commented 3 years ago

@archshift2 - Thanks for the info and the file -- I'll try and get a bit of time to have a look / test.

Thanks --Tom

tom472 commented 3 years ago

@archshift2 -- For the "missing part" you mention of needing to add a link in Muximux -- Would that be for just the web-frontend part of Tdarr? Or would the "node(s)" need a Muximux entry too?

archshift2 commented 3 years ago

@tom472 - its just for the WebUI. I have been running this setup for a couple weeks and it has worked really well. Saved about 20% of disk space. The distributed node is a nice feature too. I was able to install the node on my daily PC and run transcodes overnight to assist with the load.

Muximux image for reference. image

tom472 commented 3 years ago

OK that shouldn't be to hard to account for and add in .. The weekend is coming - maybe I'll be able to get this added in - thanks again for the effort, info and feedback. --Tom

tom472 commented 3 years ago

Thanks to the awesome post and yml file from @archshift2 -- Tdarr has been added into Mediabox. Please give it a test and see how it is working. Thanks Again @archshift2 !!