musiccaps_details (view)
2 rows where musiccaps_aspects contains "tranquil", musiccaps_author = 8 and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
Relaxamento Cardio Respiratório - resumido - por Arly Cravo | Music that promotes focus. The music is instrumental and the instruments are all electronic. Synthesized string harmonies, harp plucks and bell sounds blend over a driving bass. The music is tranquil, yet focused. Good for an IT training video. | 2014-12-14T14:23:59Z | Arly Cravo | ["New-age music", "Music"] | ["focused", "electronic", "driving bass", "tranquil", "synth strings", "harp", "bells", "instrumental"] | 8 | 6yB6plsrjO0 | 799 | ||
Walgesang Entspannung | Calming ambient synth pads and synthesized bell sounds combined with ocean sounds and bird sounds. Meant to inspire tranquility. No drums. | 2012-08-07T07:57:45Z | DrCNeumann | http://relaxaudios.spinshop.com/ Um Walgesang als MP3 runter zu laden hier klicken: http://bit.ly/Walgesang Überirdisch schöner Walgesang - wunderbare Walgeräusche zum Entspannen und Meditieren. Walgesang vom Buckelwal und Blauwal im offenen Meer. | ["New-age music", "Music"] | ["ocean sounds", "bird sounds", "calming", "tranquil", "synthesized bells", "ambient synth pads", "no drums"] | 8 | xKrdOZAp2w0 | 5319 |
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;