home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "narrow", musiccaps_aspects contains "steel acoustic guitar" and musiccaps_author = 4

✎ 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
Mr. Sun plays A little Hearts Ease by Joe Walsh The Alternative/Indie song cover features an acoustic ensemble that includes acoustic guitar chord progression, still guitar melody and tinny double bass playing it. It sounds narrow due to the fact that it is a mono recording. Everything, including the double bass, sounds kind of tinny and reverberant, because it was most likely recorded with one mono, room microphone. The sound could definitely be better, but it does not fall into the category of a low quality recording. 2014-12-18T23:30:48Z MR. SUN Mr Sun is: Darol Anger- violin Grant Gordy- guitar Ethan Jodziewicz- bass Joe Walsh- mandolin A Little Hearts Ease Joe Walsh Video by Luke Norby ["Acoustic guitar", "Music", "Mandolin", "Plucked string instrument"] ["alternative/indie", "mono", "acoustic ensemble", "acoustic guitar", "reverberant", "steel acoustic guitar", "tinny sounding double bass", "narrow"] 4 edKvAj0fYxQ 3888

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