Difference between revisions of "Tdarr"
Plittlefield (talk | contribs) (Created page with "TO DO == Variables == Filename without extension = <code>"{{{args.inputFileObj._id}}}"</code>") |
Plittlefield (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | == Introduction == | |
+ | [https://home.tdarr.io/ 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 == | == Variables == | ||
Filename without extension = <code>"{{{args.inputFileObj._id}}}"</code> | Filename without extension = <code>"{{{args.inputFileObj._id}}}"</code> | ||
+ | |||
+ | 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 |
Revision as of 14:47, 19 October 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