Update README.md

This commit is contained in:
2026-01-17 20:11:01 +00:00
parent 08b3449ef9
commit bb91a9ca5c

View File

@@ -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