musiccaps_details (view)
6 rows where musiccaps_names = "["Music", "Musical instrument", "Steelpan"]"
This data as json, CSV (advanced)
Suggested facets: youtube_channel, musiccaps_author, youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Jamaican Farewell on Steel Drum | someone is playing a high pitched melody on a steel drum. The file is of poor audio-quality. | 2009-02-05T23:21:45Z | Sydonka | 10/4/2005--This is me playing "Jamaican Farewell" on steel drum. | ["Music", "Musical instrument", "Steelpan"] | ["steeldrum", "higher register", "amateur recording"] | 6 | -3Kv4fdm7Uk | 8 | |
Bob Marley rivers on Babylon | The Low quality recording features an upbeat instrumental playing in the background on some kind of speaker, while a loud marimba melody is played over it. It kind of sounds off beat, also the sound is mostly located in the left channel of the stereo image, which makes the recording imbalanced and low in quality. | 2014-05-15T06:25:43Z | Aaron Lewis | Las Vegas guy playing some Bob Marley for me | ["Music", "Musical instrument", "Steelpan"] | ["upbeat instrumental", "loud marimba melody", "noisy", "low quality"] | 4 | -hYRFCQdbLg | 75 | |
I'm Yours - steel drum reggae cover | The low quality recording features a tropical steel drum melody playing over background percussive instrumental. It is noisy, but it sounds tropical, exotic and emotional. | 2009-12-18T22:38:29Z | Steel Drum Music | Jason Mraz's reggae-ish hit on steel drums in Wellington, FL on 12/10/2009 Yes, the puffy shirt cracks me up still. It's hot and humid in Florida year round, so I have a fan on the floor behind me blowing full blast most of the time. ♫ iTunes - http://bit.ly/aE3djW Amazon - http://bit.ly/cgT7rA Google - http://bit.ly/38mMiPu https://www.SteelDrumMusic.net | ["Music", "Musical instrument", "Steelpan"] | ["low quality", "noisy", "background percussive instrumental", "tropical steel drum melody", "tropical", "exotic", "emotional"] | 4 | 3zIQTDfS4Hk | 524 | |
Jamaica Farewell / Island In The Sun | This song is an instrumental. The tempo is slow with a keyboard harmony, steady bass lines, congas and bongo rhythm and sound of an instrument like a harp and string instrument like a ukelele or Hawaiian guitar.The music is soft, mellow, pleasant and simple with the sound of people talking in the background. This is a Regional/Folk Pop instrumental. | 2008-02-17T15:07:09Z | Steel Drum Music | Now on iTunes → click the little tab button for the link and info → → → Caribbean classics played on steel drums from Trinidad. This song is featured on the 'Steel Drum Gold' album. You can get it at: iTunes - http://bit.ly/aE3djW Amazon - http://bit.ly/cgT7rA or directly from Bob Lyons' web site: http://www.SteelDrumMusic.net Steel drums at dinner party, Stranahan House, Fort Lauderdale, 2-13-08 | ["Music", "Musical instrument", "Steelpan"] | ["instrumental", "keyboard accompaniment", "congas", "string instrument harmony", "hawaiian guitar", "ukele", "steady bass lines", "regional pop", "folk pop", "pleasant melody", "bongos", "bass lines", "harp", "people talking", "soft", "mellow", "ambient", "muffled music"] | 7 | P996TZp25PM | 2512 | |
Ambridge High School Steel Drum Band | This song contains an acoustic drum set playing a jazzy swing groove using kick,snare and ride. You can hear various steeldrums playing different parts of the song. One is playing as bass, others as chords in the midrange and others are playing a melody in the upper register. This song may be playing live at a local event. | 2011-10-25T00:39:52Z | christmasohio | Ambridge High School Steel Drum Band performs at the Christmas in the Woods 2011 festival. http://www.ChristmasOhio.com | ["Music", "Musical instrument", "Steelpan"] | ["steel drum band", "acoustic drums", "steel-drums", "fast tempo", "amateur recording"] | 6 | V9jIsOTC1lY | 2977 | |
スティールパンのオーケストラ PAN NOTE MAGIC PV | A steeldrum-orchestra in playing a composition containing bass sounds, mid range chords and melodies in the higher register. This sounds soothing. This song may be playing as a live performance. | 2014-01-28T23:32:16Z | PAN NOTE MAGIC Official Channel | スティールパン オーケストラ PAN NOTE MAGICのオフィシャルPVです。 Official Site → http://www.pannotemagic.com | ["Music", "Musical instrument", "Steelpan"] | ["steeldrum-orchestra", "amateur recording", "soothing", "slower tempo"] | 6 | kbCh5HrmgN0 | 4334 |
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;