Donald Webster
Donald Webster
It'd be great if the script header were added so the `.py` file could just be run. ``` #!/usr/bin/env python ```
It'd be really awesome if you could run the script w/ a `--help` option instead of having it barf because the config file isn't found. ``` $ python /usr/lib/radarrsync/RadarrSync.py --help...
I'm still not sure why this impacted some users and not others, but it looks like `evostreamms` cares about having `/usr/share/zoneinfo` timezone files. Just having the package `tzdata` brings those...
When I use `docker stop palworld` to stop the container, it doesn't seem to gracefully shutdown the server. Instead, it waits until the end of the timeout and just kills...
Hi, I do a lot of support for sonarr, radarr and all the many applications in one of these stacks. We're starting to have people show up on Discord having...
I noticed the url for the Arch Linux aur package was wrong, so I went ahead and fixed it and added some hints about installing it too.
Since Plex is retiring plugins, SubZero is disbanding and the developer has joined bazarr. It'd be great to have a binhex image for it. I've already got an AUR package,...
I'm getting a compile failure on Arch Linux w/ gcc 15.1.1. Happy to provide any other useful information! ``` fryfrog@apollo ~ ❯ gcc --version gcc (GCC) 15.1.1 20250425 ``` ```...