musiccaps_details (view)
1 row where musiccaps_aspects contains "happy", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "rhythmic shoe tapping foley"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hand Tap Dancing by Virginia Trautz | The Classical music features a happy sounding piano chord progression and happy woodwind instrument, followed by rhythmic shoe tapping foley effect. you could tell that the music is played on speakers, while the foley artist is trying to sync the shoe tapping to the scene. Judging by the audio cutouts and mono sound, you could tell that it is an old, low quality, recording. | 2010-09-11T20:00:08Z | Eileen Trautz | Virginia Trautz still taps, but with her HANDS in tiny tap shoes. It is too cute! Virginia Trautz has been a dancer all her life, now she is 86 and taps with her hands. It looks and sounds like real tap dancing! Virgina Trautz performs at retirement homes in South Jersey. She is choreographing her Christmas show now! | ["Music", "Tap"] | ["classical", "low quality", "mono", "rhythmic shoe tapping foley", "background music", "happy woodwind instrument", "happy piano chord progression", "happy", "fun", "audio cutouts"] | 4 | Q75y0TIp7Ds | 2595 |
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;