Michael Krieger
Michael Krieger
> any time the condition would fail (i.e. the response time would be above 500ms), we wouldn't exclude it in the average response time, and I feel like that wouldn't...
The step that is missing between in the documents is to edit .env and enter in your MySQL database details between these two commands `composer create-project krayin/laravel-crm` and `php artisan...
This is significant and makes the missing episodes feature kind of useless if it always displays the missing episodes even if the episode exists. Needs to consolidate and remove these...
Assuming you're using user 1000 and group 1000, add `user: 1000:1000` to your docker compose (or `--user 1000:1000` to your `docker run` command) to run the whole thing as a...
> I can no longer user `Refresh metadata` to `Search for missing metadata` nor `Replace all metadata` I am forced to go into the directory and delete each of the...
There 100% needs to be a “fetch metadata from remote sources” vs “refresh data from local NFO”. A checkbox will do. One looks past the NFO. One looks only to...
> #11921 should take care of it - skipping local NFOs when replacing and saving is enabled. Please test if you have the time. Agreed. And with that logic, the...
Also experiencing this. Working configuration as follows: **container** ``` labels: - 'traefik.enable=true' - 'traefik.http.routers.http-echo.rule=Host(`host.mydomain.com`) && PathPrefix(`/http-echo`)' - 'traefik.http.routers.http-echo.tls=true' - 'traefik.http.services.http-echo.loadBalancer.server.port=1234' ``` **traefik** ``` labels: # Set up Wildcard Certificates for...
Same issue in 10.7.7 ``` jellyfin | [00:45:30] [ERR] [9] MediaBrowser.Providers.Movies.MovieMetadataService: Error in Fanart jellyfin | System.ArgumentException: Unable to determine image file extension from mime type text/html jellyfin | at...
The container is clearly missing awl in /usr/share/awl (and /usr/share/awl/inc is a folder with the library), and it's missing some of xsl, xmlwriter, dom, and iconv PHP extensions which are...