musiccaps_details (view)
1 row where musiccaps_aspects contains "aggressive", musiccaps_names contains "Zing" and "youtube_published" is on date 2013-08-05
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 |
---|---|---|---|---|---|---|---|---|---|---|
AFS Doing Flips, Flipping Just Practicing (Preview | This is a sped-up trap remix of an R&B music piece. There is a female vocalist singing melodically with her vocal sample used in beat repeats. There is a hollering sample added alongside it. The beat has a strong synth bass with a repeating acoustic guitar sample playing every now and then. The electronic drum beat is slightly fast-paced and filled with cicada hi-hats. The atmosphere is loud and upbeat. This piece could be used as an accompaniment piece at a modern break dance course. It could also be played at nightclubs. | 2013-08-05T16:08:41Z | Zyhiir dorsey | Follow me on twitter @iflip_zahbreezy & instagram @zyhiir | ["Music", "Zing", "Outside, rural or natural"] | ["r&b", "trap", "remix", "female vocal", "melodic singing", "vocal sample", "hollering", "acoustic guitar", "strong bass", "electronic drums", "loud", "aggressive", "upbeat"] | 9 | xl4FJzeU0YA | 5350 |
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;