home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "piano", musiccaps_aspects contains "relaxing and positive vibe", musiccaps_aspects contains "tambourine/shaker" and musiccaps_names contains "Reggae"

✎ 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
Snam Sound Vibration - Roots Spirit An acoustic drum is playing a reggae groove with a rim shot as a snare sound and shakers/tambourine in the background. An e-bass is playing a bassline accompanied by a clean e-guitar playing the same melody. A piano is playing short chords on the backbeat. Male voices are singing, sounding relaxed and joyful. This song may be playing at a reggae festival. 2012-01-10T23:05:24Z radikal snamsound Positives vibes sur le Loving pauper riddim ! Big up à tous ceux qui vivent pleinement et qui profitent de la vie sans hésiter. Merci à ceux et celles qui nous soutiennent et qui soutiennent le reggae et toutes ces racines à travers le monde, respect à vous ! Peace http://www.facebook.com/snamvibes?sk=app_178091127385 ["Music", "Reggae"] ["reggae", "piano", "e-bass", "e-guitar", "acoustic drums", "tambourine/shaker", "male voices singing", "slow to medium tempo", "relaxing and positive vibe"] 6 ID4AoAfHMVk 1881

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