musiccaps_details (view)
1 row where musiccaps_aspects contains "classic rock", musiccaps_aspects contains "fast tempo", musiccaps_aspects contains "keyboard harmony" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Zager and Evans - In The Year 2525 | A male vocalist sings this spirited Rock song. The tempo is fast with hard hitting drumming, punchy bass lines, electric guitar lead and keyboard harmony. The song is a vibrant, energetic, enthusiastic, engaging, catchy and upbeat Classic Rock. | 2008-10-19T20:10:56Z | Terring7 | Before saying anything: 1) Yes, the comments are back. I had to close them because of too much nonsense to endured back then. Now I feel better. 2) The video was released in 2008 and before the American elections, so stop asking me to put Obama. 3) The propose of the video is to give a warning about what could happen if we keep misusing and abusing the powerful tool of technology, not to celebrate techno-phobia and doom-and-gloom mentality. Boomers and doomers please go elsewhere to spit your hate and misery. By the way, somebody made a privacy complaint to the YouTube Team about this video. The YouTube Legal Aid Team reviewed the complaint and found that the content is exempt from removal due to the privacy policy. The content does not violate the policies and will remain on the site. My personal conclusion is that somebody just tried to bring it down but failed miserably. How pathetic. | ["Music", "Psychedelic rock"] | ["male vocalist", "fast tempo", "funky bass line", "retro", "rock", "rock hits", "poor audio quality", "boomy sound", "distorted sound", "intense drumming", "bright electric guitar", "keyboard harmony", "classic rock", "electric", "energetic", "enthusiastic", "vivacious", "vibrant"] | 7 | yesyhQkYrQM | 5425 |
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;