generate.js: add mywifesblackson, papermoms, dngyamom, doinurmom, morshufuge, letsgetittoya

This commit is contained in:
Jon 2022-12-11 07:46:14 +00:00
parent 5986efa9c0
commit b87b03ad46

View File

@ -519,7 +519,47 @@ const mediaItems = [
.addTags([ "misc" ])
.addSource(RadioSource.new("video/mp4")
.setURI("mxc://glowers.club/kzIdHQbGtQIdEitOruQHrXnM")
.addPreview("mxc://glowers.club/wKPEYlKdaZiSdCDbImBInvxm", "image/jpg", "936x558"))
.addPreview("mxc://glowers.club/wKPEYlKdaZiSdCDbImBInvxm", "image/jpg", "936x558")),
RadioItem.new("mywifesblackson")
.setMetadata("My Wife's Black Son", "Morrakiu", "https://youtu.be/7NpfbX5coqA")
.addSource(RadioSource.new("video/mp4")
.setURI("mxc://glowers.club/aJsmUUQuUDQMVbtKfagCjFQi")
.addPreview("mxc://glowers.club/JbyoUSTYQcQaLbEspdRcDhpM", "image/jpg", "936x558"))
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/aQgNmIbxNluQUxtMXBHMScQK")
.addPreview("mxc://glowers.club/yTuLtqURfBNcQdUOzDYrndAa", "image/jpg", "720x720", EDisplayType.SQUARE)),
RadioItem.new("papermoms")
.setMetadata("paper moms", "DOGGIFY", "https://youtu.be/J1rREd1Mx30")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/roFLNfJtjRcySTTKorwTnUXE")
.addPreview("mxc://glowers.club/YOWZcLaAVpfhvbJWkPIviEJG", "image/jpg", "500x500")),
RadioItem.new("dngyamom")
.setMetadata("Dynamite by BTS but it's Doin' Your Mom", "DOGGIFY", "https://youtu.be/P5UHstVXfTo")
.addTags([ "metadata-prefer-id" ])
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/hYvOhMKYzPMDsFuxLAmRzgyt")
.addPreview("mxc://glowers.club/jJdYBFoiPzJIApBvxsPtgkiy", "image/jpg", "500x500")),
RadioItem.new("doinurmom")
.setMetadata("around your mom", "DOGGIFY", "https://youtu.be/HOZaPGzUVfE")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/IDOxAAnfqKDqaPwRRHTOCfiG")
.addPreview("mxc://glowers.club/TrqWMwgxFtAZYkwmwzzAQzwa", "image/jpg", "500x500")),
RadioItem.new("morshufugue")
.setMetadata("Morshu Fugue", "DOGGIFY", "https://youtu.be/jxEA1rdQacQ")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/zPHRyVPopUarJWZrZVdKRZfu")
.addPreview("mxc://glowers.club/aaRfbfVYHCmYGzGIGMpGOFvJ", "image/jpg", "500x500")),
RadioItem.new("letsgetittoya")
.setMetadata("Let's Get It To Ya", "DOGGIFY", "https://youtu.be/04f5Kb2iznA")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/rWlzEKkPIxxpkRPDnouLijPm")
.addPreview("mxc://glowers.club/WFtHpbtgVSNjqnfwZpvwaPgo", "image/jpg", "500x500"))
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))