desbma
desbma
> Thanks, that suggestion sounds like it should solve some of my problems but might make the WebUI sluggish as it will also be throttled down... If the scan is...
Sorry if this has already been answered elsewhere, but on Linux when inotify is used (the default), why is a periodic rescan even needed? If Syncthing first setups the inotify...
Care to elaborate? I use inotify on another projet an I am interested in its limitations. I have only found some on FUSE filesystems. If you are refering th the...
> IIRC, a chmod does not generate an event that we see. According to the inotify man page, it should: ``` IN_ATTRIB (*) Metadata changed—for example, permissions (e.g., chmod(2)), timestamps...
I have a similar need to run custom commands as "hooks" when certain events happen. Previously I was using custom inotify scripts but they were unefficient and/or unreliable. So I...
You must be using an old version of the SAS branch, because there is currently no difference with master. Can you try master on last commit 202811314ac999e119779a44c0efcfc9050b6f8, I have added...
OK thanks, I'll do my own pre-processing of the data points then.
I have the same issue. It seem to happen only with an external encoder, ie with --profile=wavpack, but not with --profile=wav.
Still reproducible on Arch Linux, with all packages up to date, and with `--profile=wav` (so the workaround I described in https://github.com/thomasvs/morituri/issues/60#issuecomment-55027965 does not work anymore).
Yes this is expected. r128gain has a bug because it systematically resamples audio to 48 KHz before analysis, which leads to small offset from the correct value, see also #44....