home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Fill (with liquid)"

✎ 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
Windows Startup and Shutdown Sounds Water Sound Effect This is a glitch music piece. There is an edited sound effect coming from a computer start-up and shut-down mixed with a water sound effect. It has a bizarre atmosphere to it. It could be used in the soundtrack of a dystopian futuristic movie or a video game. 2016-05-16T10:57:36Z Vova Serg Perfect, just what I need to remix I owe nothing ["Music", "Fill (with liquid)"] ["glitch", "noise", "instrumental", "sound effect", "computer", "water", "eerie", "uneasy"] 9 S8fE5jNVchg 2744
Flush for Good: American Standard's Sanitary Toilet Pan Tested in Bangladesh This is the recording of a toilet factory. The flushing systems of the toilets are being tested with a stream of water. Samples could be derived to be used in sound effects for a beat. 2013-03-07T21:45:21Z American Standard The Bill and Melinda Gates Foundation sought out to find a sustainable solution to the sanitation crisis in developing countries. American Standard's engineers took up the challenge, developing several affordable prototypes that were tested in Bangladesh and exhibited at the Reinvent the Toilet Fair. This video features several Sanitary Toilet Pans that were tested in Rajshahi, Bangladesh. For every Champion toilet purchased in 2013, American Standard will donate one of these sanitary toilet pans for distribution in a developing country. Collectively, these pans will help save thousands of lives. Learn more at FlushforGood.com Subscribe to our Channel: www.bit.ly/AmericanStandardSubscribe American Standard on Facebook: https://www.facebook.com/AmericanStandardPlumbing American Standard on Twitter: https://twitter.com/AMStandard American Standard on Instagram: https://www.instagram.com/american_standard/ American Standard on Pinterest: https://www.pinterest.com/amstandard Find More Great Videos from American Standard: https://www.youtube.com/user/AmericanStandard01/featured Check out our Luxury Bathroom Products at DXV by American Standard: https://www.youtube.com/user/DXVLuxury/videos ["Liquid", "Music", "Fill (with liquid)"] ["toilet", "flushing", "water"] 9 SWyF5TSxWso 2773

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