musiccaps_details (view)
1 row where musiccaps_aspects contains "dance rhythm", musiccaps_aspects contains "groovy bass line" and musiccaps_names contains "Drum"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Molecular Gastronomy - Molecular Egg Recipe | The song is an instrumental. The tempo is fast with a groovy jazz drumming rhythm with good brush works, strong bass line, piano accompaniment and various percussion hits. The song is groovy and energetic. The song is jazz fusion. | 2014-04-17T14:56:18Z | MOLECULE-R | Make a Molecular Egg with our Cuisine R-Evolution Kit and Receive 5$ to discover it here by subscribing to our newsletter: https://molecule-r.com/pages/about-molecule-r#news Click here to receive our 40 Free Recipe E-book: https://www.molecule-r.com/free-e-book More Molecule-R products here : https://molecule-r.com/collections/all-products | ["Cymbal", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["jazz music", "groovy bass line", "jazz fusion", "dance rhythm", "dj", "modern jazz hits", "documentary soundtrack", "dancing all night", "sophisticated", "piano accompaniment", "brush work", "fast tempo", "instrumental music", "relaxing", "passionate", "techno jazz line", "funk music", "entertaining"] | 1 | f8QGA4vN6HY | 3924 |
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;