home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "bright trumpets"

✎ 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
|Original Soundsystem Culture| Good Vibration - the positive Sound from Austria A male vocalist sings this perky song. The tempo is medium fast with an animated trumpet harmony, intense drumming, keyboard accompaniment and punchy bass lines. The vocals are energetic, vivacious, spirited, lively, rhythmic speech. The song is a Latin Urbano. 2010-02-10T12:41:58Z GoodVibrationSound Good Vibration the positive sound from Austria Klopi, I-Man, Kutchie, Neule, Pointi and Rudy are representing Good Vibration Sound. It was established in summer 2003. Being inspired by the traditional Jamaican culture over years, GVS keep it real. Not only having a solid and powerful PA-equipment, but also possessing an own truck, good vibration sound can provide you with music everywhere and all the time. Good Vibration is well known for A1 juggling and always on the go. Forward ever, backward never! contact@goodvibration.at http://www.goodvibration.at ["Music", "Rapping", "Reggae"] ["male vocalist", "medium fast tempo", "vigorous vocals", "enthusiastic drumming", "funky bass lines", "keyboard accompaniment", "energetic", "vibrant", "animated", "rhythmic speech", "latin pop", "regional pop", "world music", "latin urbano", "bright trumpets", "boomy trombone"] 7 G-7BfzMgZL8 1684
The Chris Moyles Show - Epic jingle This music is instrumental . The tempo is fast with a burst of harmonious instrumentation. The music is orchestral with animated trumpets, melodious violin symphony, enthusiastic drumming, piano accompaniment and male vocalisation in the background. The music is bright, lively, powerful, commanding, fluent, gripping ,compelling and a delight to the ears. 2010-01-28T16:04:32Z LeChuckie What a great piece of music! ["Theme music", "Music", "Orchestra"] ["instrumental", "fast tempo", "bright", "gripping", "compelling", "delightful", "commanding", "enthralling", "orchestra", "bright trumpets", "bow stringed instrument", "cello", "viola", "vocalisation in background", "burgeoning", "instrumental ensemble", "sonic treat", "brass band", "melodious violin symphony", "enthusiastic drumming"] 7 GcqCHmHXEjo 1744
SKATE AND DESTROY/SHATTER GLASS OBJECTS This song is an instrumental. The tempo is slow with melodic violin, punchy bass lines, slick drumming, cymbal ride,vibrant trumpet, table turner and sounds in the background like thudding, clashing, glass shattering and crashing . It is soft, mellow, soothing and ambient.This music is contemporary Soul. 2016-06-25T06:18:59Z Spencer Barton Getting mercury poisoning and possible flesh wounds was well worth it.. and don't worry moms, we cleaned up our messes.. ["Glass", "Music", "Shatter"] ["instrumental", "melodious violins", "mellow", "soft", "soothing", "pleasant", "ambient", "bright trumpets", "boomy bass line", "slick drumming", "slow tempo", "table turner", "cymbals", "keyboard accompaniment", "glass shattering", "thudding", "crashing"] 7 PF6Mn51Nkvs 2520
She's So Fine - Jackie Wilson A male vocalist sings this lively Rock song. The tempo is fast with bright trumpet harmony, groovy bass, infectious drumming , electric guitar and vocal backup. The music is upbeat, groovy, funky, high-spirited, vibrant and enthusiastic. This song is Retro Rock and Roll. 2012-09-22T18:49:33Z Mike Swindle Hard to find music. ["Brass instrument", "Trombone"] ["male singer", "fast tempo", "lively cello", "bright trumpets", "vibrant", "classic rock", "animated", "buoyant", "groovy", "funky", "vibrant", "vivacious", "happy", "charming", "vocal backup", "spirited", "retro", "jive music", "upbeat", "spirited", "infectious drumming", "electric guitar", "lively animated", "rock and rock", "rock pop", "funk", "r&b"] 7 r4nPBNL3D0E 4849

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