Karlchen

Results 223 comments of Karlchen

> The `Dockerfile.debug` doesn't build here, the install-googletests script fails. Good point, forgot that change: `ldconfig /`

> Exactly that was my problem. When connecting from a laptop with a browser as https://alpine:49152 it was not working. So I introduced `alpine:49152`. That worked fine with the laptop,...

That's a question of Linux principles. Normally you distinguish between system accounts and personal accounts (as W*s does as well). If you run a service under your user this presents...

The message is only triggered after successful execution of the server call. I suppose in your situation that the server crash was triggered by another error from a background thread...

Implemented in UPNP 1.14.14.

The answer to your request can be found here https://github.com/gerbera/gerbera/blob/df48037bcf412f979685e32c5bdaffcbc84658d4/src/upnp_xml.cc#L768-L777 There are two digits which control the expected behaviour ``` #define UPNP_DLNA_OP_SEEK_DISABLED "00" #define UPNP_DLNA_OP_SEEK_RANGE "01" #define UPNP_DLNA_OP_SEEK_TIME "10" #define...

If you want to avoid unnecessary nesting, I recommend renaming the album. The brute force solution is to add the artist sub folder in all cases. A more usable solution...

Part of this may be caused by gerbera, because we fill in missing properties.

We may apply a similar strategy as with `ffmpegthumbnailer`.

PRs welcome 😄