From a6788ffe8d219e99e91baa367ae059aea2b381a3 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 16 Sep 2021 00:06:19 +0200 Subject: [PATCH] mention e2ts deps --- bin/mtag/README.md | 2 ++ bin/mtag/wget.py | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/bin/mtag/README.md b/bin/mtag/README.md index 9a7e27b8..d4603b9c 100644 --- a/bin/mtag/README.md +++ b/bin/mtag/README.md @@ -1,5 +1,7 @@ standalone programs which take an audio file as argument +**NOTE:** these all require `-e2ts` to be functional, meaning you need to do at least one of these: `apt install ffmpeg` or `pip3 install mutagen` + 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 diff --git a/bin/mtag/wget.py b/bin/mtag/wget.py index f3f8934e..11a006d1 100644 --- a/bin/mtag/wget.py +++ b/bin/mtag/wget.py @@ -15,6 +15,11 @@ explained: do this on all uploads with the file extension "bin", t300 = 300 seconds timeout for each dwonload, ad = parse file regardless if FFmpeg thinks it is audio or not + +PS: this requires e2ts to be functional, + meaning you need to do at least one of these: + * apt install ffmpeg + * pip3 install mutagen """