home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "manjeera", musiccaps_names contains "Folk music" and musiccaps_names contains "Sitar"

✎ 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
Om Mantra Chant (Meditation Music) This is a soothing traditional Indian or Eastern song that can be used as music for meditation. It is relaxing and features layered female vocals chanting "om". There is a bansuri melody, some rhythmic tabla playing, and an intermittent manjeera being percussively played. 2015-01-06T09:15:41Z Dr. Kumar Amit A serene piece of music for ushering peace around. This 'Om Mantra Chant' does have a very uplifting effect while listening to it during meditation or while achieving some mental silence. The whole performance is as divine as the holy syllable itself. Prominent beats, subtle strings and blows by different Indian musical instruments alleviates the soundstage to a whole ecstatic experience. Blessings ! Album : Meditation Music - Chintan Artist : Ved Prakash Phodani Visit me at : http://www.amitwrites.com Like me at : https://www.facebook.com/amitwritesdotcom Also, subscribe to my channel to receive various upload notifications ! The song here is meant for promotional purpose and I encourage to buy original music at: Amazon: http://amzn.to/14gupjV iTunes India: http://bit.ly/1vXurDv iTunes US: http://bit.ly/14rzmXE iTunes UK: http://bit.ly/1AkbB0P ["Carnatic music", "Mantra", "Chant", "Folk music", "Music", "Sitar"] ["meditation music", "south asian music", "indian music", "tabla", "om chanting", "mantra", "bansuri", "manjeera", "calming", "soothing", "relaxing", "tranquil"] 3 yPou7kokTgA 5406

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