musiccaps_details (view)
1 row where musiccaps_names = "["Electric guitar", "Guitar", "Music", "Independent music", "Rock music", "Progressive rock"]" and musiccaps_names contains "Guitar"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Oceans -- Prog Rock Instrumental -- 1976 Electra Omega X210 | This is an instrumental progressive rock piece. There is an electric guitar playing an arpeggio in the melodic background while another is playing a solo as the lead. A simple 4/4 rock beat is with electronic drum sounds. The atmosphere has a trippy, psychedelic feeling to it. This piece could be used in the trip/nightmare sequences of retro themed horror movies. | 2008-07-09T02:39:57Z | wnorcott | http://www.fillmorepedal.com This is a -- S T E R E O -- progressive rock guitar instrumental called Oceans. Played on the 1976 Electra Omega X210 guitar. This guitar piece is kind of like Pink Floyd meets Robin Trower meets Yes. I built the guitar effects myself. The 1976 Electra Omega X210 guitar is a Les Paul Custom with a jacaranda figureboard and Electra's funktastic Magnaflux 50 pickups. I recorded part 2 over on Vimeo here is the link http://www.vimeo.com/1324272 NOTE To play it in stereo type this at the end of the URL &fmt=18 or just click on this link http://www.youtube.com/watch?v=FXQxobF8FWw&fmt=18 I HOPE YOU LIKE IT. | ["Electric guitar", "Guitar", "Music", "Independent music", "Rock music", "Progressive rock"] | ["progressive rock", "instrumental", "electric guitar", "guitar solo", "effect pedal", "electronic drums", "trippy", "psychedelic"] | 9 | FXQxobF8FWw | 1645 |
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;