home / musiccaps

musiccaps_details (view)

6 rows where musiccaps_author = 9 and musiccaps_names contains "Double bass"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: musiccaps_names, youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
J. Raff - Cavatina This is a classical music piece performed by a trio of the violin, the cello and the piano. The melody being played is a gentle one and there is a feeling of resolution in this section of the piece. This piece could be used in the soundtrack of a drama TV series during the closing scenes. 2007-05-24T15:12:34Z erasmustrio Erasmus Trio Amsterdam ["Cello", "Double bass", "Keyboard (musical)", "Piano", "Violin, fiddle", "Bowed string instrument"] ["classical music", "violin", "cello", "piano", "gentle", "mellow", "resolution"] 9 BkSCfcTBMRY 1285
cook with chef Duminda - Chocolate Cake This is a classical music piece. There is a piano playing an arpeggio in the background while a violin gently plays the main tune. The atmosphere of the piece is sentimental. This piece could be used in the background of tutorial videos. It could also be playing in the background at a coffee shop. 2013-04-15T07:10:55Z Chef Duminda ["Cello", "Double bass", "Violin, fiddle", "Bowed string instrument"] ["classical music", "no singer", "instrumental", "piano", "violin", "gentle", "sentimental", "simple tune"] 9 MWS-Uxf1MRw 2276
Sad Music - Emanetin Bende Sakli - Toygar Isikli This is an instrumental music piece that was made for a soap opera soundtrack. The piano and the strings are playing gently in a melancholic manner. The atmosphere of the piece is emotional. This piece could be used in the soundtrack of a drama movie during scenes of hopelessness or heartbreak. 2012-12-02T00:07:15Z Moustafa Hodroj   ["Cello", "Double bass", "Bowed string instrument"] ["soap opera music", "no singer", "instrumental", "piano", "strings", "melancholic", "emotional", "downcast"] 9 P4aTFrJws40 2501
Claude Debussy: Quartet in G Minor, Op. 10 - 4th Mvmt. This is a live performance of a classical music piece from the impressionist school. It is being performed by a string quartet of two violins, one viola and one cello. The quartet is playing a dramatic tune. The atmosphere is gloomy. This piece could be used in the soundtrack of a drama movie during tragic scenes. 2006-12-05T01:46:20Z mashaskripka Debussy Quartet in G Minor, Op. 10 Tres modere -- tres mouvemente et avec passion. First Violin - Maria Bessmeltseva, second violin - Paris Paraschoudis, Viola - Jesse Griggs, Cello - Heather Scott ["Cello", "Double bass", "Violin, fiddle", "Bowed string instrument"] ["classical music", "live performance", "impressionist", "instrumental", "string quartet", "violin", "viola", "cello", "dramatic", "profound", "gloomy"] 9 WSMdqFEjGXE 3095
Matthew McDonald plays Bottesini Grande Allegro alla Mendelssohn This is a classical music piece from the romantic era. The piece is being performed by the double bass. There is a melancholic atmosphere to the piece. The overall feel is dark and dramatic. This piece could be used in the soundtrack of an art movie. 2015-12-16T14:15:56Z matthew mcdonald Matthew McDonald double bass Tomoko Takahashi piano Giovanni Bottesini Grande Allegro 'alla Mendelssohn'. Recorded live in Berlin Philharmonie Kammermusiksaal November 2014 ["Cello", "Double bass", "Bowed string instrument"] ["classical music", "romantic era", "instrumental", "double bass", "melancholic", "dark", "dramatic"] 9 ji5wvUUQjHY 4276
BOTTESINI, Tarantella | Božo Paradžik & Budapesti Vonósok This is a live performance classical music piece played by a chamber orchestra. It is in the style of a tarantella, which is a genre of Italian folk music. The strings section is playing the melody with a cello as the lead. The atmosphere is lively and elegant. It could be used in the soundtrack of a movie especially during a scene involving a pursuit, a face-off or a duel. 2015-07-30T22:18:34Z bozoparadzikcom Haydn Festival in Fertöd (H), LIVE 24th July 2015 (encore piece) Eszterházy Castle, Marionett Theater Giovanni Bottesini (1821-1889), Tarantella orchestrated and edited by Božo Paradžik Božo Paradžik, soloist Budapest Strings Chamber Orchestra / artistic leader: János Pilz (concertmaster) Dear visitors, please mind that I don't use Google+ with this account, so I am since 2014 not able to answer any comments or posts here anymore. I don't want to upgrade my channel to G+. End of July 2015 Google has announced to remove the enforcing of using G+ for YouTube users, but so far without any effect. ["Cello", "Double bass", "String section", "Bowed string instrument"] ["classical", "tarantella", "chamber orchestra", "live performance", "strings section", "cello", "lively", "vibrant", "elegant", "movie music"] 9 w0A-4EbkVz8 5228

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