home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_author = 8 and musiccaps_names contains "New-age music"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Relaxamento Cardio Respiratório - resumido - por Arly Cravo Music that promotes focus. The music is instrumental and the instruments are all electronic. Synthesized string harmonies, harp plucks and bell sounds blend over a driving bass. The music is tranquil, yet focused. Good for an IT training video. 2014-12-14T14:23:59Z Arly Cravo   ["New-age music", "Music"] ["focused", "electronic", "driving bass", "tranquil", "synth strings", "harp", "bells", "instrumental"] 8 6yB6plsrjO0 799
Sweet November (Enya - Only Time Video) Orchestra music with pizzicato strings, bowed bass and cello, and a clave with reverb. The music feels stationary, like a vamp, with a sense of waiting. 2010-03-01T20:16:35Z zolics666 My favorite film and music I love it ["New-age music", "Music"] ["orchestra", "pizzicato strings", "bowed bass", "bowed cello", "clave", "reverb", "stationary", "waiting", "vamp"] 8 _WYwB1qRgLM 3474
Walgesang Entspannung Calming ambient synth pads and synthesized bell sounds combined with ocean sounds and bird sounds. Meant to inspire tranquility. No drums. 2012-08-07T07:57:45Z DrCNeumann http://relaxaudios.spinshop.com/ Um Walgesang als MP3 runter zu laden hier klicken: http://bit.ly/Walgesang Überirdisch schöner Walgesang - wunderbare Walgeräusche zum Entspannen und Meditieren. Walgesang vom Buckelwal und Blauwal im offenen Meer. ["New-age music", "Music"] ["ocean sounds", "bird sounds", "calming", "tranquil", "synthesized bells", "ambient synth pads", "no drums"] 8 xKrdOZAp2w0 5319

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