home / musiccaps

musiccaps_details (view)

1 row where search matches "ballad" and musiccaps_names contains "Ambient music"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

musiccaps_aspects (array) 4 ✖

  • piano composition 1
  • pop 1
  • reverb 1
  • slow tempo 1

musiccaps_names (array) 2 ✖

  • Ambient music · 1 ✖
  • Music 1

musiccaps_author 1 ✖

  • 6 1
video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Tutorial on How to Loom Knit a Slouchy Beanie Hat A piano is playing a ballad composition with a lot of reverb. This song may be playing as background music. 2013-10-19T10:09:48Z Tuteate This step-by-step tutorial shows you how to knit a slouchy beanie hat using a circular loom of 29cm diameter and 41 pegs. In this tutorial you will learn: - How to cast on stitches on the loom - How to knit stitches and make the crease of the first section of the hat - How to yarn over and purl 2 stitches together on the loom - How to close the hat You can find this project's PDF PATTERN (written instructions and useful extra information) available in English and Spanish here: https://www.etsy.com/es/listing/642118102/ Index of Contents: [00:00] - Introduction [00:23] - Casting on [01:31] - Knitting the brim of the hat [02:18] - Finishing the brim of the hat [04:24] - Round 1 of the body [06:16] - Pattern to be repeated [07:07] - Binding off More information: https://tuteate.com Download Tuteate’s Loom Knitting App for Android: https://cutt.ly/7ElnruV Download Tuteate’s Loom Knitting App for iOS: https://cutt.ly/5ElnyBQ You can find the needed materials here: https://www.amazon.com/shop/tuteate You can also find us here: Instagram: http://www.instagram.com/tuteate/ Facebook: http://www.facebook.com/tuteate/ Pinterest: http://www.pinterest.com/equipot/ Website: http://www.tuteate.com Music: http://www.magluss.com ["Music", "Ambient music"] ["pop", "piano composition", "reverb", "slow tempo"] 6 SEHE3WGui30 2750

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