forked from jon/glowers-radio
generate.js: add isisman
This commit is contained in:
parent
55d3c851b9
commit
c900cb7bb1
10
generate.js
10
generate.js
@ -1040,11 +1040,13 @@ const mediaItems = [
|
|||||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||||
.setURI("mxc://glowers.club/HEDaNdMsVFzIgYDkymkxnhob")
|
.setURI("mxc://glowers.club/HEDaNdMsVFzIgYDkymkxnhob")
|
||||||
.setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.4))
|
.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")
|
||||||
// RadioItem.new("isisman")
|
.setMetadata("ISISman", "Triple-Q", "https://triple-q.bandcamp.com/track/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))
|
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user