data/songs.js: add bigprincess

This commit is contained in:
Jon 2023-02-13 01:06:04 +00:00
parent 891aedfbbb
commit 31c12e7199

View File

@ -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")),
]