musiccaps_details (view)
1 row where musiccaps_aspects contains "easy listening", musiccaps_aspects contains "piano music" and musiccaps_author = 0
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 |
---|---|---|---|---|---|---|---|---|---|---|
Avril Lavigne - Black Star ( Twinkle Lullaby Remix) | This slow rock song features a female voice singing the main melody. This is accompanied by a piano and no other instruments. The piano plays chords backing the voice. It fills in between lines. The mood of the song is relaxing. This song can be played at a coffee shop. | 2012-02-28T20:42:42Z | PoserBusterTrueOrCan | Music video by Avril Lavigne performing Black Star ( Twinkle Lullaby Remix). (C) 2012 RCA Records a unit of Sony Music Entertaiment. Remix by: PoserBusterTrueOrCan ( Cynthia ) Buy: http://www.avrillavigne.com/de/node/1801 320Kbps Audio available upon request, please email:cynthiaposerbuster@hotmail.com Please support the original artist by purchasing their original content in stores and online. Copyright Infringement NOT intended. For entertainment purposes only. -FAIR USE- "Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use." | ["New-age music", "Music", "Lullaby"] | ["low quality recording", "piano music", "female voice", "easy listening", "slow rock", "relaxing music", "no other instruments", "no percussion", "slow tempo"] | 0 | Occ4uW0lw0k | 2451 |
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;