musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard accompaniment", musiccaps_aspects contains "love song" and musiccaps_aspects contains "original song"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Three Days Grace/ Breaking Benjamin/ Paramore - Mashup Cover by Kevin Staudt | A male singer sings this emotional melody. The song is medium tempo with a piano accompaniment and a strong bass drum kick . The song is emotional and romantic. The song is a home music video . | 2014-06-28T20:20:04Z | Kevin Staudt | Hey everyone, since I haven't uploaded much new stuff lately I wanted to put a few requests (Three Days Grace - Take Me Under / Breaking Benjamin - Dance With The Devil / Paramore - Decode) together in one cover. http//www.facebook.com/kevinstaudtmusic | ["Electric piano", "Keyboard (musical)", "Piano"] | ["male singer", "piano accompaniment", "soloist", "modern love", "loneliness", "breakup song", "mameluke in love", "music covers", "youtube music videos", "youtube music artist", "modern pop hits", "courtship song", "desperate for you", "madly in love", "original song", "acoustic pop", "emotional", "love song", "sentimental", "strong bass line", "keyboard accompaniment"] | 1 | 1OIfQHKnAcw | 265 |
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;