evan314159
evan314159
Jellyfin master has disabled legacy authorization and Fintunes is no longer able to login: jellyfin/jellyfin#15559 In the meantime those affected can set in system.xml: ``` true ```
For Apple Virtualization, only update shared directories if they changed to avoid unnecessary virtiofs reconnections. Although this issue existed prior to v4.5.4, following v4.5.4, UTM introduced dynamic resolution. Resizing the...
**Describe the issue** Linux guest (Debian Trixie, Fedora) virtiofs disconnects and reconnects for no obvious reason. Files open on the virtiofs at the time have errors, and if the current...
syncoid --preserve-properties preserves locally set properties but not inherited properties that would be not be inherited at the destination. Example: ``` tank local acltype=posix (default for TrueNAS pools) tank/home local...
syncoid --preserve-properties preserves locally set properties but not inherited properties that would be not be inherited at the destination. Example: tank sets acltype=posix (default for TrueNAS pools) tank/home sets acltype=nfsv4...
In ebur128_init_resampler, oversampling rates are changed at channels); CHECK_ERROR(!st->d->interp, EBUR128_ERROR_NOMEM, exit) } else if (st->samplerate < 192000) { // should be 176400 st->d->interp = interp_create(49, 2, st->channels); CHECK_ERROR(!st->d->interp, EBUR128_ERROR_NOMEM, exit)...