musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "people talking in background", musiccaps_aspects contains "simple melody" and musiccaps_aspects contains "soft"
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 |
---|---|---|---|---|---|---|---|---|---|---|
AMAZING Whistling Solos! Buskers perform On A Slow Boat to China in NYC Subway | This music is a pleasant instrumental. The music is slow tempo with a soft cello and guitar duet with a whistle melody. The song is mellow, soothing, calming , dulcet, warm and relaxing in contrast to the background noises of people talking and walking. The musicians are buskers. | 2016-04-08T15:02:24Z | Benjamin Lamson | I've been living in NYC for nearly a decade and these are two of the best buskers I've ever seen. Not only is this guys voice butter but they're both amazing whistlers! My only regret is that I started filming halfway through the song. Filmed at the Metropolitan Lorimer stop on the G train. UPDATE: Vilray recorded and released his first album. Download it at http://vilray.bandcamp.com/ Band's Info: http://patreon.com/vilray http://soundcloud.com/vilray http://www.facebook.com/Vilray-75001313101/ http://www.vilraysings.com http://www.instagram.com/vilray/ http://twitter.com/theactualvilray Jukin Media Verified (Original) * For licensing / permission to use: Contact - licensing(at)jukinmediadotcom | ["Flamenco", "Music"] | ["instrumental", "slow tempo", "cello", "whistling", "resonator guitar", "acoustic guitar", "simple melody", "people talking in background", "busking", "minimalist", "soft", "mellow", "captivating", "serene"] | 7 | rfQ94EXIpTc | 4891 |
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;