musiccaps_details (view)
1 row where musiccaps_aspects contains "guitar", musiccaps_aspects contains "moderate tempo", musiccaps_aspects contains "no voices" and musiccaps_aspects contains "pop rock"
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 |
---|---|---|---|---|---|---|---|---|---|---|
akira's fixed gear DVD called 'street life' teaser! | This pop rock song features a guitar riff being played. This guitar has a chorus effect added to the sound. Another guitar plays one chord in a three stroke grouping. The bass plays only one note throughout the song. This is accompanied by percussion playing a simple beat in common time. There are no voices in this song. This is an instrumental song. This song can be played in a movie with sports as the focus. | 2007-01-23T05:43:17Z | Kennicam | top leading skateboarders of T19 made a fixed gear DVD last year('06) its coming out this Feb. 07 check it out and witeness with your own eyes what its really like in tokyo bike scene that you probably dont know much about!!! | ["Funk", "Music"] | ["pop rock", "guitar", "percussion", "no voices", "instrumental", "moderate tempo", "upbeat song"] | 0 | lePP2BaZhJU | 4412 |
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;