musiccaps_details (view)
1 row where musiccaps_aspects contains "chorus ensemble", musiccaps_aspects contains "dreamy", musiccaps_aspects contains "jam" and musiccaps_names contains "Distortion"
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 |
---|---|---|---|---|---|---|---|---|---|---|
BOSS CE-1 Chorus Ensemble Test | This is a gear showcase jam. The only instrument being played is an electric guitar being strummed lightly. There is a chorus ensemble effect on the guitar making it sound like multiple guitars are being played at the same time. There is a dreamy atmosphere in this recording. Chorus guitar samples could be picked up from this recording. Some parts of it could also be mixed into advertisement jingles. | 2012-05-06T09:37:10Z | Shin Kondrix | BOSS CE-1 Chorus Ensemble An effector to own very much if you like John Frusciante. It is dependent on regulation of Input level, and is distorted lightly. There is sound just like [ at the time of carifornication ]. Difficulties are weight and a size also although it is the highest. Sold out was Twitter : @inu_wangchang | ["Effects unit", "Guitar", "Music", "Musical instrument", "Chorus effect", "Distortion"] | ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "chorus ensemble", "calm", "simple tune", "dreamy"] | 9 | zRixZ7mWwho | 5475 |
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;