Closed quadcom closed 2 months ago
When adding plugins, you need to mirror the community plugins, so /ffmpegCommand/ is what should have been your first folder in the /LocalFlowPlugins/ and inside that would have been the plugin folder/version/index.js
Please put plugin requests/bugs at: https://github.com/HaveAGitGat/Tdarr_Plugins
Describe the bug To workaround the bug that resides in "ffmpegCommandRemoveStreamByProperty" (https://github.com/HaveAGitGat/Tdarr_Plugins/issues/562), I copied the functional version of the index.js file and added that to the LocalFlowPlugins dir. Errors reported that the system was looking for the index.js contained inside an "index.js" folder.
As a test I relocated the index.js file inside of an index.js folder. The Flow Builder recognized the file and I could build the flow as intended.
However, running the flow now returns an error stating it cannot find the index.js file in that flow step.
I copied the flow JS and created a new flow in case the flow itself had become corrupted. Same issue observed.
I deleted the container and rebuilt it from a fresh image. The same behaviour returned.
To Reproduce I'm not sure how to reproduce it.
Expected behavior If using a localflowplugin it is supposed to be processed like any other plugin.
files.zip
Please provide the following information:
Config files [can be found in /app/configs/ when using Docker or in the /configs folder next to Tdarr_Updater if not using Docker]
Job reports: https://docs.tdarr.io/docs/other/job-reports
Log files [can be found in /app/logs/ when using Docker or in the /logs folder next to Tdarr_Updater if not using Docker]
-Worker error [can be found on the 'Tdarr' tab by pressing the 'i' button on a failed item in the staged file section or in the transcode error section at the bottom]
Additional context Add any other context about the problem here.