musiccaps_details (view)
1 row where musiccaps_aspects contains "meditation music", musiccaps_aspects contains "no other instruments" and musiccaps_aspects contains "relaxing song"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Rare whale footage shot by drone thanks to AUT scientists | This song features synth pads playing one chord in the background. A chord melody is played on the piano. The melody played is sets of two chords being played in a pattern of one high chord followed by one lower pitch chord. This is an instrumental song. There are no voices in this song. There are no other instruments in this song. This song can be played in a meditation center. | 2016-06-06T08:02:39Z | Auckland University of Technology | Unique footage of a Bryde’s Whale has been released today by Auckland University of Technology. The footage shows an adult whale feeding, briefly joined by a young calf, and was filmed from a drone off the coast of Auckland. It is thought to be the first time the feeding behaviour of a Bryde’s Whale has been recorded by an Unmanned Aerial Vehicle (UAV). The footage was captured by AUT post-graduate students, Ticiana Fetterman and Lorenzo Fiori, while on the water conducting their respective Masters and PhD research. They were stunned to glimpse the whales, and to share the rarely seen moment with their research supervisor Dr Barbara Bollard Breen. | ["New-age music", "Music"] | ["synth pads", "piano song", "relaxing song", "no voices", "no percussion", "instrumental", "no other instruments", "meditation music", "slow tempo"] | 0 | BeFzozm_H5M | 1271 |
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;