Tdarr icon indicating copy to clipboard operation
Tdarr copied to clipboard

Continuing: Ok keeping it simple.

Open tmyflyte opened this issue 2 years ago • 3 comments

Hi, I'm sorry to bring this topic up again, but I can't see the Force processing option (I'm on Tdarr 2.00.18 running on unraid)

My case: I did a test run using CPU transcoding of a backup folder, now I want to run all the original files using GPU transcoding but the filenames are the same. They're automatically moved to the Error/Cancelled tab


Ok keeping it simple.

All new plugins created in the next version will have a new forceProcessing switch which overrides the filter:

image

Force processing can be set in the queue or in the 'Search' tab:

image

It will allow for the FIRST plugin filters in the plugin stack to be overriden. It is best practice to have the transcoding plugin at the top of the stack anyway.

So a typical stack might look like:

Transcode using HandBrake Remove subs Remove closed captions

The force processing will force the handbrake transcode and then the status for force processing is reset.

Originally posted by @HaveAGitGat in https://github.com/HaveAGitGat/Tdarr/issues/87#issuecomment-561785304

tmyflyte avatar May 23 '22 16:05 tmyflyte

Hi the forceProcessing option from V1 was removed in V2 as it didn't really work (or only in certain cases) so it was more confusing to keep it in.

Which plugin are you using?

HaveAGitGat avatar May 23 '22 18:05 HaveAGitGat

Thanks for the response. I'm using these:

image

tmyflyte avatar May 23 '22 18:05 tmyflyte

Plugins are conditional so you need to add some conditions so that Tdarr knows the file is as you require.

So the Migz plugin is checking if the file is hevc or not and transcoding based on that.

So in your case you could use metadata, bitrate, size or something other than codec to say if the file needs to be processed or not.

All the plugin are inspecting the file and producing transcode arguments based on the conditions. So it's not possible to force processing with those plugins as they won't product any transcode arguments as the file already meets the conditions.

HaveAGitGat avatar May 26 '22 12:05 HaveAGitGat

Re-open if needed.

HaveAGitGat avatar Feb 07 '23 05:02 HaveAGitGat