forked from jon/glowers-radio
generate.js: add whenblackissus
This commit is contained in:
parent
864b3851ab
commit
816a84e908
@ -384,7 +384,7 @@ const radioEntries = [
|
|||||||
RadioItem.new("hotline")
|
RadioItem.new("hotline")
|
||||||
.setMetadata("Gangster Party Line", "Brent Weinbach", "https://youtu.be/Cx1J2CzNnS8")
|
.setMetadata("Gangster Party Line", "Brent Weinbach", "https://youtu.be/Cx1J2CzNnS8")
|
||||||
.setNiggadata("hotline", undefined)
|
.setNiggadata("hotline", undefined)
|
||||||
.setTags([ "misc" ])
|
.addTags([ "misc" ])
|
||||||
.addSource(RadioSource.new("video/mp4")
|
.addSource(RadioSource.new("video/mp4")
|
||||||
.setURL("mxc://glowers.club/gnZElBwskTnBXkeZPiINVtSB")
|
.setURL("mxc://glowers.club/gnZElBwskTnBXkeZPiINVtSB")
|
||||||
.setThumbnailURL("mxc://glowers.club/iPoGcvVbhmElZgaZuEdNQDBJ")),
|
.setThumbnailURL("mxc://glowers.club/iPoGcvVbhmElZgaZuEdNQDBJ")),
|
||||||
@ -404,6 +404,13 @@ const radioEntries = [
|
|||||||
.setThumbnailURL("mxc://glowers.club/aHWNIqMTUjXZRGZUqZCuOgbi")
|
.setThumbnailURL("mxc://glowers.club/aHWNIqMTUjXZRGZUqZCuOgbi")
|
||||||
.setThumbnailType(EThumbnailType.LANDSCAPE)),
|
.setThumbnailType(EThumbnailType.LANDSCAPE)),
|
||||||
|
|
||||||
|
RadioItem.new("whenblackissus")
|
||||||
|
.setMetadata("Among Us theme song but it's in the style of Metallica's Black Album", "rex", "https://youtu.be/tA2Sr6GgbWo")
|
||||||
|
.setTags([ "sus" ])
|
||||||
|
.addSource(RadioSource.new("audio/mp3")
|
||||||
|
.setURL("mxc://glowers.club/VDXDeYltzQOhTChQtmsZaybu")
|
||||||
|
.setThumbnailURL("mxc://glowers.club/JAWtHKTIefGJzYadLOUofaWl")),
|
||||||
|
|
||||||
].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))
|
||||||
|
|
||||||
const radioObj = {
|
const radioObj = {
|
||||||
|
Loading…
Reference in New Issue
Block a user