musiccaps_details (view)
1 row where musiccaps_aspects contains "slower tempo", musiccaps_names contains "Electric piano" and musiccaps_names contains "Organ"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hammond M100 & Leslie 147 Movie 1 | This audio contains someone playing a big acoustic drum set with a lot of fill-ins before breaking into the next part of the song. It sounds as if it is the big finale. With loud hits on the cymbals a e-bass is playing a long note and the organ is playing loud chords in the higher register. This song may be playing live at a concert. | 2008-05-17T07:29:32Z | bubusdeolivos | This is me showing how nice a true Hammond tonewheel Spinet organ sounds with a Leslie tube speaker.(Hammond M111 and Leslie 147) It was recorded with a web cam and a cheapo headset microphone. The mic couldn't handle the hot signal from the Leslie, thus I had to keep the volume pedal on minimum and the Leslie amp was set on 5. Keep your speakers at low volume until I figure out how to improve the recordings! | ["Organ", "Electric piano", "Electronic organ", "Keyboard (musical)", "Piano"] | ["amateur recording", "acoustic drums", "e-bass", "electric organ", "epic", "funky", "slower tempo"] | 6 | 6lPw0wKu7_M | 786 |
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;