musiccaps_details (view)
1 row where musiccaps_aspects contains "deteriorated music", musiccaps_aspects contains "groovy bas slime", musiccaps_aspects contains "poor audio recording" and musiccaps_aspects contains "steady marching drum rhythm"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Yodeling Veterinarian of the Alps (Silly Songs with Larry) | A male singer sings in an animated manner. The song is medium fast tempo with a steady drumming rhythm, brass band accompaniment, groovy bass line and guitar strumming rhythm. The song is exciting and cheerful. The song is an animated children’s show tune, but a poor recording of the actual show. | 2010-07-09T06:04:42Z | wez adora | Awesome and Funny :D HHAAHAHAHA | ["Yodeling", "Music"] | ["animated male vocals", "yodelling song", "comical", "poor audio recording", "bad quality audio", "deteriorated music", "children’s song", "excited", "trumpets play percussively", "brass band", "steady marching drum rhythm", "groovy bas slime", "guitars strumming rhythm", "story telling", "dance music", "animated yodelling", "funny", "excited", "children dancing", "cheerful", "medium fast tempo"] | 1 | mOn13E68Td0 | 4467 |
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;