home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Guitar" and "youtube_published" is on date 2014-02-10

✎ 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
Moog MF Drive Distortion Fuzz Pedal Demo This music is an electric guitar solo. The tempo is medium fast with an animated electric guitar riff without any accompaniment. The music is loud, powerful, rhythmic and youthful with a bit of static or white noise . 2014-02-10T20:06:28Z Simon Smith Here's a demo of the Moog MF Drive. It's silent as a mouse when not being played, yet roars like a lion when it is. I love it. ["Bass guitar", "Tapping (guitar technique)", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Distortion"] ["instrumental", "medium fast tempo", "home video", "stringed instrument", "electric guitar lead", "amateur recording", "minimalist", "no accompaniment", "electric guitar solo", "amplified guitar", "static", "electric guitar solo", "vibration", "rock", "metal", "hard rock", "heavy metal", "powerful", "loud feedback", "sonic power"] 7 guYWKdxrtIg 4066

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