musiccaps_details (view)
1 row where musiccaps_aspects contains "bass drone sound", musiccaps_author = 6, musiccaps_names contains "Electronic music" and musiccaps_names contains "Electronica"
This data as json, CSV (advanced)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
YU MIYASHITA experimental ambient noise music 2012 glitch electronica electro electronic abstract | This composition contains ambient noise sounds such as a bass pad drone sound, very fast ringing high frequencies and a rhythmic chime sound. The elements are spread across both sides of the speakers. | 2011-05-05T15:58:47Z | MILLE PLATEAUX° | Details: http://vertical.fm/promo/336.htm Amazon CA: http://amzn.to/fEdFWk Amazon COM: http://amzn.to/gwIgAR Amazon DE: http://amzn.to/f1t88m Amazon FR: http://amzn.to/eWsgmu Amazon JP: http://amzn.to/e9wBoi Amazon UK: http://amzn.to/ft5ZtU Beatport (mp3): http://bit.ly/fWoNWu iTunes (mp3): http://bit.ly/f8UG56 eBay: http://bit.ly/g8UxtA Full list of stores: http://bit.ly/BuyVertical Artist/Band: Yu Miyashita (Brighton, UK United Kingdom) Album: Noble Niche Label: Mille Plateaux Sounds Like (similar artists/bands): zoviet france, merzbow, gultskra artikler, ryoji ikeda, alva noto, Fuck Buttons, asmus tietchens, electronic... http://www.mille-plateaux.com Enjoy our other electronic labels: Mille Plateaux, Force Intel, Furni http://www.vertical.fm | ["Electronic music", "Music", "Noise", "Ambient music", "Electronica"] | ["ambient/noise", "bass drone sound", "high chimes", "experimental", "slow tempo"] | 6 | s59pQGs7Q3E | 4922 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW musiccaps_details AS select musiccaps.url as video, json_object( 'label', coalesce(videos.title, 'Missing from YouTube'), 'href', musiccaps.url ) as youtube_link, musiccaps.caption as musiccaps_caption, videos.publishedAt as youtube_published, videos.channelTitle as youtube_channel, videos.description as youtube_description, musiccaps.audioset_names as musiccaps_names, musiccaps.aspect_list as musiccaps_aspects, musiccaps.author_id as musiccaps_author, videos.id as youtube_id, musiccaps.rowid as musiccaps_rowid from musiccaps left join videos on musiccaps.ytid = videos.id;