Search found 1643 matches

by emcodem
Thu May 16, 2024 10:37 am
Forum: Usage, tips and tricks
Topic: Exclude files contained in a .txt list from transcoding
Replies: 3
Views: 83

Re: Exclude files contained in a .txt list from transcoding

Great, thanks for letting us know. Well sure it works also the way you did reverse the regex match, it is even easier to understand this way. Well done :D The limitation is that it does not work with deny patterns anymore but only when the full filename is contained in the deny list. my version chec...
by emcodem
Tue May 14, 2024 6:53 am
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 15
Views: 349

Re: set order in which folders are processed

Lugi wrote: Sun May 12, 2024 4:53 am The easiest way to implement may be if there is a global limit option for jobs and an option that higher priority workflows are processed first until nothing is to do anymore, and only then the lower priority workflows are processed.
This sounds very much exactly how it is right now?
by emcodem
Mon May 13, 2024 4:03 pm
Forum: Usage, tips and tricks
Topic: Exclude files contained in a .txt list from transcoding
Replies: 3
Views: 83

Re: Exclude files contained in a .txt list from transcoding

Hi @DCCentR, welcome to the Forum and thank you for using FFAStrans! You could just use the "deny files" input in the monitor processor and insert your list like this: HPT10104_V2023*|HPT10106_v2023*|HPT10107B*|HPT20105*|HPT40102*|HPU10106_v2023*|HPU20101_B_V2023*|HPU20102*|HRU80104B_V2023...
by emcodem
Sat May 11, 2024 10:48 pm
Forum: Usage, tips and tricks
Topic: Watchfolder not working
Replies: 12
Views: 199

Re: Watchfolder not working

8-) Chatting out of the box, it always felt very strange for me that Microsoft does not support mapped drive letters that are fixed for all users while Linux supports this. Well on the other hand Linux does not support direct UNC access in a similar way than windows does, e.g. access to network reso...
by emcodem
Fri May 10, 2024 10:26 pm
Forum: Usage, tips and tricks
Topic: Watchfolder not working
Replies: 12
Views: 199

Re: Watchfolder not working

You need to realize that S:\ only exists for the "currently logged in user session". Background services always have their own "windows session", which means even if you use the same credentials for the service as you use for logging in to windows, the service will NEVER see any ...
by emcodem
Mon May 06, 2024 3:42 pm
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 15
Views: 349

Re: set order in which folders are processed

FFAStrans does actively pause jobs? i know we discussed that internally but i doubt that this was implemented, at least i have not tested that ever :D One other way for @Lugi is to just use 2 watchfolders, one with high and one with low priority. In this case, you will end up with 4 running jobs but...
by emcodem
Tue Apr 23, 2024 10:17 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 340
Views: 283974

Re: Webinterface

Thanks a lot for letting me know @knk i'll take a close look before the next release...
by emcodem
Thu Apr 18, 2024 9:56 pm
Forum: Bug reporting
Topic: FFAStrans 1.4.0.1, Monitor growing file issue
Replies: 15
Views: 794

Re: FFAStrans 1.4.0.1, Monitor growing file issue

there is processors/db/configs/ffastrans.json where you could set the entry "extra_log" to "true", if you then manage to reproduce the issue and tell us which filename is not picked up correctly AND send us the logs from processors/db/cache/def_log, we might get a clue about what...
by emcodem
Thu Apr 18, 2024 9:39 pm
Forum: Bug reporting
Topic: FFAStrans 1.4.0.1, Monitor growing file issue
Replies: 15
Views: 794

Re: FFAStrans 1.4.0.1, Monitor growing file issue

Hi @artjuice Yeah i fear we have a pretty fundamental change in the code for watchfolders that could cause unexpected behaviour. Will talk with steinar and work out strategies how to debug such cases. The fundamental change i talk about is for optimizing performance, large watchfolders would take li...