musiccaps_details (view)
1 row where musiccaps_aspects contains "amateur audio quality", musiccaps_aspects contains "rap hits", musiccaps_aspects contains "story telling" and musiccaps_author = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|
【MUSIC VIDEO】SENDAI ALL DAY / AROUND THE CLOCK | A male rapper sings this cool melody with a backup singer in vocal harmony. The song is medium tempo with a groovy bass, keyboard playing harmony, stringed Asian instrument and a steady drumming rhythm. The song is story telling and passionate. The song is in poor audio quality and is a rap music video. | 2014-05-30T03:00:01Z | canvassendai | AROUND THE CLOCK × DABDE × CANVAS のコラボ企画! CLOUD NINE RECORDSの若手実力派グループのAROUND THE CLOCK、BEATMAKERにはGAMISMのDABDE。アパレルやVIDEO WORKなど幅広く活動するCANVASが手を組んだ1曲! | ["Music", "Rapping", "Hip hop music"] | ["amateur audio quality", "rap music", "emotional", "korean rap", "youthful", "passionate", "street smart", "dance rhythm", "keyboard harmony", "cool and sophisticated", "male rap singer", "asian stringed instruments", "keybiard harmony", "vocal harmony", "backup singers", "steady drumming rhythm", "groovy bass line", "story telling", "asian rap hits", "engaging", "energetic", "passionate", "rap hits", "rap artist"] | 1 | O5IulN0n6d0 | 2397 |
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;