musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "low quality recording" and musiccaps_aspects contains "slow tempo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Learning the Theremin, day 3. Saint-Saens, "The Swan". | This instrumental clip features a theremin being played. This is backed by acoustic plucking chords. There is no percussion in this song. There are no voices in this song. This is a slow tempo song and the melody is haunting. This song can be used in a dream sequence in a movie. | 2010-09-23T20:10:49Z | Al-Khwarizmi (Theremin) | Trying to play Saint-Saens' "The Swan" on my new Burns B3 theremin. Note that I suck since I am a complete novice (it's the third day I play the theremin), so don't listen if you're looking for good music. I hope I learn with time. | ["Music", "Theremin"] | ["low quality recording", "theremin", "acoustic guitar", "instrumental", "no voices", "slow tempo", "haunting melody", "dreamy sequence", "no percussion"] | 0 | emP2Sg9QEg4 | 3897 |
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;