home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "flute solo", musiccaps_aspects contains "retro songs" and musiccaps_names contains "Rattle (instrument)"

✎ 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
Az Baraye Ghame Man-Ahmad Zahir.wmv The song is an instrumental. The song is medium tempo and has a delightful flute solo with keyboard accompaniment groovy bass line and a groovy drumming rhythm. The song has a poor recording quality. The song's middle eastern folk music vibes. 2011-01-25T19:32:28Z afgking16 Ahmad Zahir Az Baraye Ghame Man ["Music", "Rattle (instrument)"] ["poor audio quality", "flute solo", "arabian music influences", "medium tempo", "folk music", "instrumental music", "steady drumming rhythm", "folk music", "strong bass line", "drum rolls", "retro songs", "entertaining", "emotional", "romantic", "passionate", "keyboard accompaniment"] 1 eHeUipPZHIc 3853

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