home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "soft" and musiccaps_names contains "Chorus effect"

✎ 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
Coolest Guitars Ever! Funny and Crazy Guitar Designs - Custom Guitar Art A e-guitar with a chorus effect is playing a simple, repeating chord progression while another guitar is playing a bassline over it that sounds more like a countermelody. On top of that, slightly panned to the right side of the speakers, a xylophone is playing single notes with a lot of reverb. This song sounds repetitive and relaxing and soft. This song may be playing with earphones waiting for the bus. 2012-08-24T17:20:21Z Mykola MrHardGuitar - Guitar Reviews And Lessons http://hard-guitar.com/ Coolest Guitars Ever! Here is my collection of nearly 50 crazy and funny guitars photos. Some guitars look very cool spider guitar or a sword guitar. But most of them look crasy and odd - such as body theme guitars. But the most odd is The Wangcaster guitar... Just check it out in video... lol ["Guitar", "Music", "Musical instrument", "Chorus effect", "Plucked string instrument"] ["rock/pop", "xylophone", "e-guitars", "soft", "medium tempo"] 6 IUjzBX2Qm4k 1913
Hotel California - the Eagles Full Guitar with backing track www.Farhatguitar.com This music is an electric guitar instrumental. The tempo is slow with an electric guitar lead and harmony of a popular song. No other instrument is used. It is mellow, pleasant, nostalgic, soft , mellifluous and soothing. 2011-01-11T16:31:38Z Farhat Guitar TAB http://farhatguitar.com/lessons/the-eagles-hotel-california/ My Music http://elgranojorojo.com/Siento_Y_Presiento_EGOR_2015.zip FB: http://www.facebook.com/FarhatGuitarOfficial Twitter:http://twitter.com/FarHatGuitar FB my Band: https://www.facebook.com/ElGranOjoRojo Spotify : https://open.spotify.com/artist/3nc5PxwNs1zAYVnxahfjoX Old Music: http://goo.gl/2T3YfX See you Marcos Farhat ["Guitar", "Music", "Musical instrument", "Chorus effect", "Plucked string instrument"] ["instrumental", "slow tempo", "electric guitar lead and harmony", "popular song", "minimalist", "pleasant", "nostalgic", "amplified guitar", "powerful music", "sonic power", "stringed instrument", "soft", "pleasant"] 7 uQTCfT5XDzQ 5112

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