musiccaps_details (view)
1 row where musiccaps_aspects contains "cover", musiccaps_aspects contains "instrumental" and musiccaps_aspects contains "xylophone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Britney Spears - Toxic - Lullaby Version | This is a lullaby version of a pop music piece. The main tune is played by a lyre which creates a medieval aura in the song. There is also a xylophone playing in the background with a supporting tune. A cello can be heard playing staccato notes for the bassline. An occasional bell percussion that sounds similar to a sleigh bell can be heard in the background. This could both be played in wholesome social media content and also due to its soothing nature in playlists meant to be played at bedtime for babies. | 2012-01-31T04:51:39Z | BritneySpearsFans | No copyright Infringement Intended. http://www.amazon.de/Lullaby-Versions-of-Britney-Spears/dp/B006ZBEHBG/ref=sr_1_1?ie=UTF8&qid=1327271873&sr=8-1 | ["Background music", "Music", "Lullaby"] | ["lullaby", "melodic", "instrumental", "cover", "medieval sound", "lyre", "cello", "xylophone", "bells", "calming", "soothing", "sleep-inducing"] | 9 | VlgOLOoctm0 | 3029 |
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;