adding sources to songs

This commit is contained in:
q 2022-12-16 17:34:34 -05:00
parent 76e7562b0a
commit 42c5e6f54f

View File

@ -125,63 +125,63 @@ RadioPreview.prototype.serialize = function (radioSource) {
const mediaItems = [ const mediaItems = [
RadioItem.new("nightinjunitaki") 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" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/night_in_junitaki_-_waves.mp3") .setURI("x-gwm://wiki/night_in_junitaki_-_waves.mp3")
.addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")), .addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")),
RadioItem.new("goodbyeautumn") RadioItem.new("goodbyeautumn")
.setMetadata("Goodbye Autumn", "Tomppabeats") .setMetadata("Goodbye Autumn", "Tomppabeats", "https://tomppabeats.bandcamp.com/track/goodbye-autumn")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/goodbye_autumn.mp3") .setURI("x-gwm://wiki/goodbye_autumn.mp3")
.addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")), .addPreview("mxc://glowers.club/HCiiIVMOekjPZtiEaexDdUsD", "image/jpg", "400x400")),
RadioItem.new("balmy") RadioItem.new("balmy")
.setMetadata("Balmy", "90sFlav") .setMetadata("Balmy", "90sFlav", "https://90sflav.bandcamp.com/track/balmy")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/balmy90sblav.mp3") .setURI("x-gwm://wiki/balmy90sblav.mp3")
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")), .addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
RadioItem.new("springletter") RadioItem.new("springletter")
.setMetadata("Spring Letter", "90sFlav") .setMetadata("Spring Letter", "90sFlav", "https://90sflav.bandcamp.com/track/spring-letter")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/spring_letter.mp3") .setURI("x-gwm://wiki/spring_letter.mp3")
.addPreview("mxc://glowers.club/wTLwzrymoDeNGdJLEpDoEBtZ", "image/jpg", "500x500")), .addPreview("mxc://glowers.club/wTLwzrymoDeNGdJLEpDoEBtZ", "image/jpg", "500x500")),
RadioItem.new("weep") RadioItem.new("weep")
.setMetadata("Weep", "90sFlav") .setMetadata("Weep", "90sFlav", "https://90sflav.bandcamp.com/track/weep")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/weep.mp3") .setURI("x-gwm://wiki/weep.mp3")
.addPreview("mxc://glowers.club/jIkXGOSECsPPyJTvgrxPhRoq", "image/jpg", "500x500")), .addPreview("mxc://glowers.club/jIkXGOSECsPPyJTvgrxPhRoq", "image/jpg", "500x500")),
RadioItem.new("whenimetyou") 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" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/when_i_met_you.mp3") .setURI("x-gwm://wiki/when_i_met_you.mp3")
.addPreview("mxc://glowers.club/ntDKDFtqeQCmIVoRtzRQdvEC", "image/jpg", "500x500")), .addPreview("mxc://glowers.club/ntDKDFtqeQCmIVoRtzRQdvEC", "image/jpg", "500x500")),
RadioItem.new("sevenofnine") RadioItem.new("sevenofnine")
.setMetadata("Seven of Nine", "90sFlav") .setMetadata("Seven of Nine", "90sFlav", "https://90sflav.bandcamp.com/track/seven-of-nine")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/seven_of_nine.mp3") .setURI("x-gwm://wiki/seven_of_nine.mp3")
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")), .addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
RadioItem.new("callme") RadioItem.new("callme")
.setMetadata("Call Me", "90sFlav") .setMetadata("Call Me", "90sFlav", "https://90sflav.bandcamp.com/track/call-me")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/call_me.mp3") .setURI("x-gwm://wiki/call_me.mp3")
.addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")), .addPreview("mxc://glowers.club/kDNCBjvQxfPvtJVmfEMmcdov", "image/jpg", "999x999")),
RadioItem.new("midnightsession") RadioItem.new("midnightsession")
.setMetadata("Midnight Session", "90sFlav") .setMetadata("Midnight Session", "90sFlav", "https://90sflav.bandcamp.com/track/-")
.addTags([ "splash-song" ]) .addTags([ "splash-song" ])
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("x-gwm://wiki/полуночная_сессия.mp3") .setURI("x-gwm://wiki/полуночная_сессия.mp3")