musiccaps_details (view)
1 row where musiccaps_aspects contains "lullaby", musiccaps_aspects contains "mono" and musiccaps_aspects contains "nature"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Relaxation Music for Babies. Lullaby with a River Sound. Cancion de Cuna para Dormir Bebes. | The low quality recording features a music box bell melody playing over soft water flowing sound effects. It sounds like a lullaby - relaxing and calming. The recording is also noisy and in mono. | 2008-11-07T08:45:32Z | Ricardo Garcia | http://www.meditationtoawaken.com This music combined with a peaceful river sound can help your baby get relaxed and fall asleep. Feel the most interesting sounds of nature and get relaxed. Visit the Most Incredible Landscapes Without Going Out. Musica de Relajacion y Meditacion. Sounds of Nature. Sonidos de la Naturaleza. Soothing and Calming Music. Music for Studying. Musica Para Estudiar. Sonido de un Rio | ["Music", "Lullaby"] | ["low quality", "noisy", "music box bells melody", "lullaby", "relaxing", "calming", "soft water flowing sound effect", "nature", "mono"] | 4 | ZU6sI1Plq50 | 3381 |
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;