home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Insect"

✎ 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
Magic (Pejam Pelik) - Malaysia Drama Short Film // Viddsee.com These are sounds coming from a film. There is an ambient atmosphere of birds singing. There is a velcro ripping sound. These sounds could be sampled to be used in soundboards or in beat-making. 2015-04-16T14:00:00Z Viddsee Watch more Asian Short Films at https://www.viddsee.com A primary schoolboy, Samad believes his magic trick gave him new school shoes and he continued performing more tricks to get new things, but little did he know, it was not as magical as it seems. https://www.viddsee.com/video/pejam-pelik/r867d Join us as a Viddsee Patron to support more films like this. Find out how you can contribute here: https://vidds.ee/2xD8qUK SUBSCRIBE to us here http://vidds.ee/18V1scm Love the films on Viddsee and will like to contribute? Join our Viddsee Subbers community here: https://goo.gl/AdnKti Follow us on Instagram https://instagram.com/viddsee Download the new Viddsee Android/ iPhone app to watch awesome short films offline http://www.viddsee.com/mobile #shortfilm ["Insect", "Music", "Environmental noise", "Outside, rural or natural"] ["movie sounds", "nature sounds", "birds singing", "velcro", "ambient", "environment"] 9 CfRzy-RtqnQ 1391

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