musiccaps_details (view)
1 row where musiccaps_aspects contains "adrenaline rush", musiccaps_aspects contains "retro pop music" and musiccaps_author = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Commodores - Brick House - Music Video | A male singer sings this exciting melody with backup singers in vocal harmony. The song is medium fast tempo with a steady drumming rhythm, keyboard accompaniment, groovy bass line and various percussion hits. The song is energetic and passionate. The song is a retro pop hit. | 2009-08-22T18:26:20Z | CaptnKiller | She`s a brick house Mighty might just lettin` it all hang out She`s a brick house She`s the one, the only one, who`s built like a amazon She knows she got everything a woman needs to get a man, yeah. How can she lose with what she use 36-24-36, what a winning hand! [Chorus] The clothes she wears, the sexy ways, make an old man wish for younger days She knows she`s built and knows how to please Sure enough to knock a man to his knees [Chorus] Shake it down, shake it down now | ["Disco", "House music", "Music", "Independent music", "Dance music"] | ["male singer", "hip hop music", "percussive bass line", "groovy drumming rhythm", "keyboard accompaniment", "guitar accompaniment", "various percussion hits", "retro pop music", "energetic", "exciting", "retro pop hits", "pop dance hits", "fitness", "workout classics", "workout playlist", "enthusiastic", "adrenaline rush", "medium fast tempo"] | 1 | ILE12hEW5Ck | 1897 |
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;