forked from jon/glowers-radio
adding sources to songs
This commit is contained in:
parent
76e7562b0a
commit
42c5e6f54f
18
generate.js
18
generate.js
@ -125,63 +125,63 @@ RadioPreview.prototype.serialize = function (radioSource) {
|
||||
const mediaItems = [
|
||||
|
||||
RadioItem.new("nightinjunitaki")
|
||||
.setMetadata("Night In Junitaki", "Wünsche")
|
||||
.setMetadata("Night In Junitaki", "Wünsche", "https://soundcloud.com/samuelwunsche/night-in-junitaki")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/night_in_junitaki_-_waves.mp3")
|
||||
.addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")),
|
||||
|
||||
RadioItem.new("goodbyeautumn")
|
||||
.setMetadata("Goodbye Autumn", "Tomppabeats")
|
||||
.setMetadata("Goodbye Autumn", "Tomppabeats", "https://tomppabeats.bandcamp.com/track/goodbye-autumn")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/goodbye_autumn.mp3")
|
||||
.addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")),
|
||||
|
||||
RadioItem.new("balmy")
|
||||
.setMetadata("Balmy", "90sFlav")
|
||||
.setMetadata("Balmy", "90sFlav", "https://90sflav.bandcamp.com/track/balmy")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/balmy90sblav.mp3")
|
||||
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
|
||||
|
||||
RadioItem.new("springletter")
|
||||
.setMetadata("Spring Letter", "90sFlav")
|
||||
.setMetadata("Spring Letter", "90sFlav", "https://90sflav.bandcamp.com/track/spring-letter")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/spring_letter.mp3")
|
||||
.addPreview("mxc://glowers.club/wTLwzrymoDeNGdJLEpDoEBtZ", "image/jpg", "500x500")),
|
||||
|
||||
RadioItem.new("weep")
|
||||
.setMetadata("Weep", "90sFlav")
|
||||
.setMetadata("Weep", "90sFlav", "https://90sflav.bandcamp.com/track/weep")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/weep.mp3")
|
||||
.addPreview("mxc://glowers.club/jIkXGOSECsPPyJTvgrxPhRoq", "image/jpg", "500x500")),
|
||||
|
||||
RadioItem.new("whenimetyou")
|
||||
.setMetadata("When I Met You", "90sFlav")
|
||||
.setMetadata("When I Met You", "90sFlav", "https://90sflav.bandcamp.com/track/when-i-met-you")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/when_i_met_you.mp3")
|
||||
.addPreview("mxc://glowers.club/ntDKDFtqeQCmIVoRtzRQdvEC", "image/jpg", "500x500")),
|
||||
|
||||
RadioItem.new("sevenofnine")
|
||||
.setMetadata("Seven of Nine", "90sFlav")
|
||||
.setMetadata("Seven of Nine", "90sFlav", "https://90sflav.bandcamp.com/track/seven-of-nine")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/seven_of_nine.mp3")
|
||||
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
|
||||
|
||||
RadioItem.new("callme")
|
||||
.setMetadata("Call Me", "90sFlav")
|
||||
.setMetadata("Call Me", "90sFlav", "https://90sflav.bandcamp.com/track/call-me")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/call_me.mp3")
|
||||
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
|
||||
|
||||
RadioItem.new("midnightsession")
|
||||
.setMetadata("Midnight Session", "90sFlav")
|
||||
.setMetadata("Midnight Session", "90sFlav", "https://90sflav.bandcamp.com/track/-")
|
||||
.addTags([ "splash-song" ])
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("x-gwm://wiki/полуночная_сессия.mp3")
|
||||
|
Loading…
Reference in New Issue
Block a user