musiccaps_details (view)
2 rows where musiccaps_aspects contains "improvisation", musiccaps_aspects contains "instrumental", musiccaps_aspects contains "trumpets" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
HONK - Hesitation | This music is instrumental. The tempo is fast with trumpet harmony, keyboard accompaniment, infectious drumming, syncopated, funky bass lines, lively piano and electric and acoustic guitar riffs. The music is upbeat, groovy, complex harmony, ambient, soulful and funky. This song is Funk Soul; | 2010-05-19T16:30:27Z | 123c123c123c | Honk - Honk LP :: 1974 | ["Swing music", "Music", "Soul music"] | ["instrumental", "fast tempo", "rock", "blues", "trumpets", "lively spirited", "complex harmony", "complex chords", "cymbal rides", "dance groove", "peppy", "perky", "vivacious", "keyboard harmony", "piano accompaniment", "groovy bass lines", "acoustic guitar", "electric guitar", "slick drumming", "trumpets", "lively", "ambient", "soothing", "improvisation", "soul", "funk/soul", "rhythmic", "dance groove", "syncopated bass lines", "rhythmic counter play", "infectious drum grooves"] | 7 | 2sIfE3KOi5s | 410 | |
Thats All Me Bro! | This music is a Jazz instrumental. The tempo is slow with emphatic brass and wind instrumentation, with cello and jazz drumming. The trumpets are emphatic with a lively trombone riff. The other instruments add a rich, dense layer to the music. It is intense, complex, ambient, groovy and pleasant. This music is a Jazz instrumental.5. | 2014-10-25T07:37:25Z | CharlesAlatorre | VLOG CHANNEL: https://www.youtube.com/user/CharlesAlatorre2 Christina (Girl In the Video): https://twitter.com/xtinnnnna http://instagram.com/xtinnnnna Travis's Channel: https://www.youtube.com/user/TravieBASED TWITTER: http://twitter.com/CharlesAlatorre INSTAGRAM: CharlesAlatorre LIKE MY FACEBOOK PAGE: http://www.facebook.com/CharlesAlatorreTV FACEBOOK: http://www.facebook.com/CharlesAlatorre Royalty Free Music By: http://www.audiomicro.com/royalty-free-music | ["Brass instrument", "Saxophone"] | ["instrumental", "slow tempo", "trumpets", "saxophone", "emphatic", "groovy", "ambient", "jazz", "intense", "elegant", "jazz drumming", "lively", "polyrhythms", "blues", "swing", "bass drum", "trombone", "cello", "heavy bass line", "syncopated melody", "improvisation"] | 7 | p1-07VdP__Q | 4676 |
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;