From bb91a9ca5c25fc0ccca6cbf8c3b2af30baad0718 Mon Sep 17 00:00:00 2001 From: just n Date: Sat, 17 Jan 2026 20:11:01 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b9c6816..aeaa906 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Experimental music bot for xmpp similar to discord music bots. - Fix the memory management (kinda fixed (?) but in return sometimes quality drops when someone is using commands) -- Allow to prefer low latency over quality (ngl I prefer quality over latency) +- Allow to prefer low latency over quality - Test IPv6 streaming support (seems to work with IPv6 supporting VPNs) @@ -47,27 +47,23 @@ Experimental music bot for xmpp similar to discord music bots. I do not remember most details about dependencies but I will try to make an install guide. ## Dependencies -The bot highly relies on the ffmpeg binary for audio. Also having an up to date version of yt-dlp helps a lot. +The bot highly relies on the ffmpeg binary for audio. Also having an up to date version of yt-dlp with enabled JavaScript support helps a lot. ## Installation Clone the projects or just copy the scripts over. ## Set up the Python Environment -I have used venv since it is what I know. ```bash python3 -m venv venv ``` ## pip install -Literally ```bash pip install slixmpp aiortc aiohttp av mutagen yt-dlp slixmpp-omemo omemo dnspython ``` -I am not sure if dnspython is necessary but just in case. - ## Create Directories Create the folder structure for music and downloads: ```bash