musiccaps_details (view)
1 row where musiccaps_aspects contains "danceable", musiccaps_aspects contains "piano sound" and musiccaps_names contains "Electric piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
DJ Splash , DJ Inphinity , Capella on keyboard | This is a techno trance music piece being performed on the keyboard. It is an instrumental piece. Initially, a brief tune is being played with the piano sound. Then, a wobbly bass and an electronic drum beat starts playing. The atmosphere is energetic and the sound is urban. This piece could be used in the soundtrack of a mobile car racing game. | 2009-03-21T20:02:39Z | music01234567 | Here i'm trying to play the following songs: DJ Splash-Always and forever (From 2:12-3:12 ??? I just got carried away) DJ Splash-Crying soul DJ Inphinity-12 inch Capella-You got to let the music Hope you like it : ) | ["Electric piano", "Keyboard (musical)", "Piano"] | ["techno trance", "no singer", "instrumental", "piano sound", "wobbly bass", "electronic drums", "energetic", "urban", "danceable"] | 9 | 6XZGmRuaOfo | 765 |
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;