musiccaps_details (view)
1 row where musiccaps_aspects contains "dreamy", musiccaps_aspects contains "guitar solo", musiccaps_aspects contains "simple tunes" and musiccaps_names contains "Guitar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
ibanez cs9 vs ibanez sc10 vs ibanez ccl vs boss ce3 vs behringer uc100 vs yamaha ch10mkII | This is a gear comparison jam recorded with an electric guitar played with different chorus effect pedals. The electric guitar is playing simple tunes that sound dreamy with the added chorus effect. There is a psychedelic atmosphere. Certain parts of this recording can be sampled for use in beat-making or in advertisement jingles. These parts could also be played as an opening theme for rock music radio stations. | 2011-01-25T20:57:50Z | ersemola | in this video, we show the differences between the pedals. all the knobs are set at 12 o clock. all the pedals, "except for the behringer", are analogics, first series and early 80 I apologize for the poor quality of the video. | ["Electric guitar", "Guitar", "Music", "Chorus effect"] | ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "chorus", "dreamy", "psychedelic", "simple tunes"] | 9 | YNv7mzbUUHc | 3281 |
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;