Search found 1645 matches

by emcodem
Thu Apr 18, 2024 9:56 pm
Forum: Bug reporting
Topic: FFAStrans 1.4.0.1, Monitor growing file issue
Replies: 10
Views: 267

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: 10
Views: 267

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...
by emcodem
Thu Apr 11, 2024 7:25 am
Forum: Bug reporting
Topic: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7
Replies: 3
Views: 152

Re: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7

Hi gazmeist, welcome to the Forum and thank you for using FFAStrans! Ok so usually we upgrade a system using this procedure: https://ffastrans.com/wiki/doku.php?id=gui:upgrade_procedure So basically you just backup the existing ffastrans folder and extract the new files into the existing folders. Ho...
by emcodem
Tue Apr 09, 2024 12:43 pm
Forum: Usage, tips and tricks
Topic: How to get job status/result from SOURCE via REST API
Replies: 1
Views: 66

Re: How to get job status/result from SOURCE via REST API

Hi veks, no you need a jobid to ask job status because source file name and similar is not something "unique". What you can do is to get a list of running jobs: http://localhost:65445/api/v2/jobs/ ...and of course filter the stuff in your code by the condition of your choice. Let me know i...
by emcodem
Tue Apr 09, 2024 12:33 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 393

Re: Copy files from storage to server with checks?

Thanks for the flowers:D
stuvmark wrote: Tue Apr 09, 2024 10:23 am ...to understand why stuff happens, as one of the processors deliver to two others. But that's just for my curiosity.
At the bottom of this page there are some words about error handling:
https://ffastrans.com/wiki/doku.php?id= ... &s[]=error
by emcodem
Mon Apr 08, 2024 1:13 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 393

Re: Copy files from storage to server with checks?

OK thanks for the clarification. So please check this out and let us know any questions. emcodem_file_valid_check.json The duration check here i do for >0 and <3600 seconds check if we have at least 1sec but not more than 1 hour duration, you can change to any seconds value you like. The second chec...
by emcodem
Mon Apr 08, 2024 11:04 am
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 393

Re: Copy files from storage to server with checks?

Ups, yeah thats correct thanks for the correctio thomas :D (you passed my test ;-))
by emcodem
Sun Apr 07, 2024 8:13 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 393

Re: Copy files from storage to server with checks?

Hi stuvmark, what you mean by chck if file is "valid", you just want to compare the md5 or check if there are error messages when decoding it with ffmpeg or similar? If MD5 check only, can you give an example for file naming (mp4 and the md5 file)? For the duration check, this one should b...
by emcodem
Fri Apr 05, 2024 6:04 pm
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 338
Views: 280962

Re: Webinterface

@knk crap, i forgot to localize some font file, you can try if it works to rdirect fonts.googleapis.com and fonts.gstatic.com to the127.0.0.1 loopback in the hosts file.
I'll take care about it on my side.