musiccaps_details (view)
2 rows where musiccaps_aspects contains "percussion", musiccaps_aspects contains "reggae" and musiccaps_author = 0
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 | |
Seeed - Release | This reggae song features a male voice singing the main melody. This is accompanied by percussion playing a reggae beat. The bass plays a single note on the fourth count of each bar. There are no other instruments in this song. This song can be played in a club as a dance song. | 2009-02-18T19:00:01Z | Łukasz Dub | :) | ["Music", "Reggae"] | ["reggae", "male voice", "percussion", "bass notes", "no other instruments", "moderate tempo dance music"] | 0 | cmJj7SxQEp8 | 3739 |
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;