From 56484b38beef096d6d5a0e78558528e5942a651f Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:18:30 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 009e869..6b332f2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ pip install -r requirements.txt ytmusicapi browser ``` +Follow the instructions of the [ytmusicapi](https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html) + + Add the script in [tampermonkey](tampermonkey) as new userscript in tampermonkey From 2584d10950de89361386d663790dee4cf9f9c355 Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:23:27 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b332f2..66d559e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# For some parts of this project i used Gen AI, more information below + # Setup ``` git clone https://github.com/zxrotwo002/ytm-jam.git From 893364d31994511e7740e54707d722c4d28954d2 Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:23:46 +0100 Subject: [PATCH 3/6] Update Gen AI usage note in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d559e..58e33fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# For some parts of this project i used Gen AI, more information below +!!! For some parts of this project i used Gen AI, more information below !!! # Setup ``` From cff9436c062d9571a670f273b99da42171c4c538 Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:24:27 +0100 Subject: [PATCH 4/6] Refactor README for better readability Updated README to improve clarity and formatting. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 58e33fa..413d534 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ pip install -r requirements.txt ytmusicapi browser ``` -Follow the instructions of the [ytmusicapi](https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html) - - -Add the script in [tampermonkey](tampermonkey) as new userscript in tampermonkey +Follow the instructions of the [ytmusicapi](https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html) + + +Add the script in [tampermonkey](tampermonkey) as new userscript in tampermonkey @@ -37,8 +37,8 @@ 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 +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. From e718a6d4d26f4a54d0463943a223b7c6e35aafbc Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:27:08 +0100 Subject: [PATCH 5/6] Update README Added instructions to open the application in a browser. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 413d534..d9252fd 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ flask run node server/server.cjs ``` +Open [127.0.0.1:5000](127.0.0.1:5000) in your browser + # Credits Python code and javascript is written by me From 45d93aa54c0c0ed706779a9439216b2c77743dc7 Mon Sep 17 00:00:00 2001 From: zxrotwo002 <133394050+zxrotwo002@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:27:36 +0100 Subject: [PATCH 6/6] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9252fd..ad02b77 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ flask run node server/server.cjs ``` -Open [127.0.0.1:5000](127.0.0.1:5000) in your browser +Open [127.0.0.1:5000](http://127.0.0.1:5000) in your browser # Credits