musiccaps_details (view)
1 row where musiccaps_aspects contains "drum machine" and musiccaps_author = 5
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| zZounds Exclusive Track through the Roland GR-55 Guitar Synthesizer | The track would fit the funk fusion music genre. The main melodic element is a synth electric guitar that plays a solo with a lot of energy and presence. In the background a drum loop that sounds very electronic is played. The music is upbeat and simple. This song would fit a car racing video game. | 2015-02-05T21:58:48Z | zZounds | Check out this zZounds Exclusive Track through the Roland GR-55 Guitar Synthesizer For more detailed product information, please visit: http://bit.ly/1DKlJhH To view our complete line of Roland products please visit: http://bit.ly/1Djw32f About zZounds.com: zZounds.com was founded in 1996 to provide musicians with the best online buying experience for guitars, basses, recording, microphones, keyboards, DJ, and other musical instruments. The site offers a wide variety of popular brands and service from an expert staff of musicians. http://www.zzounds.com/a--3082258 | ["Electric guitar", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Synthesizer"] | ["synth electric guitar solo", "upbeat", "funk", "fusion", "upbeat electronic drums", "simple", "no vocals", "fast tempo", "drum machine"] | 5 | aCUZuMblJPg | 3521 |
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;