home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "noisy", musiccaps_names = "["Drum", "Drum roll", "Rimshot", "Snare drum", "Percussion"]" and musiccaps_names contains "Percussion"

✎ 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
Feeling Lost? 4 Tips to Rebuild Your Life & Get Back on Track The low quality recording features an excited crowd cheering for a flat female vocalist speaking afterwards. The recording is a bit noisy and in mono. 2013-05-21T13:01:28Z Marie Forleo If you’re feeling lost after a breakup or failure, you’re not alone. Almost everyone experiences feeling lost, confused, or off track at some point in their lives. In this video, you'll learn four tips for rebuilding your life when everything has fallen apart and you don’t know which steps to take next. 1. Everything happens for a reason. 2. Pain is inevitable. Suffering is optional. 3. Make “is-ness” your business. 4. Do the basics, one day at a time. No matter what you’ve experienced, there’s always a path forward. Follow these tips to find your momentum again and get your life back on track. #MarieTV #FeelingLost C'mon over to https://www.marieforleo.com/blog/feeling-lost for more discussion about this episode. Subscribe to MarieTV: https://www.youtube.com/user/marieforleo Become an MF Insider: https://www.marieforleo.com/subscribe/ What to Do When You’ve Made A Mistake: https://youtu.be/ReuUc2HhUOo Coronavirus: How To Stay Strong & Navigate This Time Together: https://youtu.be/q9YljLg1fCk Playlist: Smart Advice for Sticky Situations: https://youtube.com/playlist?list=PLB1D05E8C699CBF42 MARIE ON SOCIAL Facebook: http://www.Facebook.com/marieforleo Twitter: http://www.twitter.com/marieforleo Instagram: http://www.instagram.com/marieforleo My YouTube channel: http://www.youtube.com/marieforleo ["Drum", "Drum roll", "Rimshot", "Snare drum", "Percussion"] ["low quality", "crowd cheering", "beeping sound", "flat female vocal", "noisy", "mono", "exciting"] 4 9nVpyqfyBSE 1042

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 792.955ms · About: simonw/musiccaps-datasette