Difference between revisions of "Tdarr"
Plittlefield (talk | contribs) |
Plittlefield (talk | contribs) |
||
Line 23: | Line 23: | ||
=== Clear Cache === | === Clear Cache === | ||
− | All from the main page. Pause all nodes. Under 'staging section'. 'Staged files' tab(I will usually skip the trouble file), then to the 'Cache browser' tab delete [X] everything in that tab. Restart the main docker and nodes. Then go back to the 'transcode successful/not required tab' and under the 'status' section and re-queue the trouble file. Hopefully that will end your loop you are in. | + | All from the main page. Pause all nodes. Under 'staging section'. 'Staged files' tab(I will usually skip the trouble file), then to the 'Cache browser' tab delete [X] everything in that tab. Restart the main docker and nodes. Then go back to the 'transcode successful/not required tab' and under the 'status' section and re-queue the trouble file. Unpause all nodes. Hopefully that will end your loop you are in. |
=== Reddit === | === Reddit === | ||
https://www.reddit.com/r/Tdarr | https://www.reddit.com/r/Tdarr |
Latest revision as of 11:11, 11 November 2024
Introduction
Tdarr is one of the Starr apps and is a automated transcoding system - taking your original video files and remixing them to a smaller size.
It is also capable of distributing the jobs to other computer nodes on your network thereby reducing the time needed to work.
You build flows of work that can be finely tuned to handle all sorts of scenarios. For example ...
Original File --> Check --> Clean --> Transcode to 720p with only 1 English audio track --> Move to Emby Library --> Notify
Variables
Filename without extension = "{{{args.inputFileObj._id}}}"
Storing the movie name and year - https://www.reddit.com/r/Tdarr/comments/1g3m7i7/flow_variable_to_store_movie_name_year/
Loops and variables - https://www.reddit.com/r/Tdarr/comments/17ukeoe/is_there_a_better_way_to_do_fallback_conversion/
Templating - https://docs.tdarr.io/docs/plugins/flow-plugins/basics#plugin-variable-templating
Help
Clear Cache
All from the main page. Pause all nodes. Under 'staging section'. 'Staged files' tab(I will usually skip the trouble file), then to the 'Cache browser' tab delete [X] everything in that tab. Restart the main docker and nodes. Then go back to the 'transcode successful/not required tab' and under the 'status' section and re-queue the trouble file. Unpause all nodes. Hopefully that will end your loop you are in.