musiccaps_details (view)
1 row where musiccaps_aspects contains "happy song", musiccaps_aspects contains "jamaican feel", musiccaps_aspects contains "moderate tempo" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Ska Ska Ska Part 1 - A Regular Ska Session at the Sombrero Club in Jamaica - various artists | This is a low quality audio featuring a male voice singing the main melody. Another voice sings in harmony with the main voice. /the melody is simple and repetitive. This is accompanied by percussion playing a simple beat. The bass plays the root notes of the chords. Trumpet play fills in between lines. This is a happy song. This song has a ska feel. This song can be played at a retro style dance party. | 2008-12-24T21:31:24Z | Kingstoned - soundzz | Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use. This is ska,, there were little pieces of this film on you tube now its complete in 4 parts hope you like this one its a great documentary about a ska party in jamaica in that time at the sombrero club ..so if you want to learn how to dance the ska see this video ...on part 2 3 and 4 you can .see jimmy clif, the blues busters ,the maytals prince buster and some other artists doing there best to make a good video ,lots of energie introduced by byron lee ....enjoy!!! merry x-mas to every1 and a happy 2009 | ["Music", "Ska"] | ["low quality audio", "male voice", "vocal harmony", "trumpet", "jamaican feel", "ska song", "percussion", "bass", "dance song", "moderate tempo", "happy song"] | 0 | THfTLXBLpJE | 2825 |
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;