home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "bass", musiccaps_aspects contains "no percussion", musiccaps_aspects contains "no voices" and musiccaps_names contains "Wind instrument, woodwind instrument"

✎ 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 Beer - 13 - Siphoning and Bottling This blues song features a solo played on a harmonica. It starts off with the harmonica playing three descending notes. This is followed by the same three notes but the first note is played twice followed by the remaining two notes. This is accompanied by a guitar playing a rock and roll strumming pattern. The bass plays the root note of the chord. A piano plays in the background. There are no voices in this song. This song can be played in a bar scene in a movie. 2013-02-27T07:08:18Z thenewboston Join our community below for all the latest videos and tutorials! Website - https://thenewboston.com/ Discord - https://discord.gg/thenewboston GitHub - https://github.com/thenewboston-developers Reddit - https://www.reddit.com/r/thenewboston/ LinkedIn - https://www.linkedin.com/company/thenewbostoncoin/ Facebook - https://www.facebook.com/thenewbostoncoin/ Twitter - https://twitter.com/thenewboston_og Instagram - https://www.instagram.com/thenewbostoncoin/ Twitch - https://www.twitch.tv/thenewboston/videos TNBC Donations: b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797 ["Harmonica", "Wind instrument, woodwind instrument"] ["harmonica song", "acoustic guitar", "piano song", "no voices", "bass", "instrumental", "no percussion", "no voices", "blues song", "slow tempo"] 0 FNnKFUkFJ5M 1641

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