home / musiccaps

musiccaps_details (view)

2 rows where search matches "guitar", musiccaps_names contains "Blues" and musiccaps_names contains "Speech"

✎ View and edit SQL

This data as json, CSV (advanced)

musiccaps_aspects (array) 28 ✖

  • aisi an pop 1
  • asian pop hits 1
  • backup singers 1
  • bleeding crowd noise 1
  • distorted 1
  • electric guitar melody 1
  • energetic 1
  • enthusiastic 1
  • exciting 1
  • flat male vocal 1
  • fun 1
  • groovy 1
  • groovy bass 1
  • groovy drumming rhythm 1
  • guitar rhythm 1
  • happy 1
  • low quality 1
  • male singer 1
  • noisy 1
  • people talking ambient sounds 1
  • percussive bass line 1
  • piano accompaniment 1
  • pop hits 1
  • punchy snare 1
  • rapping vocals 1
  • shimmering cymbals 1
  • vocal harmony 1
  • youthful 1

musiccaps_names (array) 10 ✖

  • Blues · 2 ✖
  • Music 2
  • Speech · 2 ✖
  • Bass guitar 1
  • Disco 1
  • Guitar 1
  • Harmonic 1
  • Musical instrument 1
  • Plucked string instrument 1
  • Rhythm and blues 1

musiccaps_author 2 ✖

  • 1 1
  • 4 1
video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Jones Cup 2012 - Smart Gilas Sige Lang Music Video HD A male singer sings this cool melody with backup singers in vocal harmony. The tempo is medium with a groovy drumming rhythm, guitar accompaniment, piano accompaniment, percussive bass line and ambient crowd noises. The song is a modern Asian pop song. 2012-08-30T00:39:31Z Sound Check Music Induk Videography Music: Sige lang By Quest ["Blues", "Disco", "Music", "Speech"] ["male singer", "backup singers", "asian pop hits", "bleeding crowd noise", "rapping vocals", "vocal harmony", "exciting", "enthusiastic", "groovy drumming rhythm", "percussive bass line", "piano accompaniment", "guitar rhythm", "people talking ambient sounds", "energetic", "youthful", "pop hits", "aisi an pop"] 1 AtJ2RXQ98kY 1179
Blues Rhythms - #1 - Guitar Lesson - Corey Congilio The low quality recording features an electric guitar melody played over a playback that consists of groovy bass, punchy snare and shimmering cymbals. At the end of the loop, there is a flat male vocal talking. It sounds groovy, fun and the recording is noisy and slightly distorted. 2012-11-21T19:01:01Z TrueFire *FULL COURSE NOW AVAILABLE FOR DOWNLOAD w/ TAB, JAMS & MORE: http://tfir.es/50BluesRhythms COREY CONGILIO: http://tfir.es/CoreyC MORE FREE GUITAR LESSONS: http://bit.ly/TrueFire ["Blues", "Bass guitar", "Guitar", "Music", "Musical instrument", "Rhythm and blues", "Speech", "Harmonic", "Plucked string instrument"] ["low quality", "electric guitar melody", "groovy bass", "punchy snare", "shimmering cymbals", "groovy", "fun", "happy", "flat male vocal", "distorted", "noisy"] 4 NZ2kFIaW05k 2345

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