Got Tdarr and TdarrNode installed and working.
I want to make two separate flows, one that does transcodes on movies, one that does it on tvshows.
P:\PlexServer\TV Shows
P:\PlexServer\Movies (There is one more layer of nesting before it gets to movies here)
That is what my libraries are
I want the movie flow to grab a movie, check its size, if its greater than 5g, check its codec, if its not AV1, transcode, otherwise add it to the skiplist and move on.
I want the tv show flow to do the same, but the size is not greater than 2g, since they tend to be smaller.
I would also like it to move the files out of the main library, to a faster SSD for transcoding. for now it should just move them out to P:\PlexServer\Tdarr\... since I dont yet have the SSD for it to use.
Once transcoding finished, it should notify sonarr/radarr of the changes? i dont quite know what that means from the block, but im guessing its needed. and then add it to the skiplist so it doesnt get stuck in a loop looking over the same file more than once.
here is what i came up with that does this, but it doesnt seem to grab files. this one is just for movies.
https://pastebin.com/7DSuttwM