Update README.md
This commit is contained in:
@@ -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)
|
- 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)
|
- 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.
|
I do not remember most details about dependencies but I will try to make an install guide.
|
||||||
|
|
||||||
## Dependencies
|
## 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
|
## Installation
|
||||||
Clone the projects or just copy the scripts over.
|
Clone the projects or just copy the scripts over.
|
||||||
|
|
||||||
## Set up the Python Environment
|
## Set up the Python Environment
|
||||||
I have used venv since it is what I know.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
```
|
```
|
||||||
|
|
||||||
## pip install
|
## pip install
|
||||||
Literally
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install slixmpp aiortc aiohttp av mutagen yt-dlp slixmpp-omemo omemo dnspython
|
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 Directories
|
||||||
Create the folder structure for music and downloads:
|
Create the folder structure for music and downloads:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user