From c220e28d84e473f5bd48d8e3c459c34660d11cdc Mon Sep 17 00:00:00 2001 From: Thomas Eric Date: Wed, 14 Feb 2024 07:18:17 -0300 Subject: [PATCH] =?UTF-8?q?Add=20Vampire:=20The=20Masquerade=20=E2=80=93?= =?UTF-8?q?=20Bloodlines=20ambience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + main.ts | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index e27f2a3..a6a864d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Additionally, the plugin makes a call to this github repository occasionally to - [Calm Nintendo music](https://www.youtube.com/watch?v=sA0qrPOMy2Y) - [Yakuza/Like a Dragon bar ambience](https://www.youtube.com/watch?v=Q0GtyZbHJDM) - [Sky: Children of the Light soundtrack](https://www.youtube.com/watch?v=87etrUp83Yc) +- [Vampire: The Masquerade – Bloodlines Ambient Playlist](https://www.youtube.com/watch?v=pCZxb43L_Ag) ## Reporting Issues diff --git a/main.ts b/main.ts index 84bde9e..61a283f 100644 --- a/main.ts +++ b/main.ts @@ -142,6 +142,14 @@ const SOUNDSCAPES: Record = { youtubeId: "87etrUp83Yc", type: SOUNDSCAPE_TYPE.STANDARD, }, + vtmbloodlines: { + id: "vtmbloodlines", + name: "Vampire: The Masquerade – Bloodlines", + nowPlayingText: "VTM - Bloodlines ambience", + isLiveVideo: false, + youtubeId: "pCZxb43L_Ag", + type: SOUNDSCAPE_TYPE.STANDARD, + }, }; // Documentation: https://developers.google.com/youtube/iframe_api_reference