musiccaps_details (view)
1 row where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "lute" and musiccaps_aspects contains "tuba"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Santa Oops Wrong Pipe- Wander Toons- Part 1 | This is a comedy music piece in the style of a Christmas song. It is an instrumental piece. There is a rhythmic background that is composed of percussive elements. The sleigh bells can be heard very distinctively. The melody is played by a lute in a slightly out-of-sync manner while a tuba is playing the bass line. The piece has a tongue-in-cheek feel to it. This piece could fit well in the soundtrack of a Christmas-themed comedy movie. | 2006-12-16T23:26:52Z | Niswander | Artist and Animator J Wander (Mind Wander Cartoons and Usward Music) Christmas animation with Santa going down the pipe instead of the chimney to a hilarious conclusion. J Wander's other works include covers to Niswander's CDs "Revolution of the Heart" and "Adventures In Wanderland" and the animated Nowman in the movie "Chameleon." https://www.cdbaby.com/cd/niswander2 https://www.cdbaby.com/cd/niswander1 | ["Christmas music", "Christian music", "Music"] | ["comedy", "christmas", "instrumental", "percussion", "sleigh bells", "tuba", "lute", "amusing", "tongue-in-cheek"] | 9 | oN9_GYDkNcM | 4620 |
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;