musiccaps_details (view)
1 row where search matches "ballad" and musiccaps_names contains "Accordion"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
musiccaps_aspects (array) 9 ✖
- accordion 1
- acoustic guitar 1
- chill 1
- coffee shop music 1
- gentle 1
- jazz ballad 1
- live performance 1
- solo 1
- upright bass 1
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
ROUGE "Fin des Vacances"nice jazz accordion solo: Steve Rice | This is a live performance of a jazz ballad music piece. The accordion is playing a solo as the main melody. There is an acoustic guitar playing the chords of the piece. The bass line is being played by the upright bass. The atmosphere is gentle. This piece is the perfect music to be played in the background at a coffee shop. | 2007-11-14T09:55:52Z | sricenw | A French jazz ballad by Henri Salvador sung beautifully by Janet Rayor with some great jazz accordion colorations by Steve Rice. This video also features John Miller-guitar, Ruthie Dornfeld-violin and Cary Black-bass. Rouge is a Seattle WA based french cabaret ensemble. Links: http://www.myspace.com/stevericemusic http://www.RougeMusic.com http://www.youtube.com/rougemusic | ["Accordion"] | ["jazz ballad", "live performance", "accordion", "solo", "acoustic guitar", "upright bass", "gentle", "chill", "coffee shop music"] | 9 | gp1DYuoQH08 | 4054 |
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;