home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "piano music", musiccaps_author = 0 and "youtube_published" is on date 2013-11-02

✎ 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
Jazz Spa Music: Soft Easy Jazz, Trumpet and Sax Music for Massage and Relax This relaxing song features the sound of pads in the background. A guitar strums a chord first then plays arpeggiated chords. At the end of the song, a piano chord is played. A wave-like synth plays one continuous note in the background. The bass plays the root notes of the chords and the note lingers. The mood of this song is relaxing. This song can be played in a spa. 2013-11-02T10:30:01Z Chillout Lounge Relax - Ambient Music Mix https://itunes.apple.com/us/album/soft-jazz-instrumental-songs/id731346719 Jazz Spa Music: Soft Easy Jazz, Piano and Guitar Music for Massage and Relax www.meditationrelaxclub.com https://www.facebook.com/pages/Meditation-Relax-Club/527310100623985 Jazz Music for Spa, Relaxing Music for Massage and Intimacy. Musique Zen, Musica Relajante. Easy Jazz for Romantic Dinner. Jazz Music for Spa, Relaxing Music for Massage and Intimacy. Easy Jazz for Romantic Dinner. ["Background music", "New-age music", "Music"] ["relaxing music", "no voice", "instrumental", "synth sounds", "meditation music", "guitar", "piano music", "lingering bassline", "pads", "moderate tempo"] 0 _kPmYc1nXuQ 3485

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