home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "trippy" and musiccaps_names contains "Jazz"

✎ 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
Fat Freddy's Drop Blackbird Album Bones This is a dub/jazz music piece. There is an electric guitar playing the main melody while a fat bass guitar is supporting it in the background. The rhythm is being played by a laid-back acoustic drum beat. The atmosphere is chill and trippy. This piece could be playing in the background at a dance club for a slow dance night. It could also be used in the soundtrack of a romance movie that takes place in the city, especially during intimate scenes. 2013-10-22T10:00:01Z Fat Freddy's Drop Fat Freddy's Drop -- Bones Subscribe now to Fat Freddy's Drop TV - http://bit.ly/Subscribe2FatFreddysDropTV Taken from the album Blackbird released June 2013. Buy the album here - http://smarturl.it/1uy8fl Freddy HQ - http://www.fatfreddysdrop.com ---------------------------- Follow Freddy's at: https://www.facebook.com/fatfreddysdropnz https://www.instagram.com/fatfreddysdropnz https://twitter.com/fatfreddysdrop1 Upcoming Tours: https://tinyurl.com/ydgo2j9w http://fatfreddysdrop.com/gig-guide Merch: https://tinyurl.com/y84dv3ow ---------------------------- ["Jazz"] ["dub", "jazz", "reggae", "electric guitar", "bass guitar", "acoustic drums", "chill", "groovy", "trippy"] 9 OeNTAUKZgKs 2454

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