home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "concert", musiccaps_aspects contains "gig", musiccaps_aspects contains "keyboard harmony" and musiccaps_author = 7

✎ 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
Mystic Rebel at Castaways 3/11/08 Positive Vibration This music is a live instrumental.The music is medium tempo with a dominant piano accompaniment, keyboard harmony, bright drumming, funky bass line, congas rhythm and tambourine beats. The music is a live performance as there are ambient background sounds of people talking and laughing. 2008-03-21T05:58:00Z Chuck Janvrin Mystic Rebel InI Rastaman Vibration Positive! at Castaways in Ithaca NY.......Mystic Rebel is a Roots Reggae Band from CNY/CPA...They can usually be found wandering the Eastern Seaboard sharing the Roots Rasta Message of Bob Marley and the Wailers...You can contact them at Myspace.com/Mystic Rebel... Ithaca Sound System...More Videos at Youtube.com/IthacaSoundSystem...See ya at Musefest in August!...Peace... ["Funk", "Music"] ["instrumental", "medium tempo", "emphatic piano harmony", "electric guitar", "steady drumming", "congas beat", "funky bass line", "reggae", "blues", "live performance", "lively", "engaging", "people talking", "background laughter", "gig", "live performance", "concert", "tambourine", "cymbals", "keyboard harmony"] 7 2GWkKVHxGRM 345
Cold Metal - Iggy Pop.mp4 A male vocalist sings this energetic Rock song. The tempo is medium fast with an animated electric guitar harmony and lead, groovy bass lines,infectious drumming and keyboard harmony. The song is electric,pulsating, youthful, energetic, enthusiastic, passionate and powerful with emphatic vocals. This song is Heavy Metal. 2010-01-13T20:14:33Z wotsitooyou Iggy Pop live does Cold Metal ["Music", "Punk rock", "Psychedelic rock", "Rock music", "Burst, pop"] ["male vocalist", "medium fast tempo", "live performance", "gig", "concert", "retro", "retro rock", "keyboard harmony", "infectious drumming", "animated electric guitar harmony", "groovy bass lines", "punchy drumming", "electric guitar lead", "retro", "rock", "heavy metal", "hard rock", "metal", "sonic power", "amplified instruments", "excited vocals", "youthful", "spirited", "enthusiastic", "energetic"] 7 NxdQtpceXaI 2381

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