home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "backgroundnoises", musiccaps_aspects contains "medium tempo", musiccaps_names contains "Music" and musiccaps_names contains "Music of Asia"

✎ 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
//EXO ON CRACK | Buy Tao's special foam!!! The recording contains two parts. One being a song with digital drums with a sub bass on the kick and a finger snapping sound used as a snare. A steeldrum sample is playing a repeating melody while a male voice is rapping in a higher pitch along to backing vocals creating a cheerful atmosphere. Then the song stops and you can hear mobile phones ringing. Two male voices are talking to each other. Then the recording stops with a beeping sound. This recording may be playing in a movie scene. 2015-11-28T16:46:23Z WH3RES MY HA1R Le first EXO crack video! Plees like and subscribe for more I DONT OWN THE VIDEOS OR MUSIC IN THE VIDEO im sleepy ~-~ ["Dial tone", "Music of Asia", "Music", "Speech"] ["rap", "mobile phones ringing", "male voices talking", "backgroundnoises", "male voice rapping", "higher register", "medium tempo"] 6 LaaC_q3QDUE 2202

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