home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "melodic" and musiccaps_names contains "Inside, small room"

✎ 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
...And Justice For Bass This is an instrumental heavy metal piece. There is a bass guitar gently playing the melody with a clean sound. It is a melodic piece with a touch of melancholy. This piece can be used in the soundtrack of a drama movie or a TV series, especially during flashback scenes. It could also be used in video games during story exposition cutscenes. 2015-05-30T15:36:56Z Rob Scallon Every track on Metallica's "...And Justice For All." But just bass. Here's a playlist for all of my Metallica videos: https://www.youtube.com/playlist?list=PLjRyh8JaC_eRBwDExfcN3xUxaT2UiZHiP Rundown of basses Schecter Stilleto 5: http://amzn.to/1kzygAJ Cecilio Upright: http://amzn.to/1Mp3V2r Kala U-bass: http://amzn.to/1Mp3Go7 Fender P-Bass: http://amzn.to/1Hy2Jo1 If you're interested in the super-thick pick I'm using, it's a Dragon's Heart pick. And you can use the code "ROBPICK10" for 10% off at purchase http://www.dragonsheartguitarpicks.com/store/?robpick10 Mixed by Fluff: https://www.youtube.com/user/Fluff191 My guitar courses are available within the Guitareo membership :) https://www.guitareo.com Also, my beginner course, GuitarQuest, is still available on it's own too https://www.guitareo.com/guitar-quest The gear that I use: https://imp.i114863.net/yRLxmG Win $1000s in FREE Gear at Sweetwater: https://imp.i114863.net/7mxBM5 Sweetwater’s deals page: https://imp.i114863.net/qnNGyg The channel is supported in part by Sweetwater’s affiliate program. Thanks for that! Commentary, song stems, and early access to videos when you super-subscribe on Patreon: http://www.patreon.com/RobScallon This video was made possible because of Patreon support from Rob Harper, Hypergnome, Fabio, Ben Swan, Isaac Briefer, ricin, rd1994, Sheldon Bird, Yaroslav Yermilov, Jack Cahillane, Denis Lachapelle, Kevin Harris, Jonathan Olejniczak, Fuad Ghazali, and many other awesome people on my Patreon page: http://www.patreon.com/RobScallon Big videos go on this channel. Everything and anything else is on the 2nd: https://www.youtube.com/RobScallon2 Also... Vinyls/Merch: http://store.dftba.com/collections/rob-scallon Instagram: http://instagram.com/robscallon/ TikTok: https://www.tiktok.com/@robscallon Facebook: http://tinyurl.com/RSfanpage Twitter: http://tinyurl.com/twitter78 ["Guitar", "Music", "Musical instrument", "Electronic tuner", "Plucked string instrument", "Inside, small room"] ["heavy metal", "no singer", "single instrument", "instrumental", "bass guitar", "clean sound", "melodic", "melancholic", "soothing"] 9 P-eIhvCaK-s 2489

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