home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "amateur recording" and musiccaps_names contains "/m/05zppz"

✎ 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
Me singing the male part of "Love is an open door" from Frozen This is an amateur recording of a vocal cover. There is a male vocalist singing out-of-tune over a pop music piece playing in the background while driving a car. In the backing track there is a female vocal. A strong bass could be heard. There are also strings barely audible from the poor acoustics of the setting. Overall, it is a recording of poor quality. 2014-03-21T03:54:00Z LatinoFlayva I was inspired by the parents singing this song in their car, and since I couldn't find anyone to sing it with me.. I found a female only version on youtube https://www.youtube.com/user/DrunkenSch0k0muffin I used that for the instrumental and female vocals, and sang my part on top.. Hope you like it :) Im from Brisbane, QLD, Australia. Good Looking Parents sing Frozen https://www.youtube.com/watch?v=gavEC5aWAzM DrunkenSch0k0muffin Female part of this https://www.youtube.com/watch?v=eRm5vrVRraI ["Music", "/m/05zppz", "/t/dd00003"] ["amateur recording", "carpool", "pop music", "male vocal", "out-of-tune singing", "female vocal", "bass guitar", "strings", "loud", "irritating"] 9 cGUhG5PZp0A 3692
Francis Coppola singing Male Femmena A male voice is singing loudly with an opera technique while an acoustic drum is playing along with a e-bassline. Underlined by strings playing a melody. This song may be playing at a wedding. 2007-07-23T20:57:52Z Francis Coppola Russo's on the Bay Howard beach NYC- Born in Queens NYC Frankie singing mala femmena 2004. My Origin is from Pomigliano D'arco, Castello di Cisterno and Brusciano.; NAPOLI Mt. Versuvio ["Singing", "Music", "/m/05zppz", "Vocal music", "/t/dd00003"] ["italian ballad", "strings", "acoustic drums", "e-bass", "male opera voice", "mid range singing", "medium tempo", "amateur recording"] 6 zdtVT2xwrHU 5500

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