musiccaps_details (view)
1 row where musiccaps_aspects contains "rock", musiccaps_names contains "Effects unit", musiccaps_names contains "Electric guitar" and "youtube_published" is on date 2011-03-15
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 |
---|---|---|---|---|---|---|---|---|---|---|
Spring Reverb Demo - Flickinger Tone Boxes Spaghetti Western Part Two | This song is an instrumental solo. The tempo is medium fast with the guitarist playing an enthusiastic lead on an amplified guitar. The music is distorted with inferior audio quality. This song is a PopRock/Rock. | 2011-03-15T15:22:54Z | soundpurestudios | http://www.soundpure.com/p/flickinger-spaghetti-western-reverb/2905 The Spaghetti Western from Flickinger Tone Boxes is a spring reverb box, entirely hand wired with an all tube design. This demo picks up where part one left off, demonstrating how this vintage style reverb unit works with other electric guitar effects pedals, in this case a Flickinger Cranky Atom Overdrive Pedal. Rich Flickinger also shares some interesting facts about how this spring reverb was made. Check out our other Flickinger demo videos featuring the Angry Sparrow Fuzz Pedal, Vicious Cricket Tremolo Pedal, Rude Bomb Boost Pedal, as well as part one of the Spaghetti Western. If you are interested in any effects pedals that Sound Pure offers, please give us a call today and one of our experts would be glad to help you. | ["Reverberation", "Effects unit", "Electric guitar", "Guitar", "Music", "Musical instrument", "Chorus effect", "Distortion"] | ["instrumental", "amplified guitar", "guitar lead", "electric guitar", "medium fast tempo", "distorted sound", "amateur recording", "inferior quality audio", "dexterity", "rock", "pop rock"] | 7 | OH8urnIthoQ | 2421 |
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;