musiccaps_details (view)
2 rows where musiccaps_names contains "Guitar" and "youtube_published" is on date 2013-02-21
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
| video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
|---|---|---|---|---|---|---|---|---|---|---|
| TJ's Angry Dad And His Friend Bodka Bob Attempt To Play Some Music Fail! | This is a home recording of two electric guitar players jamming some random rock/metal tunes. It is a dated amateur recording so the quality is quite poor. The electric guitars have a distortion effect that gives them a crunchy sound. The sound is hard-hitting, but the atmosphere feels spontaneous and random. Parts of this recording could be lifted as distorted electric guitar samples to be used in beat-making. | 2013-02-21T17:02:06Z | TJandFriends | March 28, 2002 TJ's Angry Dad and his friend Bob also known as 'Bodka' attempt to play some music but just can't seem to get it together. I think they had just finished smoking? This was earlier that day before my parents fought about allowing the cops in the house for animal hoarding without a warrant. This all happened on March 28, 2002. Please Subscribe To My Personal Facebook! http://www.Facebook.com/TJBrowneJr Please Like Us On Facebook! http://www.Facebook.com/TJandFriends | ["Electric guitar", "Guitar", "Music", "Theremin", "Distortion"] | ["jam", "rehearsal", "amateur recording", "no singer", "instrumental", "distorted electric guitar", "hard-hitting", "crunchy", "random"] | 9 | Z19W44ZI15Q | 3337 | |
| CO600, CO 600 Behringer Chorus orchestra efekt gitarowy test review - RockDay Pietraszek | The low quality recording features a passionately played electric guitar solo melody with a chorus pedal effect on. The recording is in mono and it is noisy. | 2013-02-21T19:25:42Z | Rockdaypl | CO600, CO 600 Behringer Chorus orchestra efekt gitarowy test review - RockDay Pietraszek | ["Effects unit", "Guitar", "Music", "Mandolin", "Musical instrument", "Distortion"] | ["low quality", "noisy", "mono", "chorus pedal effect", "electric guitar solo melody", "passionate"] | 4 | _hYBs0xee9Y | 3484 |
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;