musiccaps_details (view)
1 row where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "simple", musiccaps_aspects contains "single instrument" 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 |
---|---|---|---|---|---|---|---|---|---|---|
CATALINBREAD Topanga Reverb vs KEELEY Memphis sun | This is the recording of a gear showcase jam. The only instrument being played is an electric guitar. There is a solo being played while a reverb effect pedal is in use. The atmosphere is easygoing and the tunes are simple. Parts of this piece could be used as samples for beat-making. These samples could also work well for advertisement jingles. | 2015-10-29T06:26:23Z | The Nocturne Brain | CLICK HD!!! CLICK IT!! I set up a Catalinbread Topanga Reverb vs. a Keeley Memphis Sun. Both are running through my blonde bassman amp and Gretsch G6120SSU, using canare cables & roland patch cable. Yes the Topanga is a fender tube reverb pan emulator and the Memphis sun is a sun studios room emulator w slap back echo. I focused a subtle rep of the reverbs and then tweaked them around a bit at the end. Iphone 6, bear that in mind as this isnt Andy and PGS. | ["Reverberation", "Guitar", "Music"] | ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "reverb", "easygoing", "mellow", "simple"] | 9 | DpS_TigOHWo | 1512 |
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;