home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "ambient sounds", musiccaps_aspects contains "woman talking" and musiccaps_names contains "Speech"

✎ 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
Hernan Livolsi Didgeridoo Street Performance in Palma This music is instrumental. The tempo is fast with a spirited didgeridoo harmony. The music is droning, rhythmic, deep and rich with the rhythmic tapping /clapping. This is street busking with ambient sounds of people talking, bicycle bells and feet scuffling. The music is droning, hypnotic, meditative, trance and engaging. 2007-09-11T02:26:40Z CMX4 Some friends and I were outside eating lunch one day in Palma when I heard the lovely sound of a didgeridoo start up and resonate through the square. I followed the sound with camcorder in hand and got the following footage. I apologize for the camera work -- I went from setting the camera down to holding it to resting it on my knee. To see/hear more of Hernan's amazing work, check out his YouTube Channel - http://www.youtube.com/user/hernannano ["Didgeridoo", "Music", "Speech"] ["instrumental", "fast tempo", "didgeridoo", "tapping", "bicycle bell sound", "woman talking", "hypnotic", "trance", "trippy", "psychedelic", "repetitive", "engaging", "captivating", "feet scuffling", "keeping time", "clapping", "street performance", "busking", "ambient sounds", "people talking", "energetic", "unique", "single note", "droning sound"] 7 dYVy7moyQCc 3796

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