home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "depressed"

✎ 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
Joe Bonamassa - "Blues of Desperation" - Official Music Video A male vocalist sings this emphatic rock. The tempo is medium with vigorous electric guitar, synthesiser arrangement, groovy bass line and intense drumming. The vocals are soft ,sad, lonely, poignant, mellow, and melodic in contrast to the intense instrumentation. This song is Blues-Rock. 2016-08-01T14:41:20Z JoeBonamassaTV ► STREAM JOE NOW: https://jbonamassa.com/streaming/ ► FREE ALBUM DOWNLOAD - http://goo.gl/9oI018 ● Official Tickets ● http://jbonamassa.com/tour-dates/ ● Official Social Links ● https://www.facebook.com/JoeBonamassa https://twitter.com/jbonamassa https://instagram.com/joebonamassa/ https://www.pinterest.com/jbonamassa/ ● Official Merchandise ● http://shop.jbonamassa.com/ ["Blues", "Music"] ["male singer", "medium tempo", "sad", "depressed", "heart break", "blues-rock", "vigorous electric guitar riff", "breakup", "hurt", "poignant", "bitter", "lonely", "blues-rockvigorous electric guitar", "synthesiser arrangement", "blues", "rock", "groovy bass line", "intense drumming"] 7 6JJMlY3Go9s 743
Shawshank Redemption - Brook was here This music is instrumental. The tempo is slow with a melancholic piano melody with violin harmony and keyboard accompaniment. The music is sad, mellow, grim, sombre, wistful, poignant, pensive, melancholic and reflective. This music is a soundtrack for a movie. 2011-04-29T20:28:12Z Opeth Opet Enjoy ["New-age music"] ["instrumental", "melancholic piano", "slow tempo", "grim", "sombre", "movie soundtrack", "wistful", "sad", "pensive", "reflective", "depressed", "lost", "defeated", "violin harmony", "keyboard accompaniment", "poignant"] 7 OkcBJawiIHA 2466
BIPOLAR || SHORT FILM This music is a grim instrumental. The tempo is slow with a sombre electric guitar melody with atmospheric synthesiser and mood digital drums. The music is serious, intense, melancholy, pensive, cheerless, sinister and dark. 2013-10-18T06:04:44Z reduxproductions WATCH IN HD A short film about a particular man's life. Sometimes our repetitive daily functions block our way of perceiving the world through a much more versatile point of view thus leaving us unaware of our nearest surroundings and our unwilling interactions with others in general. Thank you for watching. If you liked it - feel free to show some love. A film by Janis Jurgelis and Joshua Behrens. Music can be found here _ https://www.facebook.com/pages/TTOO/185504748288143 https://www.facebook.com/OfficialLeet Equipment used _ Canon 60D using Magic Lantern Canon 50mm f/1,4 Canon 18-55mm f/3,5-5,6 Kit Lens Flycam DSLR Nano ["Bass guitar", "Music", "Harmonic"] ["instrumental", "slow tempo", "intense electric guitar", "atmospheric synthesiser", "digital drums", "ambient", "dark", "sombre", "grim", "intense", "depressed", "sad", "sound of metal clanging", "paper wrapper", "gloomy"] 7 negr4U79PUE 4567

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