musiccaps_details (view)
1 row where musiccaps_aspects contains "birds chirping", musiccaps_aspects contains "guided meditation", musiccaps_aspects contains "relaxing" and musiccaps_names contains "New-age music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Guided relaxation meditation | This audio contains a synth drone playing in the lower midrange and other synthesizer sounds on top. One of them is playing a melody in a higher pitch. A female voice is talking along to the music. The whole recording is full of reverb. This song may be playing during meditation or while falling asleep. | 2008-06-30T10:59:39Z | Freedom Mastery | This meditation will help you to relax. The beautifully voice guide you trough the whole meditation. you will feel calm, at peace when you go deeper into this meditation. Its a self help meditation, which brings you more in balance and gives you a peace of mind. | ["New-age music", "Music", "Speech"] | ["guided meditation", "soothing", "relaxing", "synth pad", "birds chirping", "synth melody", "female voice speaking", "slow tempo"] | 6 | kKPGTMdz99A | 4308 |
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;