home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "eerie", musiccaps_aspects contains "sinister" and musiccaps_aspects contains "suspenseful"

✎ 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
New Hampshire's coolest trooper pulls me over This song is an instrumental. The tempo is low with a xylophone like instrument harmony, sound of clock ticking and papers rustling . The music is spooky, eerie, suspenseful and sinister. This song is Pop. 2012-06-17T07:38:58Z RidleyReport Sponsor: http://Libertania.com - New Hampshire's coolest trooper pulls me over. Some of the video in this clip's likely available for you to use commercially. Basically any part of the clip that has the URL "RidleyReport.com" burned into it at the bottom or was obviously shot by me. That is released into the public domain by me. Or it was public domain to begin with. If it says "YouTube.com/WinWinParty" at the bottom, that means the same thing. Here's at least a partial transcript of text that appears inside the video: Westmoreland, NH. May 22, 2012. About 9 p.m. on a Tuesday. I'm running an errand but mistakenly knock on the wrong, very rural door. No one answers, but police are apparently summoned and my car presumably described. Meanwhile I make it to the correct location, finish my errand there and head back north. Just as I'm passing the carcass of the abandoned Cheshire County gulag, blue lights appear behind me. I reach for my camera. As you can hear, I'm muting the audio whenever I speak the addresses. I don't know whether the occupants want them publicized and probably shouldn't even have spoken them to the trooper. How you can buy yourself an advert here: http://RidleyReport.com/ad pulled over new hampshire cool trooper ron paul state troopers 2012 right to record free state project traffic stop dave ridley report cops libertarian police interactions ridleyreport copblock.org the cop block liberty westmorelan staters cheshire county jail public domain footage peace officers live free or die. calm nh rural investigation suspicions suspicious raw news video. good cop ["Music", "Vibraphone"] ["instrumental", "slow tempo", "eerie", "sinister", "spooky", "mysterious", "suspenseful", "papers rustling", "no vocals", "amateur video", "home video", "documentary", "story writing", "making notes", "xylophone sound", "clock ticking", "papers ruffling"] 7 qlk02ytcnPU 4815

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