musiccaps_details (view)
1 row where musiccaps_aspects contains "happy mood", musiccaps_aspects contains "percussion" and musiccaps_aspects contains "reggae"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Reggae Birthday Song | This reggae song features male voices singing the main melody in harmony. The clip starts off with the sound of a chalk writing on a board. This is followed by a percussion roll. The voices start singing the main melody. This is accompanied by percussion playing a reggae beat. The bass plays a reggae style bassline. The keyboard plays staccato chords in a reggae rhythm. The mood of this song is happy. This song can be played in a birthday scene in a movie when a family is on a holiday on an island. | 2010-09-14T20:42:56Z | bluemountainecards | Listen as these animated island characters sing happy birthday the raggae way. Hey mon "Happy Birthday!" View more like this: http://www.bluemountain.com/ecards/birthday.pd?c=bmasc62324 | ["Music", "Reggae"] | ["chalk writing on blackboard", "bass", "male voices", "percussion", "reggae", "happy mood", "celebration song", "keyboard", "moderate tempo"] | 0 | _Ra1Y6K7nSs | 3469 |
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;