home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "trippy" and musiccaps_names = "["Funk", "Music"]"

✎ 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
How to Make a Zipper Sinnet Bracelet by TIAT This is an electronic/downtempo house music piece. There is a male vocalist singing melodically under heavy effects. There is a synth and an acoustic guitar playing the repeated main tune. The rhythmic background consists of an acoustic drum beat. The atmosphere is trippy. This piece could be used in the soundtrack of an animation movie, especially during vivid dream sequences. 2010-03-28T23:48:59Z TyingItAllTogether Paracord Fusion Ties - Volume 1: http://www.amazon.com/Paracord-Fusion-Ties-Volume-Bundles/dp/098555780X I've been tying the Zipper Sinnet longer the most any other knot I know. First learned at camp when I was eight years old, the number of bracelets I've made with this tying technique numbers into the hundreds. ["Funk", "Music"] ["electronic", "downtempo", "house", "male vocal", "heavy effects", "synth", "acoustic guitar", "repeated theme", "acoustic drums", "chill", "trippy"] 9 tUBTRs7Avk0 5037

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