From 6ba6ea357204b0df3b894e11a9c4c7eab51fab70 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 17 Mar 2021 01:42:59 +0100 Subject: [PATCH] linkify --- bin/README.md | 8 ++++---- bin/mtag/README.md | 2 ++ bin/{ => mtag}/install-deps.sh | 0 3 files changed, 6 insertions(+), 4 deletions(-) rename bin/{ => mtag}/install-deps.sh (100%) diff --git a/bin/README.md b/bin/README.md index 733a246f..eea75f09 100644 --- a/bin/README.md +++ b/bin/README.md @@ -1,4 +1,4 @@ -# copyparty-fuse.py +# [`copyparty-fuse.py`](copyparty-fuse.py) * mount a copyparty server as a local filesystem (read-only) * **supports Windows!** -- expect `194 MiB/s` sequential read * **supports Linux** -- expect `117 MiB/s` sequential read @@ -29,7 +29,7 @@ you could replace winfsp with [dokan](https://github.com/dokan-dev/dokany/releas -# copyparty-fuse🅱️.py +# [`copyparty-fuse🅱️.py`](copyparty-fuseb.py) * mount a copyparty server as a local filesystem (read-only) * does the same thing except more correct, `samba` approves * **supports Linux** -- expect `18 MiB/s` (wait what) @@ -37,11 +37,11 @@ you could replace winfsp with [dokan](https://github.com/dokan-dev/dokany/releas -# copyparty-fuse-streaming.py +# [`copyparty-fuse-streaming.py`](copyparty-fuse-streaming.py) * pretend this doesn't exist -# mtag/ +# [`mtag/`](mtag/) * standalone programs which perform misc. file analysis * copyparty can soon Popen programs like these during file indexing to collect additional metadata diff --git a/bin/mtag/README.md b/bin/mtag/README.md index 58a8a8ac..4e4f2da1 100644 --- a/bin/mtag/README.md +++ b/bin/mtag/README.md @@ -4,3 +4,5 @@ some of these rely on libraries which are not MIT-compatible * [audio-bpm.py](./audio-bpm.py) detects the BPM of music using the BeatRoot Vamp Plugin; imports GPL2 * [audio-key.py](./audio-key.py) detects the melodic key of music using the Mixxx fork of keyfinder; imports GPL3 + +run [`install-deps.sh`](install-deps.sh) to build/install most dependencies required by these programs diff --git a/bin/install-deps.sh b/bin/mtag/install-deps.sh similarity index 100% rename from bin/install-deps.sh rename to bin/mtag/install-deps.sh