musiccaps_details (view)
2 rows where musiccaps_names contains "Electric toothbrush"
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| Replacement Tooth Brush Head | The low quality recording features a buzzy vibrating sound while a rock song on a radio, or some other device that can reproduce music, in the background is playing. The recording is very noisy and it sounds like it was recorded with a phone. | 2012-07-06T12:17:29Z | mark07794 | ["Electric toothbrush", "Music"] | ["low quality", "buzzy vibrating sound", "rock song", "radio", "noisy"] | 4 | L3ZtE3rD2nc | 2147 | ||
| Missing from YouTube | This music is instrumental. The tempo is fast but the music is muffled as it is superimposed by a loud buzzing sound along with some tapping,scuffling, finger snapping ans tapping sounds. The music sounds like energetic Electronic music with vigorous drumming. | ["Electric toothbrush", "Music"] | ["instrumental", "buzzing", "tapping", "vigours background beat", "superimposed sounds", "finger snapping", "tapping", "amateur recording", "home recording", "poor audio quality", "electronic music", "vigorous drumming", "muffled sounds", "scuffling", "steel pan"] | 7 | 4042 |
Advanced export
JSON shape: default, array, newline-delimited
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;