Kallys

Results 14 comments of Kallys

Hi @thim81! Thanks for your quick reaction! My use-case is the following: I have manually writen tests (that portman can't generate) in a postman collection, I want them to be...

@thim81 Extend tests allows to extend existing API routes, but what I need to do (for my manual tests) is (for exemple): - test undocumented or unexistent routes - perform...

For those experiencing same issue, here is a better workaround avoiding a write and read cycle to filesystem: ```php $image = new \Image($source_path, false); // Reload palette source image as...

No, I did not want to patch F3 code since I want to avoid as much as possible to maintain a patch every times F3 releases an update. So my...

Hi! No there is no extra conf, MediaDownloader only checks if post_processor is actually installed, and youtube-dl should auto-detect it. Does MediaDownloader prevent you to start your download or MediaDownloader...

I'm not familiar with docker, but what I could suggest to you is to test directly youtube-dl from a terminal. Output will help to determine if problem is from youtube-dl...

I sent you a PR for you to test. I'm about to publish MediaDownloader v1.0 (which is a total rework), so I won't publish a clean fix for this bug,...

Actually, it does work with avconv which is the default post processor used by youtube-dl (auto-detected). I never test with ffmpeg, but I know some linux distributions install ffmpeg instead...

Could be a docker integration issue (as I already said, I'm not a docker user). If you feel adventurous enough, you could try to install new version (v1b). This version...

Currently, post processing does not work in v1b (cf #13 ) Thanks for your patience, I'm working on it.