musiccaps_details (view)
1 row where musiccaps_aspects contains "crossover song", musiccaps_aspects contains "male voice", musiccaps_aspects contains "reggae song" and musiccaps_aspects contains "soul 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 |
---|---|---|---|---|---|---|---|---|---|---|
|AFRICA UNITE| Rebellion, Mandingo, DJ Taff, Good Vibration @ Stadtwerkstatt Linz | This song is a crossover of a reggae song with a soul song. This features a male voice singing the main melody. It starts off with the voice which is accompanied by the guitar, bass and percussion playing in the pause between lines. During the pause, a synth sound is played which is modulated by a ring modulator. After the pause, the voice starts the main melody. Trumpets play a melody. The bass and percussion continue to play with a reggae feel. Female backing voices sing vocables. This song is relaxing. This song can be played at the end of a war movie. | 2010-04-29T21:39:57Z | GoodVibrationSound | ["Afrobeat", "Music of Africa", "Music", "Reggae"] | ["reggae song", "soul song", "crossover song", "male voice", "guitar", "reggae bassline", "synth sounds", "trumpets", "simple percussion", "female backing voices", "slow tempo", "emotional song"] | 0 | chfTjqlrFQQ | 3731 |
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;