add tampermonkey script

This commit is contained in:
Leo
2026-02-15 01:13:10 +01:00
parent bc2f96c463
commit 01d62df2fb
2 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# Setup
```
python -m venv .venv
```
## Windows
```
.venv\Scripts\activate
pip install -r requirements.txt
ytmusicapi browser
```
## Linux
```
source .venv/bin/activate
pip install -r requirements.txt
ytmusicapi browser
```
Add the script in [tampermonkey](tampermonkey) as new userscript in tampermonkey
# Usage
```
flask run
```
```
node server/server.cjs
```
# Credits
Python code and javascript is written by me
The bridge server was also written by me
CSS was generated by Gemini
The tampermonkey script was also generated by Gemini since my first idea was to use the YTM-Desktop app as player until i realised that it doesn't support adding songs to the queue.