musiccaps_details (view)
1 row where musiccaps_aspects contains "experimental music", musiccaps_aspects contains "male vocalist" and musiccaps_aspects contains "musical duo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Attwenger - shakin my brain (official music video) | A male vocalist sings this enthusiastic song in a foreign language. The tempo is fast with infectious drumming and an animated button accordion melody. The song is a fusion of hip-hop with folk music making it unique,unconventional and experimental. It is youthful, buoyant, catchy, engaging and funky with electronic beats. This song is a fusion of Hip-Hop. | 2011-04-05T11:57:57Z | KM FILM | Flimmit: http://www.flimmit.com/attwenger-adventure Attwenger Adventure, 90 Min. Musikfilm/Rockumentary ansehen: http://www.attwenger.at http://www.trikont.de http://www.kmfilm.at http://www.facebook.com/KMFilm Gedreht im Februar 2011 in der KAPU Linz. | ["Funk", "Music"] | ["male vocalist", "fast tempo", "musical duo", "folktronic", "enthusiastic drumming", "playful accordion harmony", "button accordion", "folk music", "hip-hop", "crossover musical style", "experimental music", "unique", "unconventional", "folk tropics", "experimental hip-hop", "fusion music", "electronic beats", "rock elements", "funky", "youthful", "catchy", "upbeat", "energetic", "engaging", "thick accent"] | 7 | 5UmoK5WAW8Y | 663 |
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;