musiccaps_details (view)
1 row where musiccaps_aspects contains "no voices", musiccaps_aspects contains "sound of throwing objects" and musiccaps_author = 0
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 |
---|---|---|---|---|---|---|---|---|---|---|
Android,IOS APP:Knife King2-Shoot Boss 3D (飛刀王2-射屎老闆 3D) | This hip-hop song features programmed percussion playing a hip-hop beat. The bass follows the root notes of the chords. Synth strings play chords. The sound of an object being thrown can be heard. The sound of shattering glass is also heard. This song appears in a game. | 2013-06-07T04:26:54Z | Chi Games | https://play.google.com/store/apps/details?id=com.chi.KnifeBoss&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jaGkuS25pZmVCb3NzIl0. Chi-Chi Games ★ Knife King2-Shoot Boss 3D ★ TightRope Walker 3D Smash Fruit 3D Car Parking Experts 3D Fire Electric Pen 3D Tilt Labyrinth:Ball Maze3D Beer Pushing Game 3D Sewer Rat Run! 3D Urban Wakeboarding 3D Human Slingshot 3D Throwing Knife King 3D | ["Music", "Shatter", "Inside, small room"] | ["hip-hop song", "glass shattering sound", "sound of throwing objects", "programmed percussion", "synth", "bass", "moderate tempo", "no voices"] | 0 | GNu_hiHGEp0 | 1714 |
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;