home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "melodic pad", musiccaps_names contains "Disco" and musiccaps_names contains "Techno"

✎ 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
CHEWING GUM FRAISE This is a French electronic pop music piece. There is a male vocalist singing in the lead. A melodic pad is playing a repeated theme while a fuzzy synth bass is playing a loud bass line. There is an electronic drum beat in the rhythmic background. The atmosphere is sensual and erotic. This piece could be playing in the background at a nightclub or a dance club in France. 2007-06-07T02:51:32Z LTparody lui c le moin bon surment yai vedge mes ces 1 de plus et ces special :O ["Disco", "House music", "Music", "Techno", "Trance music", "Electronic dance music", "Dance music"] ["french electronic pop", "male vocal", "melodic pad", "repeated theme", "synth bass", "electronic drums", "female vocal sample", "sensual", "erotic", "dance"] 9 7yK4-hsVX1o 893

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