musiccaps_details (view)
1 row where musiccaps_aspects contains "fast tempo", musiccaps_aspects contains "female vocals", musiccaps_aspects contains "nirvana" and musiccaps_names contains "Angry 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 |
---|---|---|---|---|---|---|---|---|---|---|
Code Geass - Mindfreak | A female singer sings and chants with Emily. The tempo is fast with a quick drumming rhythm, percussive bass line, strong drumming rhythm and keyboard accompaniment. The song is exciting and energetic. The song is an anime show soundtrack. | 2009-01-06T20:11:40Z | SakuraLanee | I finally got off my butt and made another AMV....sadly, I can't get away from Code Geass. ^_^; So, for all my dedicated fans, I've made this new AMV that is actually a step away from all my humor ones. If you want to know the songs used, just wait for the credits. Leave some feedback! I love to hear from you guys. Disclaimer: I do not own Code Geass or any thing affiliated with it. I've simply used a good series for my AMV I also do not own the song, "Mindfreak" - Criss Angel has those rights and I encourage you to look into his CD; it's pretty good. Other than that, enjoy! | ["Music", "Angry music"] | ["female vocals", "death metal music", "bad sound quality", "female chanting sounds", "fast tempo", "groovy drumming rhythm", "distorted guitar rhythm", "percussive bass line", "groovy guitar rhythm", "keyboard accompaniment", "new age", "enlightening", "nirvana", "game soundtrack", "anime show", "exciting", "energetic", "passionate", "techno dance rhythm"] | 1 | 0298WjE3_tk | 112 |
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;