Chris Griffith

Results 265 comments of Chris Griffith

Can you give me an example of how that would be used so I understand what you want to accomplish with it?

That was actually added to fix another issue being experienced, and of course didn't have the above test case to see how that would affect that ability. I will look...

I was actually thinking of this in a different way earlier this week. From the standpoint of having a Schema that a box had to adhere too. I personally decided...

That sounds like a reasonable way to approach it. It is not something outside the realm of possible, but would probably be a heavy addition / it's own inherited box...

Yes please leave it open as an idea. Easiest way I can think of would be to subclass box and the `__setitem__` method to do a check of ```python if...

Not currently, but good idea. Would need to allow it to take command line options on startup for that

It is slowly becoming more portable. Now you can use a single folder by specifying env variables. For example on linux: ``` FF_WORKDIR=. FF_CONFIG=./fastflix.yml ./FastFlix ``` Doesn't yet detect a...

Not sure what the arch equivalent are for any required packages. https://github.com/cdgriffith/FastFlix/blob/master/.github/workflows/build.yaml#L30 those are the ones that were needed for Ubuntu. Does it work without being packaged?

https://github.com/cdgriffith/FastFlix/wiki/Common-questions-and-problems#qtqpaplugin-could-not-load-the-qt-platform-plugin-xcb-in--even-though-it-was-found is the knowledge I have on that issue so far, don't know what would fix it on arch specifically.

@brunogm0 going to add logging to better understand this with next release. For now lets do a sanity check, what integer is returned for the return code: ``` ffmpeg -version...