home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Telephone dialing, DTMF"

✎ 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
pencil mation (part 2) This piece is an instrumental. The tempo is fast with the clip starting with white noise, followed by electronic beeps playing a melody, paper rustling, scribbling sounds and chatter of people in the background. 2010-02-01T10:24:09Z Jobaushit .....-NO COPYRIGHTS....tnx* ["Telephone dialing, DTMF", "Music"] ["instrumental", "fast tempo", "white noise", "paper rustling", "scratching sound", "electronic sounds", "beep", "people talking in the background"] 7 UhcoWyEQwBI 2934
KAKHON TOMAR AASHBEY TELEPHONE - ANJAN DUTTA A male singer sings this spirited melody. The song is medium tempo with guitar accompaniment, telephone beep tones, steady bass line, keyboard harmony and steady drumming rhythm. The song is spirited and emotional. The song has poor audio quality. 2012-11-24T08:55:42Z banglaekhon KAKHON TOMAR AASHBEY TELEPHONE - ANJAN DUTTA কখন তোমার আসবে টেলিফোন - অঞ্জন দত্ত ["Telephone dialing, DTMF", "Music"] ["dial tone beeps", "male singer", "bengali pop song", "bengali hits", "pop music", "romantic", "emotional", "spirited vocals", "song introduction", "private music video", "madly in love", "retro pop song", "indie music", "courtship song", "poor audio quality", "medium tempo", "guitar accompaniment", "strong drumming rhythm", "groovy music"] 1 WsaOJT2SsPg 3144

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