UnknownWitcher

Results 4 comments of UnknownWitcher

The issue is that the developer has it looping through the input values and compares each value to each stream property value, so if you have more than one value...

@quadcom you can grab this [version](https://github.com/HaveAGitGat/Tdarr_Plugins/blob/1412612c684d7ff628f9a287a0c4310c68d3c15d/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.js) which has the code I shared to solve the problem. Thank you @rgreen83 for [pushing this fix](https://github.com/HaveAGitGat/Tdarr_Plugins/pull/688). **Some Instructions:** In your `/Plugins/FlowPlugins/LocalFlowPlugins`, you want...

@quadcom not sure what's going on with that, in this situation, I'd have to look through @rgreen83 commits to figure out what else they've done unless they know what's going...

@quadcom I figured out the issue. You left out "ffmpegCommand" in your path, which is why both scripts had an issue. It should be /FlowPlugins/LocalFlowPlugins/**ffmpegCommand**/ffmpegCommandRemoveStreamByProperty/1.0.1/index.js This was my fault, I...