home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "shivering"

✎ 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
Dark, Spooky Sounds on Halloween Radio // Sirius XM The song is an instrumental. The song is medium tempo with a loud horn playing sonorously, ambient wind noise, thunder rolling, birds chirping and a harpsichord playing rhythmically . The song is scary and eerie. The song is an instrumental soundtrack for a spooky film. 2009-10-14T18:45:30Z SiriusXM Sign Up for a Free SiriusXM Trial: http://full.sc/1dYpRxD Connect with SiriusXM Online Visit the SiriusXM Website: http://full.sc/1ibeANg Follow SiriusXM on Instagram: http://full.sc/1hrjwjt Find SiriusXM on Facebook: http://full.sc/1ibeMfl Follow SiriusXM on Twitter: http://full.sc/1ibfeKP Follow SiriusXM on Google+: http://full.sc/1ibeVj6 You can hear entire episodes of SiriusXM programming on SiriusXM On Demand.  For more information and a free trial go to http://www.siriusxm.com/ondemand Scare your trick-or-treaters with the spookiest sounds around in SiriusXM's Halloween Radio, SIRIUS Ch. 126 and XM Ch. 120. To learn more about SiriusXM Halloween radio and to get a free trial go to http://www.siriusxm.com/halloween Dark, Spooky Sounds on Halloween Radio // Sirius XM http://youtu.be/IrIKXhYuwuU Subscribe to SiriusXM on Youtube: http://full.sc/1hriVOX ["Music", "Sonar"] ["instrumental music", "philharmonic orchestra", "fear", "spooky sounds", "dark", "ghosts", "shivering", "trembling", "eerie", "spooky", "loud horn plays", "harpsichord accompaniment", "wind noise", "spooky movie", "horror movie soundtrack", "instrumental", "suspense", "anticipation", "haunted", "chirping tones"] 1 IrIKXhYuwuU 1949

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