musiccaps_details (view)
1 row where musiccaps_aspects contains "happy", musiccaps_aspects contains "positive", musiccaps_aspects contains "tropical feeling" and musiccaps_names contains "Marimba, xylophone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Linus and Lucy (Marimba Solo) | A Charlie Brown Christmas | by Matt Nickle | This is a fun, cheerful and positive song played on the marimba. Percussively, we heard a shaker and some hand tapping on a hard surface. The song creates a light mood and has an African vibe. | 2012-12-24T17:57:22Z | Matt Nickle | SUBSCRIBE http://www.youtube.com/subscription_center?add_user=mattnicklemusic FACEBOOK https://www.facebook.com/pages/Matt-Nickle-Music/238163932924752 Linus and Lucy is not the most traditional Christmas music to play, but I have always loved this song from "A Charlie Brown Christmas". Vince Guaraldi is an amazing composer and performer and I enjoy the jazz influence that he has used in Linus and Lucy. It adds a flavor that is not only fun to play, but is also fun for everyone to listen to. Merry Christmas! Enjoy! Subscribe! EQUIPMENT/SOFTWARE USED FOR THIS VIDEO (Affiliate Links) Recording Equipment Recording Software http://amzn.to/2suJnCP Pitch and Audio Software http://amzn.to/2tem25i M Audio Interface http://amzn.to/2sUW7Qt M-Audio USB Midisport Uno http://amzn.to/2rTrL2z Beyerdynamic Headphones http://amzn.to/2sVbEA1 AKG Headphones http://amzn.to/2ro9vuK Headphone Amp - 4 Channels http://amzn.to/2sVg0Hk Microphone http://amzn.to/2rjTnz5 Mic cord http://amzn.to/2teqOiV Pop Filter http://amzn.to/2teglnE Portable Recording Booth http://amzn.to/2ro6JWd Mic Stand http://amzn.to/2slul2z Video Equipment (Affiliate Links) Camera http://amzn.to/2rTPAHD 50mm Lens http://amzn.to/2ropjxo Camera Slider http://amzn.to/2sh4d8s Video Editing Software http://amzn.to/2sh2TSJ Instrument Equipment (Affiliate Links) Marimba http://amzn.to/2sgS3fP Graphics Card http://amzn.to/2sVjIAw Computer Monitors http://amzn.to/2rowdTd WD Passport External Hard Drive http://amzn.to/2ronSip M-Audio Speakers http://amzn.to/2rjAGvA | ["Musical instrument", "Marimba, xylophone", "Vibraphone", "Percussion"] | ["marimba", "shaker", "african feeling", "tropical feeling", "happy", "positive", "cheerful"] | 3 | RFNRR78dh-8 | 2684 |
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;