home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "birds singing" and musiccaps_names contains "Wedding music"

✎ 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
เปียโน สำหรับการนอนหลับ Music for Sleeping by พัชร iHearBand This is an instrumental classical music performance. There is a gentle tune being played with the piano sound. Ambient sounds such as birds singing can be heard in the recording. The atmosphere is soothing and relaxing. This is a perfect piece for a sleep music playlist. It could also work well as an advertisement jingle. It could be playing in the background at a nursery. 2011-04-01T05:51:35Z Pat Kerdsiri *สำหรับผู้ต้องการบริจาคสนับสนุน หรือต้องการ mp3 ดูด้านล่างสุดของ description ครับ คลิปทำเพื่อผู้ต้องการการผ่อนคลายก่อนนอนครับ ผมเล่นในช่วงดวงอาทิตย์ตกและมืดตอนจบคลิปพอดี เปิดทิ้งไว้ได้เลย 45 นาทีครับ ( อ้อ มีสุนัขเดินผ่านไปๆมาๆเป็นระยะนะครับ :) ก่อนจะเล่นได้ลองศึกษาจาก Wikipedia ว่าเสียงที่จะทำให้ง่วงได้จะมีความซ้ำกันในห้วงของเวลาจึงทำให้เกิดการรวมความคิด และระดับเสียง ( pitch ) ไม่ต่างกันมาก รวมทั้งเลือกใช้คอร์ดที่ทำให้ฟังแล้วสดชื่นไม่ลอยและไม่หลอนเกินจนอาจทำให้ฝันร้าย นอกจากนั้นตลอดคลิปยังมีความดังของเสียงที่เบาลงเรื่อยๆจนจบครับ พัชร เกิดศิริ (ติดต่อวงดนตรีได้ที่ http://www.bit.ly/iHearBand 0868965900 ) สำหรับผู้ที่ต้องการ mp3 สามารถซื้อได้ที่เว็บนี้ https://gumroad.com/l/piano_sleeping ราคา 60บาท คุ้มค่า 45นาที แต่ถ้าไม่สะดวกซื้อบนเว็บ หรืออยากได้ฟรี รบกวนส่งเมล์มาที่ ipattt@ihearband.com ได้ครับ และสำหรับผู้ที่อยากสนับสนุนเปิดหมวก สามารถโอนเงินสิบยี่สิบบาทมาได้ที่ KBANK Patchara Kerdsiri เลขบัญชี 006-2-48915-4 SCB Patchara Kerdsiri เลขบัญชี 329-2-35513-8 ขอขอบพระคุณสำหรับผู้สนับสนุนทุกท่านนะครับ ^_^ ["Music", "Wedding music"] ["classical", "instrumental", "piano", "live performance", "ambient sounds", "birds singing", "soothing", "relaxing", "calming", "sleep"] 9 2MpzHv5KNZU 359

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