Search found 1647 matches

by emcodem
Thu May 23, 2024 1:03 pm
Forum: Usage, tips and tricks
Topic: Line break in text file?
Replies: 1
Views: 57

Re: Line break in text file?

Hi @dries, what you write can mean different things, e.g. is your goal to put a line break only without a line feed, so only \n instead of \r\n? However, i kind of doubt that and i believe you don't care if your newline constist of \r\n or only \r. So, how can we write line breaks (and empty lines) ...
by emcodem
Thu May 23, 2024 10:41 am
Forum: Usage, tips and tricks
Topic: accepts only files that are newer than a given date?
Replies: 2
Views: 85

Re: accepts only files that are newer than a given date?

Hi @bob, currently this would require a more complex setup: a scheduled job on webinterface and a workflow with the plugin processor "files find". In this case the workflow would look like: Yes? foreach - restofworkflow / files find - conditional (are there new files?) \ No? - Dispel the j...
by emcodem
Tue May 21, 2024 10:23 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 344
Views: 285488

Re: Webinterface

@knk 8-) So the reason why this has not yet been documented in the wiki is that i was not certain if the design how it works is final. E.g. steinar does not like the concept of setting "non existing" variables in the job via API. (webint does submit this user variable even if it does not &...
by emcodem
Tue May 21, 2024 8:47 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 344
Views: 285488

Re: Webinterface

Hi @knk, Good request, fortunately momocampo asked for it some time ago so it has been implemented already. Unfortunately i am not 100% certain if it is part of the current release or if it has been added later (i only work with "latest" versions :D) How it works is that when a job is subm...
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: 140

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: 16
Views: 520

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: 140

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: 286

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: 286

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: 16
Views: 520

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...