musiccaps_details (view)
1 row where musiccaps_aspects contains "cheerful", musiccaps_aspects contains "classical", musiccaps_aspects contains "fast tempo" and musiccaps_aspects contains "violins"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Falconry 2 | Hunting with Goshawks, Peregrine Falcons and Harris' Hawks | This music is a Western Classical. The tempo is fast with a lively violin harmony, electric cello, piano and string accompaniments. The music is classical, colourful, burgeoning, well layered, dense, rich, full , pleasant, cheerful, merry and elegant. | 2012-06-25T01:12:22Z | Hawkins Falconry | Please visit our website for more information on our Private Falconry Experiences and one-to-one courses: http://www.hawkinsfalconry.co.uk/ Please like our Facebook page for exclusive offers and deals: https://www.facebook.com/pages/Hawkins-Falconry/136082499768950 Twitter: https://twitter.com/HawkinsFalconry Instagram - Hawkins Falconry For more videos please subscribe to my YouTube channel: http://www.youtube.com/user/hawkinsfalconry Thanks for watching... | ["Electric piano", "Keyboard (musical)", "Piano"] | ["instrumental", "violins", "fast tempo", "chamber music", "elegant", "burgeoning", "dense", "rich", "exquisite", "cheerful", "merry", "celebratory", "colourful", "ost", "batman", "ball room", "ball rom dancing", "western classical", "classical", "violin symphony", "electric cello", "guitar", "string section", "vivid", "vibrant", "cheerful"] | 7 | Qt8Ze-k2h2o | 2645 |
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;