Miosame
Miosame
works fine on external keyboard, but is broken on internal, also on latest ventura
No, I mean excluding it from filters being applied to it, e.g. I have remote software with audio-passthrough where the target also has a bass filter, now both get applied...
@cobaltway just note down your camera mac-address instead and search for it.
@cobaltway the issue is that a lot of devices don't report a host name to others, besides to the router via dhcp. I've tried plenty of solutions like arp, nmap,...
Possibly as a temporary workaround check if `127.0.0.1:3306` is used inside `install.sh` and then don't bring up another mysql instance.
Another option could be to just have an option inside `.env` e.g. `EXTERNAL_DATABASE=true` which would prevent the docker mysql container from spawning and adjust laravel to be in host mode,...
need clarification, the first part sounds like a simple blacklist of IPs would suffice (maybe with ranges too like `SCAN_RANGE`), second sounds like some sort of conditional blacklisting? former I...
@lazee486 implemented in the following branch: https://github.com/Miosame/flatline/tree/feature-ignore-range if you could test if it works for you too, I'll merge it into main-branch, cheers.
should be easy, since none of the formats by default currently allow commas in `SCAN_RANGE`, so that can be used for multiple ranges, I'll check it out
same as #25 implemented in https://github.com/Miosame/flatline/tree/feature-ignore-range, test it out and tell me if it works for you