musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy bas slime", musiccaps_aspects contains "techno drumming rhythm", musiccaps_names contains "Drum and bass" and musiccaps_names contains "Electronic dance music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mt Eden - Gambler | The song is an instrumental. The tempo is medium with a groovy drumming rhythm, percussive bass line, keyboard accompaniment and various percussive and sonic effects. The song is youthful and exciting with a trance element. The song is a modern tench pop dance tune. | 2010-12-02T12:18:30Z | Mt Eden Official | VIP version coming very soon FREE DOWNLOAD: Track 3 off our debut EP - "MEDS" Sample: (New Zealand) P-Money - Gamble. From the album "Big Things". Cover art by Craig Plant: craigplantartworks@hotmail.co.nz http://www.facebook.com/pages/Craig-Plant-Artworks/116296581769040?v=wall Support us!! Download and rate these tracks on itunes!! http://itunes.apple.com/nz/album/meds-ep-1/id409192438 OR Download the full EP for FREE here: http://www.mediafire.com/?itcp3vi40p7pmmw | ["Drum and bass", "Electronic music", "Music", "Dubstep", "Electronic dance music"] | ["techno dance music", "electronic dance music", "trance dance music", "medium tempo", "groovy bas slime", "techno drumming rhythm", "keybiard accompaniment", "percussion hits", "sonic effects", "dj", "dance floor", "dance club", "people dancing", "groovy dance rhythm", "trance music", "enthusiastic", "passionate", "youthful", "exciting"] | 1 | 66B46E_hrrk | 725 |
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;