The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
Is there a way to determine which filters are applied to a job in the queue? - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Is there a way to determine which filters are applied to a job in the queue? (/thread-3275.html)



Is there a way to determine which filters are applied to a job in the queue? - protectron - 23.06.2023

I've got several jobs in the queue but don't remember which filters and values I applied to them.
Is there a way to check before they start?


RE: Is there a way to determine which filters are applied to a job in the queue? - Selur - 23.06.2023

There's no way in Hybrid to look at the filters that were used in old jobs, but you can:
  • Save the Jobs queue somewhere. (Jobs->Queue->Save queue)
  • Open the .jobs file with a Texteditor of your choice. (for example Notepad++)
The Avisynth/Vapoursynth scripts should be easy to spot.
This way to can see the generated Avisynth/Vapoursynth script and thus the filters you user.

Cu Selur