milahu
milahu
killing pyload with ctrl+c makes pyload hang and requires another ctrl+c to kill pyload ``` ^C [2025-03-28 16:21:28] INFO pyload got - calling core.terminate [2025-03-28 16:21:28] DEBUG pyload Stopping core......
in the webinterface let me add multiple dlc files currently i can select only one dlc file workaround: use HotFolder plugin
on android mobile the `/settings` page looks like this  possible solution 1: have the left side collapsed by default and expanded on click on "+" in the collapsed view...
the default locale is "C" https://github.com/pyload/pyload/blob/1a3a6e47d4cfc9e1c6f2cbd0f1316c2f12d8981f/src/pyload/__init__.py#L40 python 3.12.9
pyload fails on a broken `storage_folder` config example: `~/.pyload/settings/pyload.cfg` ``` general - "General": folder storage_folder : "Download folder" = /no/such/dir ``` ``` $ ./pyload.sh + exec python3 -m src.pyload PermissionError:...
when i add a new package, let me set 2 passwords: - password for scraping: password-protected websites like `filecrypt.cc` - in complex cases, this requires multiple different passwords... - password...
fix #35 also: remove `packStaticBin` = `upx -9 -o $out/bin/${binName} ${binPath}` `upx` has no effect on static bins ``` $ man upx The UPX stub is a statically linked ELF...
`nix-portable` works on my nixos machine but fails on a debian-based shared server i have converted some nix expressions from `fetchFromGitHub` to `fetchurl` in [my nur-packages](https://github.com/milahu/nur-packages) to fix failing `unpackPhase`...
``` $ nix-shell -p hello error: "/data/data/com.termux/files/home/.nix-portable/busybox/bin/busybox" has unexpected e_type: 2 ``` "unexpected e_type 2" -> this is a statically linked executable ``` $ file -b /data/data/com.termux/files/home/.nix-portable/busybox/bin/busybox ELF executable, 64-bit...
`/run/screen` should be owned by `root:utmp` currently `/run/screen` is owned by `nobody:nogroup` which makes `screen` fail with > Directory '/run/screen' must have mode 777. good ```console $ screen -v Screen...