musiccaps_details (view)
1 row where musiccaps_aspects contains "goth rock", musiccaps_aspects contains "no percussions" and musiccaps_aspects contains "no vocals"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Tinnitus relief, relaxation, study and meditation. White noise. | This music is instrumental . The tempo is slow with an Oboe playing a monotone note and synthesised sound of heavy rainfall. The music has minimal instruments and has a creepy, scary, sinister, unnatural vibe. | 2012-04-25T12:20:15Z | Shane Anthony | https://www.youtube.com/watch?v=0YlI3miNh3s Hi I am a musician and as a result of years of sound abuse I suffer from Tinnitus in my left ear. It ranges from a hiss to high-pitched noises. I have made up a video that helps my tinnitus and hope it might help you too. What's the difference between this video and others on the net? . It is a very good way if you want to block out the world around you and meditate, relax or study. How to cure tinnitus? I don't know and this is not a cure but I hope it will be of some relief to you. Best to use head phones! Kind regards Shane. https://youtu.be/5glM9yIKjUM | ["Music", "White noise"] | ["instrumental", "eerie", "hollow sounds", "sinister", "goth rock", "spooky", "unnatural", "horror movie vibe", "minimal instruments", "creepy", "rainfall", "oboe", "no vocals", "no percussions", "synthesiser arrangement", "slow tempo"] | 7 | qoBC2wimalI | 4821 |
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;