musiccaps_details (view)
1 row where musiccaps_aspects contains "comforting song", musiccaps_aspects contains "male voice", musiccaps_aspects contains "slow tempo" and musiccaps_names contains "Middle Eastern music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Son Little - "Doctor's In" (Full Album Stream) | This blues song features a male voice singing the main melody. This is accompanied by the percussion playing a simple beat. The percussion plays the tambourine as well. The bass plays the same licks played on the guitar. The guitar plays notes that are octaves apart. Toward the end of the song, an overdrive guitar plays a hammer on note. The mood of this song is comforting. This song can be played in a bar. | 2015-10-16T14:44:42Z | ANTI- Records | Listen to the full album: http://bit.ly/1hILGZr "Doctor's In" by Son Little from the self-titled debut album, available now Download on iTunes: http://found.ee/SonLittle Order on CD and vinyl: http://found.ee/SonLittlestore Listen on Spotify: http://bit.ly/1jEpzVR Facebook: https://www.facebook.com/SonLittleMusic Twitter: https://twitter.com/sonlittlemusic Tumblr: http://sonlittle.tumblr.com/ | ["Music", "Middle Eastern music"] | ["blues song", "male voice", "guitar fills", "guitar playing octaves", "simple percussion", "tambourine", "bass", "slow tempo", "comforting song"] | 0 | Ou7vteWmqfw | 2479 |
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;