ed
138f5bc989
warn about android powersave settings on music interruption + fix eq on folder change
2023-04-29 09:31:53 +00:00
ed
e4759f86ef
ftpd correctness:
...
* winscp mkdir failed because the folder-not-found error got repeated
* rmdir fails after all files in the folder have poofed; that's OK
* add --ftp4 as a precaution
2023-04-28 20:50:45 +00:00
ed
d71416437a
show file selection summary
2023-04-27 19:33:52 +00:00
ed
a84c583b2c
ok that wasn't enough
2023-04-27 19:06:35 +00:00
ed
cdacdccdb8
update pkgs to 1.6.15
2023-04-27 00:36:56 +00:00
ed
d3ccd3f174
v1.6.15
2023-04-26 23:00:55 +00:00
ed
cb6de0387d
a bit faster
2023-04-26 19:56:27 +00:00
ed
abff40519d
eyecandy: restore playback indicator on folder hop
2023-04-26 19:09:16 +00:00
ed
55c74ad164
30% faster folder listings (wtf...)
2023-04-26 18:55:53 +00:00
ed
673b4f7e23
option to show symlink's lastmod instead of deref;
...
mainly motivated by u2cli's folder syncing in turbo mode
which would un-turbo on most dupes due to wrong lastmod
disabled by default for regular http listings
(to avoid confusion in most regular usecases),
enable per-request with urlparam lt
enabled by default for single-level webdav listings
(because rclone hits the same issue as u2cli),
can be disabled with arg --dav-rt or volflag davrt
impossible to enable for recursive webdav listings
2023-04-26 18:54:21 +00:00
ed
d11e02da49
u2cli: avoid dns lookups while uploading
2023-04-26 18:46:42 +00:00
ed
8790f89e08
fix installing from source tarball
2023-04-26 18:40:47 +00:00
ed
33442026b8
try to discourage android from stopping playback...
...
...when continuing into the next folder
accidentally introduces a neat bonus feature where the music
no longer stops while you go looking for stuff to play next
2023-04-26 18:33:30 +00:00
ed
03193de6d0
socket read/write timeout
2023-04-24 20:04:22 +00:00
ed
8675ff40f3
update pkgs to 1.6.14
2023-04-24 07:52:12 +00:00
ed
d88889d3fc
v1.6.14
2023-04-24 06:09:44 +00:00
ed
6f244d4335
update pkgs to 1.6.13
2023-04-24 00:46:47 +00:00
ed
cacca663b3
v1.6.13
2023-04-23 23:05:31 +00:00
ed
d5109be559
ftp: track login state isolated from pyftpdlib;
...
for convenience, the password can be provided as the username
but that confuses pyftpd a little so let's do this
2023-04-23 21:06:19 +00:00
ed
d999f06bb9
volflags can be -unset
2023-04-23 21:05:29 +00:00
ed
a1a8a8c7b5
configurable tls-certificate location
2023-04-23 20:56:55 +00:00
ed
fdd6f3b4a6
tar/zip: use volume name as toplevel fallback
2023-04-23 20:55:34 +00:00
ed
f5191973df
docs cleanup:
...
* mostly deprecate --http-only and --https-only since there is zero
performance gain in recent python versions, however could still be
useful for avoiding limitations in alternative python interpreters
(and forcing http/https with mdns/ssdp/qr)
* mention antivirus being useless as usual
2023-04-23 20:25:44 +00:00
ed
ddbaebe779
update pkgs to 1.6.12
2023-04-20 22:47:37 +00:00
ed
42099baeff
v1.6.12
2023-04-20 21:41:47 +00:00
ed
2459965ca8
u2cli: dont enter delete stage if something failed
2023-04-20 20:40:09 +00:00
ed
6acf436573
u2idx pool instead of per-socket;
...
prevents running out of FDs thanks to thousands of sqlite3 sessions
and neatly sidesteps what could possibly be a race in python's
sqlite3 bindings where it sometimes forgets to close the fd
2023-04-20 20:36:13 +00:00
ed
f217e1ce71
correctly ignore multirange requests
2023-04-20 19:14:38 +00:00
ed
418000aee3
explain tus incompatibility + update docs
2023-04-19 21:46:33 +00:00
ed
dbbba9625b
nix: make deps optional + update docs
2023-04-17 13:17:53 +02:00
Chinpo Nya
397bc92fbc
rewrite the nix module config with nix options
2023-04-17 00:26:57 +02:00
Chinpo Nya
6e615dcd03
fix: remove ffmpeg from python env build inputs
2023-04-17 00:26:57 +02:00
Chinpo Nya
9ac5908b33
refactor: remove unnecessary use of 'rec'
2023-04-17 00:26:57 +02:00
Chinpo Nya
50912480b9
automate nix package updates
2023-04-17 00:26:57 +02:00
Chinpo Nya
24b9b8319d
nix/nixos documentation
2023-04-17 00:26:57 +02:00
Chinpo Nya
b0f4f0b653
nixos module
2023-04-17 00:26:57 +02:00
Chinpo Nya
05bbd41c4b
nix package
2023-04-17 00:26:57 +02:00
ed
8f5f8a3cda
expand userhomes everywhere:
...
* -c
* -lo
* --hist
* hist volflag
* --ssl-log
2023-04-14 18:55:19 +02:00
ed
c8938fc033
fix ipv4 location header on dualstack
2023-04-14 14:06:44 +02:00
ed
1550350e05
update docs (performance tips, windows example)
2023-04-13 21:36:55 +00:00
ed
5cc190c026
better
2023-04-12 22:09:46 +00:00
ed
d6a0a738ce
add windows example + update docs + some cosmetics
2023-04-12 22:06:44 +00:00
ed
f5fe3678ee
more safari-on-touchbar-macbook workarounds:
...
* safari invokes pause on the mediasession
whenever any Audio loads a new src (preload)
* ...and on some(?) seeks
2023-04-07 23:04:01 +02:00
ed
f2a7925387
avoid safari bugs on touchbar macbooks:
...
* songs would play backwards
* playback started immediately on folder change
2023-04-07 12:38:37 +02:00
ed
fa953ced52
update archpkg to 1.6.11
2023-04-01 22:59:20 +00:00
ed
f0000d9861
v1.6.11
2023-04-01 21:12:54 +00:00
ed
4e67516719
last.fm web-scrobbler support
2023-04-01 21:02:03 +00:00
ed
29db7a6270
deps: automate prismjs build
2023-04-01 17:46:42 +00:00
ed
852499e296
dont panic in case of extension-injected css
2023-04-01 16:08:45 +00:00
ed
f1775fd51c
update deps
2023-04-01 15:15:53 +00:00