musiccaps_details (view)
1 row where musiccaps_aspects contains "medium tempo", musiccaps_aspects contains "ska song", musiccaps_names contains "Music", musiccaps_names contains "Reggae" and musiccaps_names contains "Swing music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Prince Buster - All my loving | The song is an instrumental. The tempo is medium with a distinctive reggae style backbeat drumming rhythm and a guitar playing rhythm along with a bass guitar solo. The song is extremely passionate and groovy in nature. The audio quality is poor. | 2008-09-12T17:27:26Z | Schmidthorst69 | Killer Rocksteady version of this alltime Beatles classic tune by the one and only voice of the people! | ["Swing music", "Jazz", "Music", "Reggae", "Ska"] | ["instrumental music", "reggae music", "drum stick play", "ska song", "classic dance hits", "tropical vibes", "medium tempo", "bouncy", "retro dance hits", "tropical paradise", "rim shots", "ska music", "retro ska", "syncopated rhythms", "guitar accompaniment", "groovy bass line", "instrumental music", "guitar lead", "retro hits", "steady drumming rhythm", "groo"] | 1 | SkFG5SoXsVk | 2784 |
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;