home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "melodic pad" and musiccaps_names contains "Disco"

✎ 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
House Music Dugem ~ Dj Devi This is an electronic house music piece. There is a melodic pad playing a repeated tune for the melody. The strong bass and the loud electronic drums are playing as the essential backbone of the house music genre. There is a male voice sample that repeats the same word. There is a female voice sample that speaks occasionally. The atmosphere is energetic. This piece could be playing at nightclubs or dance clubs. 2013-02-18T22:52:17Z devi aZ R.E.M.I.X Final Countdown Vs Anastasia ["Disco", "Electronic music", "House music", "Music"] ["electronic dance music", "house music", "melodic pad", "repeated theme", "strong bass", "loud electronic drums", "male voice sample", "female voice sample", "energetic", "danceable", "club music"] 9 fpbtmY9VfCw 3980

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