home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "male vocal" and musiccaps_author = 5

✎ View and edit SQL

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
When You Add with a Pirate (addition song for kids) This is an outro for a kids song. The song features quirky male vocals. Right after the end of the phrase, thunderstorm sounds start to play in the background as well as ocean SFX. 2014-03-16T03:03:08Z Harry Kindergarten Music WHEN YOU ADD WITH A PIRATE... An addition song for kids! Enjoy! Purchase this song @ www.harrykindergartenmusic.com Check out more videos @ www.youtube.com/harrykindergarten Q: Can my class perform a "Harry Kindergarten song" for an audience? A: If you desire to have your class or group of students perform one of my “Harry Kindergarten” songs for an audience, please note that there is a $6.00 PERFORMANCE FEE. Here are some hypothetical examples of performance groups: * Students perform a song for an audience during a graduation ceremony. * Students perform a song for an audience during a school or community talent show. * Students perform a song for an audience during a school assembly. If you are unsure if you need to purchase a performance license or not, please inquire at: pete@harrykindergartenmusic.com. If you want more details about using a song multiple years or multiple classes, etc., e-mail me for a detailed PDF file. $6.00 can be sent to: Harry Kindergarten Music, LLC 508 Stewart Street Bellwood, PA 16617 ["Silence", "Music", "Eruption"] ["outro", "kids music", "rain", "thunder", "male vocal", "ocean sound effects"] 5 WT_wvvEvkw4 3099

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 833.335ms · About: simonw/musiccaps-datasette