diff --git a/data/songs.js b/data/songs.js index 254dbf1..136fb3b 100644 --- a/data/songs.js +++ b/data/songs.js @@ -1084,4 +1084,15 @@ module.exports = [ .setURI("mxc://glowers.club/rQeCMqcEYpGruScYNCDLDKEt") .addPreview("mxc://glowers.club/rfycveISusPKEktNHlohEHGU", "image/jpg", "200x200")), + RadioItem.new("yoruniaisukurimu") + .addItemInfo(RadioMetadata.newLA("Bing Chilling に駆ける", "小潘玮xiaopanwei", RadioMetadata.createYouTubeURI("BMvqvnyGtGo")).bOfficial()) + .addItemInfo(RadioMetadata.newLA("夜に駆ける", "YOASOBI", RadioMetadata.createYouTubeURI("x8VYWazR5mE")).setFor(0).bOriginal().bOfficial()) + .addItemInfo(RadioMetadata.newLA(null, null, RadioMetadata.createAppleMusicURI(1490256995)).setFor(0).bOriginal().bOfficial().bAlt()) + .addSource(RadioSource.new("video/mp4", [ "avc1.4D4029", "mp4a.40.2" ]) + .setURI("mxc://glowers.club/AOUACiQidIwdIAzGdHvAKriD") + .addPreview("mxc://glowers.club/ZLbSrCQbZyFlBntdAZnCvOZD", "image/jpg", "800x450")) + .addSource(RadioSource.new("audio/mp3", [ "mp3" ]) + .setURI("mxc://glowers.club/FTxiRFGvOrXKpIsiEyuvEHUN") + .addPreview("mxc://glowers.club/FJhbfiNYjzMLSGtieAVrKlPE", "image/jpg", "450x450")), + ]