musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "regional pop" and musiccaps_aspects contains "vigorous vocals"
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 |
---|---|---|---|---|---|---|---|---|---|---|
|Original Soundsystem Culture| Good Vibration - the positive Sound from Austria | A male vocalist sings this perky song. The tempo is medium fast with an animated trumpet harmony, intense drumming, keyboard accompaniment and punchy bass lines. The vocals are energetic, vivacious, spirited, lively, rhythmic speech. The song is a Latin Urbano. | 2010-02-10T12:41:58Z | GoodVibrationSound | Good Vibration the positive sound from Austria Klopi, I-Man, Kutchie, Neule, Pointi and Rudy are representing Good Vibration Sound. It was established in summer 2003. Being inspired by the traditional Jamaican culture over years, GVS keep it real. Not only having a solid and powerful PA-equipment, but also possessing an own truck, good vibration sound can provide you with music everywhere and all the time. Good Vibration is well known for A1 juggling and always on the go. Forward ever, backward never! contact@goodvibration.at http://www.goodvibration.at | ["Music", "Rapping", "Reggae"] | ["male vocalist", "medium fast tempo", "vigorous vocals", "enthusiastic drumming", "funky bass lines", "keyboard accompaniment", "energetic", "vibrant", "animated", "rhythmic speech", "latin pop", "regional pop", "world music", "latin urbano", "bright trumpets", "boomy trombone"] | 7 | G-7BfzMgZL8 | 1684 |
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;