home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "low quality", musiccaps_names = "["Guitar", "Acoustic guitar", "Music", "Musical instrument", "Strum", "Plucked string instrument"]" and musiccaps_names contains "Guitar"

✎ 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
Sweater Weather by The Neighbourhood acoustic guitar instrumental cover with onscreen lyrics karaoke The low quality recording features an arpeggiated acoustic guitar. It sounds mellow, soft, emotional and sad. 2014-02-10T00:29:44Z avg iQ Download http://avg-iq.com/2014/02/sweater-weather-neighbourhood.html More instrumentals http://avg-iq.com/p/more-songs_28.html Chords: Eb Cm Gm Bb (Beginning to End) Sweater Weather by The Neighbourhood acoustic guitar instrumental cover with onscreen lyrics karaoke backing track . Singing Tips http://bit.ly/avgiQsingingtips Guitar Lesson http://bit.ly/avgiQguitarlesson Piano Lesson http://bit.ly/avgiQpianolesson . . We want to make you an exclusive guitar instrumental of your favorite song or any song you want. Please email avgiQacoustic@gmail.com . Request a Song http://avg-iq.com/p/request-song.html ["Guitar", "Acoustic guitar", "Music", "Musical instrument", "Strum", "Plucked string instrument"] ["low quality", "arpeggiated acoustic guitar", "mellow", "soft", "emotional", "sad"] 4 2x9735gU01s 419

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