musiccaps_details (view)
1 row where musiccaps_aspects contains "amateur recording", musiccaps_aspects contains "rattle" and musiccaps_aspects contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
"Happy newborn" app: black-white slide show, rattles and lullabies. | This audio contains someone playing a xylophone sound and rattles. This is an amateur recording. You can hear clicking and recording noises. This audio may be playing demonstrating specific sounds on a device. | 2013-02-22T12:35:25Z | Nico Nicolaevna | Happy newborn! App is available for Android and IPad tablets Rattles, pictures, lullabies and piano for your newborn! • This is the unique and useful application for the newborns • Developed with the participation of teachers in the early development • Will help you soothe and inspire your baby anywhere The «Happy newborn» application is basis on black-and-white pictures for baby. This is not simply a pad for kiddies, but also the excellent application for moms and daddies, who do not know how to calm а child at once. The black-and-white drawing stimulates visual skills development, quiet and pleasant children's music stimulates hearing development. HAPPY NEWBORN is available for Android and Ipad tablets Itunes: https://itunes.apple.com/us/app/happy-newborn/id595333962?mt=8 Google Play: https://play.google.com/store/apps/details?id=com.childrensminds.knopanewborn&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jaGlsZHJlbnNtaW5kcy5rbm9wYW5ld2Jvcm4iXQ.. Amazon: http://www.amazon.com/childrensminds-Happy-Newborn/dp/B00BAGH43O/ref=sr_1_1?s=mobile-apps&ie=UTF8&qid=1361536555&sr=1-1&keywords=happy+newborn | ["Music", "Music for children", "Rattle (instrument)"] | ["amateur recording", "xylophone", "rattle", "recording an clicking noises"] | 6 | qpN3Aqrr8mg | 4823 |
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;