generate.js: add isisman

This commit is contained in:
Jon 2022-12-22 18:06:17 +00:00
parent 55d3c851b9
commit c900cb7bb1

View File

@ -1040,11 +1040,13 @@ const mediaItems = [
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("mxc://glowers.club/HEDaNdMsVFzIgYDkymkxnhob")
.setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.4))
.addPreview("mxc://glowers.club/vBvnVioYcHeIGtvHRAaWWCab", "image/jpg", "500x500"))
.addPreview("mxc://glowers.club/vBvnVioYcHeIGtvHRAaWWCab", "image/jpg", "500x500")),
// TODO: needs artwork
// RadioItem.new("isisman")
// .setMetadata("ISISman", "Triple-Q", "https://triple-q.bandcamp.com/track/isisman")
RadioItem.new("isisman")
.setMetadata("ISISman", "Triple-Q", "https://triple-q.bandcamp.com/track/isisman")
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("mxc://glowers.club/pvVRMPsnBzCadKCSaZdMmluy")
.addPreview("mxc://glowers.club/zYqsUaZgAmqNDWymTPhdGJRi", "image/jpg", "500x500")),
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))