HaveAGitGat / Tdarr

Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker)
Other
2.91k stars 90 forks source link

Importing Plugins in Flow #1050

Closed hexlo closed 1 month ago

hexlo commented 1 month ago

Please put plugin requests/bugs at: https://github.com/HaveAGitGat/Tdarr_Plugins

Is your feature request related to a problem? Please describe. I'm trying to create a Flow for my media library. I'd like to use the classic plugins used in the Classic Plugin Stack in my Flow. The only way to import them is to create a new Flow and import a stack as a new template.

Describe the solution you'd like I'd like to be able to import plugins (classic or not) in any Flow.

Describe alternatives you've considered The import "Classic Plugin Stack" option could be available in the Flow editor, instead of only being available when you create a new Flow.

Additional context Screenshot 2024-07-23 182000

supersnellehenk commented 1 month ago

If you're meaning to run a classic plugin in your flow, use the 'run classic transcode plugin' block. https://github.com/HaveAGitGat/Tdarr_Plugins/blob/71f468fab7ca51613dfee13c42e09435cbef7b8a/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicTranscodePlugin/2.0.0/index.ts

Otherwise I'm not really sure what you mean, as importing should be a one time thing from the plugin stack to flows.

HaveAGitGat commented 1 month ago

Yes what @supersnellehenk is correct. Not sure what you mean by classic or not. Flow plugins can be seen on the Flows tab sidebar and to run a classic plugin in a flow use Run Classic Transcode Plugin or Run Classic Filter Plugin:

image