musiccaps_details (view)
1 row where musiccaps_aspects contains "simple melody", musiccaps_names contains "Music" and musiccaps_names contains "Piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Chet Faker - Talk Is Cheap – Vevo dscvr (Live) | This slow pop song features a synth playing the bass notes as well as the lead melody. The music is in 6/8 time signature. In the first bar, two chords are played. The main melody is played in the second bar. The synth accents the notes on a higher register. The bass plays at off timing. The first two notes of the bass are played on the first count and fourth count of the first bar. The next bass note is played on the first count of the second bar and the following note is played on the 'three and' count of the second bar. The mood of this song is relaxing. This song can be played in a coffee shop. | 2014-09-22T15:40:00Z | VevoDSCVR | Filmed on location in the Electric Room at The Dream Downtown, Official Hospitality partner. http://www.dreamhotels.com/ Get the Vevo App! http://smarturl.it/vevoapps http://facebook.com/vevo http://twitter.com/vevo http://instagram.com/vevo http://vevo.tumblr.com | ["Reverberation", "Music", "Piano", "Inside, small room"] | ["slow pop song", "synth music", "no voices", "instrumental", "no percussion", "minimal instruments", "easy listening", "simple melody"] | 0 | z8Wjdss5uMg | 5459 |
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;