home / musiccaps

musiccaps_details (view)

1 row where musiccaps_author = 1 and "youtube_published" is on date 2008-03-21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
Arizona Yodeler - DeZurik Sisters Two female singers sing this delightful vocal duet in harmony. They make funny animated vocal effects like yodelling and funny animal noises. The song is medium fast tempo with a guitar accompaniment and no percussion. The song is cheerful and story telling in nature. The song is a vintage pop song with bad audio quality. 2008-03-21T13:55:24Z ebronken I'm rather a vintage jazz man, country is only among my peripheral interests, but when a colleague of mine came to me saying "thou hast to hear this" and gave me a disc with transcriptions of the six cuts made by the DeZurik Sisters in 1938, I was completely overtaken. To my surprise none had posted any of these here on YouTube, so I decided to do the work, and have made this video using what is undoubtedly the most impressing of the six. If requested I might put out the rest, later. ["Singing", "Yodeling", "Guitar", "Music"] ["female singers", "animated vocals", "yodelling sounds", "relaxing playlist", "children’s songs", "animal noises", "medium tempo", "guitar accompaniment", "female singers", "vocal duet", "vocal harmony", "medium fast tempo", "poor audio quality", "story telling", "cheerful", "happy", "life is good", "hood old times", "vintage super hits", "heavy noise", "vintage pop song", "children’s song"] 1 DNYDyXn6qso 1468

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