musiccaps_details (view)
1 row where musiccaps_aspects contains "lush", musiccaps_aspects contains "reverb", musiccaps_aspects contains "review video" and musiccaps_names contains "Echo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Tortuga Effects Martini Vs. Analog.Man Chorus | This music is instrumental. The tempo is slow with a lush guitar harmony with the sound of switches being turned on and off. The sound is rich, deep, intense and dense. This is a review audio between a Tortuga Martini vs an Analog Martini. | 2011-02-22T22:39:23Z | Tortuga Television | I get asked all the time how the Martini compares to the Analog.Man chorus. Well, here you go. Both pedals are running fresh Duracell 9v batteries and have not been modded. Please let me know what you think. Gear used: Don Grosh Retro Classic (on neck/middle pickups) Swart Atomic Space Tone (set flat with no verb or trem) Solid Cables www.tortugaeffects.com | ["Tapping (guitar technique)", "Echo", "Effects unit", "Guitar", "Music", "Chorus effect", "Plucked string instrument"] | ["instrumental", "slow tempo", "analog chorus", "reverb", "dense", "rich", "sound of switches", "review video", "comparison", "tortuga martini review", "chorus guitar effect", "lush"] | 7 | L8zjEoQFws8 | 2153 |
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;