musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_names contains "Pop music", musiccaps_names contains "Soul music" and "youtube_published" is on date 2013-01-20
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 |
---|---|---|---|---|---|---|---|---|---|---|
Idiot Wind - Find The Rhythm In The Noise | This pop rock song features a male voice. This is accompanied by percussion playing a simple beat in common time. A lead guitar with heavy reverb plays a fill in between lines. An acoustic guitar strums chords in the background. A bass plays the root notes of the chords. The mood of this song is romantic. This song is played at a slow tempo. This song can be played in a retro romantic movie. | 2013-01-20T19:47:00Z | Paul Martin | http://www.idiotwind.se/se Amanda Bergman is a Swedish singer-songwriter. She performs under the stage name Idiot Wind and has also performed as Hajen and Jaw Lesson Bergman co-wrote the score for the Swedish movie En Gång Om Året (Once A Year). | ["Music", "Pop music", "Song", "Soul music"] | ["slow rock", "pop rock", "male voice", "guitar lead", "simple percussion", "slow tempo", "simple bass", "acoustic guitar", "reverb guitar"] | 0 | BjAL68IMlp0 | 1281 |
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;