musiccaps_details (view)
1 row where musiccaps_aspects contains "passionate", musiccaps_aspects contains "soft", musiccaps_names contains "Effects unit" and musiccaps_names contains "Reverberation"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Fender '68 Custom Vibrolux Reverb Reissue | The low quality recording features an electric guitar melody playing in the left channel only in the first half of the loop. At the very end of the loop, the second electric guitar melody appears in the right channel of the stereo image, which makes the stereo image more balanced. It sounds mellow, soft and passionate. The recording is a bit noisy. | 2014-09-12T15:26:44Z | zZounds | Get it at zZounds: http://bit.ly/1Qkhb9p Guitar Expert Justin gives you an exclusive overview of the Fender '68 Custom Vibrolux Reverb Reissue. A new take on one of the most heralded electric guitar amplifiers, the '68 Custom Vibrolux gives you classic tones in the "Vintage" channel, and some more gain and grit in the new "Custom" channel. For more detailed product information, please visit: http://bit.ly/1oDgZYe To view our complete line of Fender products, please visit http://bit.ly/1Evl0Sw 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 | ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["low quality", "noisy", "electric guitar melody", "mellow", "soft", "passionate"] | 4 | 1Ccis4FDGwY | 247 |
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;