marianrh

Results 8 comments of marianrh

I'd still be interested in an explanation of port 9093.

I'd still be interested in an explanation of port 9093.

@caillou I'm using the suggestion by @tilosp via docker-compose. I can confirm that files uploaded to Nextcloud get the UID/GID as set in `docker-compose.yaml`. However, I converted an existing installation...

@mabushey Sure, this is the docker-compose file I'm using: ``` version: "3.3" services: nextcloud: image: nextcloud:15.0.6-apache dns: - - user: 5003:5003 sysctls: - net.ipv4.ip_unprivileged_port_start=0 # Allow an unprivileged user to...

@stevleibelt > Is the following sql statement worth a cronjob? Did I miss something? I have no idea what `protocol` and `version` column is good for. Just to chime in...

I'm having the same problem with a backup of a UHD BD I made using MakeMKV. The movie uses Dolby Vision and Kodi crashes at scene changes (not at all...

@lrusak Here's my debug log: [kodi.log](https://github.com/xbmc/xbmc/files/9593869/kodi.log) In this session I skipped the video to a spot near a crash-causing scene change. After about 20 seconds the scene change is reached...

I tested branch WIP-gnome-45 on the Ubuntu 23.10 beta. In my (simple) use case everything works as expected. Thank you very much for your work!