musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "mono" and musiccaps_names contains "Glockenspiel"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sukey's Circle! Vol. 1: Tick Tock (expanded version) - (SD) | The low quality recording features a children's song that consists of a clock ticking, church bells melody, plucked strings melody and flat female vocal singing over it. It sounds happy, joyful and fun. The recording is mono and noisy. | 2011-05-02T13:30:42Z | SukeyMolloy | Learn more about Sukeys Circle! at http://www.sukeymolloy.com. Join Sukey Molloy and her favorite friends Sunny and Tick Tock at Sukey’s Circle! for ‘Tick Tock’. Sukey dances, plays, and sings with Tick Tock while rocking, jumping, hopping and clapping. This is the original expanded version. You can also see Tick Tock on Vol. 3, and listen to the Tick Tock song on Sukey’s first CD, Circle Songs created for ages 1-5. | ["Music", "Music for children", "Tick", "Glockenspiel"] | ["low quality", "clock ticking", "church bells melody", "flat female vocal", "plucked strings melody", "happy", "joyful", "fun", "children song", "noisy", "mono"] | 4 | YLlbLSNxdQ4 | 3277 |
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;