From 31c12e71997d9deb8ef715fb86ce66794182517f Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 13 Feb 2023 01:06:04 +0000 Subject: [PATCH] data/songs.js: add bigprincess --- data/songs.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/songs.js b/data/songs.js index 0803096..cac2070 100644 --- a/data/songs.js +++ b/data/songs.js @@ -1052,4 +1052,14 @@ module.exports = [ .setURI("mxc://glowers.club/QHJhkdQaIubWBGLrOmYZfwGN") .addPreview("mxc://glowers.club/baNrDgFHdXAlnUjYQTzeCMgo", "image/jpg", "512x512")), + // TODO: Find bgm + RadioItem.new("bigprincess") + .addItemInfo(RadioMetadata.newLAV("Bane princess", "ManGuyAlt", RadioMetadata.createYouTubeURI("bqjZ-eWOYUU")).bOfficial()) + .addSource(RadioSource.new("video/mp4", [ "avc1.4D4029", "mp4a.40.2" ]) + .setURI("mxc://glowers.club/XmuhIrJmVZtCMErulemwUSfK") + .addPreview("mxc://glowers.club/CGSLNFlcspZHWIFkblrGwkID", "image/jpg", "800x450")) + .addSource(RadioSource.new("audio/mp3", [ "mp3" ]) + .setURI("mxc://glowers.club/YiyTrzuJSUjhJrtRjdMDrszH") + .addPreview("mxc://glowers.club/FTkeRsmrmysbKBhrMxmGmfhw", "image/jpg", "500x500")), + ]