home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "emotional" and musiccaps_names contains "Swing 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
אברימי רוט - אלבום 'אמת ויציב' ♫ Rote&Green Sampler This is a Jewish gospel music piece. There is a male vocalist singing melodically in the Hebrew language. A strings section is playing the melody with the acoustic guitar and the bass guitar in the backing. In the rhythmic background, the acoustic drums are playing a simple 4/4 beat. The atmosphere of this piece is religious/devotional. It could be used in Jewish religious events or related social media content. 2013-09-16T12:16:05Z אברימי רוט Avremi Roth אברימי בפייסבוק: https://Facebook.com/AvremiR אברימי באינסטגרם: https://instagram.com/avremiroth אברימי בטוויטר: https://Twitter.com/avremi_roth אברימי ביוטיוב: https://YouTube.com/ybaudio להזמנת אירועים ומופעים: נייד: 054-8087150 דוא"ל: Avremiroth@gmail.com ["Swing music", "Music", "Independent music"] ["jewish", "gospel", "male vocal", "melodic singing", "strings", "acoustic guitar", "bass guitar", "acoustic drums", "religious", "emotional", "devotional"] 9 JU4CZ-GApu4 2010
Rock Band 3 - Bohemian Rhapsody [Splitscreen] [100% FC Expert Pro Keys] The song is an instrumental. The song is medium tempo and tempo changes occur later, with piano accompaniment, guitar solo, chord changes, steady drumming rhythm, rhythm guitar, and strong bass line . The song is an iconic rock hit and has a bad audio quality. 2011-07-07T00:24:37Z RockerSVK Bohemian Rhapsody - Queen XBL Gamertag: RockerSVK My friend lent me a camera so I could finally record my hands playing pro keys as many of you requested that. I ReFCd Bohemian Rhapsody just to show you my hands, I also made it one handed just for you. I even improved my best score :) Also notice this is my first splitscreen video ever so I hope you like it :D Btw I recorded my hands playing 2 other songs I already FCd (you can guess which ones) so stay tuned :) I had to change a pitch of audio track half a semitone up otherwise the video will be blocked in some countries. Sorry for that. ["Swing music", "Musical instrument", "Keyboard (musical)"] ["electric guitar lead", "chord changes", "specials sound effects", "groovy bass line", "piano accompaniment", "classic rock song", "instrumental music", "cymbal crashes", "piano accompaniment", "emotional", "sentimental", "rock super-hits", "passionate", "spirited", "cult classic", "bad audio quality", "passionate", "energetic", "youthful", "iconic solo", "rock anthem", "tempo changes", "medium tempo"] 1 LR3U4b_fVBc 2186
Veneno para dos - Orquesta Bronco The Regional Mexican song features a passionate female vocal singing over groovy piano melody, wide muffled brass section melody layered with soft crashes and percussive elements. The recording is low quality and vintage, but it still sounds passionate and emotional - like something you would dance to in a latin pub. 2011-01-28T06:17:01Z David Monroy   ["Swing music", "Music", "Orchestra", "Music of Latin America", "Salsa music"] ["regional mexican", "groovy piano melody", "wide muffled brass section", "passionate female vocal", "percussive elements", "soft crashes", "low quality", "vintage", "passionate", "emotional"] 4 qET3h3w35EA 4769

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