musiccaps_details (view)
1 row where musiccaps_aspects contains "pedal steel guitar", musiccaps_names contains "Guitar", musiccaps_names contains "Music" and musiccaps_names contains "Reverberation"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Apartment Number 9 | This song features a pedal steel guitar playing the main melody. This starts off with a slide to a high register followed by plucking low register strings. This is accompanied by percussion playing a simple beat in common time. An acoustic guitar strums chords in the background. The bass guitar plays the root notes of the chords. This song is at a slow tempo. There are no voices in this song. This is an instrumental song with a Country feel. This song can be played in a coffee shop. | 2015-05-08T12:54:05Z | Celio Anelio Neto | "Pedal Steel Guitar" - Instrumental. Equipamentos Usados:- Pedal Steel Guitar:- Justice Pro Lite c/True Tone JW PU. Pedal de Volume:-Hilton 262 Racks De Efeitos:- Digitech GSP 2101 Studio/Tube Pré Amp+TC Eletronic M-One(Reverber Only). Pedal Boss DD3 Tone Bar:-BJS + Reso ProPik/BugaBlue Live Steel Strings Set. "Rhythm Track" by David Hartley. | ["Reverberation", "Guitar", "Music", "Steel guitar, slide guitar", "Plucked string instrument"] | ["guitar song", "pedal steel guitar", "simple percussion", "acoustic guitar", "slow tempo", "country song", "instrumental", "no voices", "relaxing music"] | 0 | Hc_UM8l_sTg | 1820 |
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;