musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality" and "youtube_published" is on date 2014-06-26
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 |
---|---|---|---|---|---|---|---|---|---|---|
The launching of Draken Harald Hårfagre 13 of June 2012 | The low quality recording features a muffled crowd talking in the background while there is a horn melody, alongside horn siren sound playing. It sounds like a traditional thing to do. | 2014-06-26T08:02:37Z | Draken Harald Hårfagre | The 5th June 2012 the world´s largest viking ship - Draken Harald Hårfagre was launched and named. Soon after after that, on 13th of June 2012, the 300 square meter large sail was hoisted for the first time. After having been trapped inside a shipyard for more than two years, the large Viking ship is finally in its true element; the sea. Now the time has come to tame the Draken.... | ["Wind instrument, woodwind instrument", "Shofar"] | ["low quality", "muffled crowd talking", "horn melody", "horn siren sound", "traditional"] | 4 | eRiGPyewJpI | 3861 |
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;