home / musiccaps

musiccaps_details (view)

3 rows where "youtube_published" is on date 2010-06-03

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: musiccaps_author, youtube_published (date)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Afinação padrão das cordas de um violão The low quality recording features a tutorial on how to tune an acoustic guitar, string by string. The recording is very noisy. 2010-06-03T03:48:03Z Jhomps Violão & Blocos de Montar Tutorial para iniciantes: como afinar seu violão Deixe o som das cordas do seu violão o mais próximo possível dos sons emitidos pelo vídeo. 0:00 - Afinação padrão violão de 6 cordas 0:04 - E 0:14 - A 0:23 - D 0:33 - G 0:42 - B 0:51 - e ["Music", "Electronic tuner"] ["low quality", "noisy", "acoustic guitar tuning", "tutorial"] 4 3R8xDvhJk54 468
Torneo de Arqueria Medieval 2009 - TAM 09 - (parte 3/3) The low quality recording features a metal song that consists of female opera vocal singing over double pedal kick, punchy snare, energetic cymbals, wide electric guitar melody and groovy bass guitar. It sounds aggressive, energetic and upbeat. 2010-06-03T19:25:50Z produccionesCARM Torneo de Arqueria Medieval 2009, organizado por el CUDA (Club Universitario de Arqueria) Septiembre de 2009 La calidad del video fue reducida para una mejor experiencia on-line ["Music", "Speech", "Angry music"] ["low quality", "metal", "punchy snare", "double pedal kick", "female opera vocal", "wide electric guitar melody", "groovy bass", "energetic cymbals", "aggressive", "upbeat", "energetic"] 4 4QJktFv916o 569
Bill Lawrence "Wilde" L-45 pickups The song is an instrumental. The song is medium tempo with an electric guitar playing guitar riffs with a nice low end; The audio quality is average. The song is passionate and exciting. 2010-06-03T01:03:09Z Flagrant Potato Playing starts at 2:25. Quick sound test of the Bill and Becky "Wilde" L-45 strat pickups in my Warmoth guitar. Alnico V magnets, dual rail pole pieces (flat). Guitar is 1pc alder body with a goncalo alves neck and ebony fretboard. Guitar is plugged straight into a Yamaha Fifty (G50) 410 combo and was recorded with an active dual-ribbon mic. ["Reverberation", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Inside, small room"] ["electric guitar player", "guitarist", "riffs", "guitar licks", "passionate", "exciting", "guitar lessons online", "soloist", "youtube music video", "guitar demonstration", "excited", "positive", "medium fast tempo", "groovy music", "inspiring", "inspiring", "guitar solo", "medium fats tempo", "strumming rhythm", "groovy", "booming bass line", "instrumental music"] 1 Ta0GmXPnGWk 2847

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