home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "pedal steel guitar" and youtube_channel = "Niall Doorhy"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Niall Doorhy Dancer demonstrating Irish Country Music Jive This country song features a male voice singing the main melody. This is accompanied by percussion playing a simple country beat in common time. A pedal steel guitar plays sliding notes as fills in between lines. The bass plays the root note and the lower fifth of the chords being played. The other instruments are not audible as the audio quality is low. This song can be played in a square dancing party. 2012-06-21T03:05:29Z Niall Doorhy Basic Jive in Irish Country Music. Music is by Mike Denver "Back in 68" For information on learning to Jive or dance contact Niall on 0873536502 Other Videos by Niall Doorhy https://www.youtube.com/watch?v=x2tttUWqp5w https://www.youtube.com/watch?v=ux1lYInPH-I https://www.youtube.com/watch?v=IfXSCM0negk https://www.youtube.com/watch?v=5qMlUHdvp5Q ["Country", "Music", "Bluegrass", "Dance music"] ["low quality audio", "country song", "pedal steel guitar", "male voice", "percussion", "bass", "moderate tempo", "square dancing dance"] 0 ET6HVZ8muVE 1560

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