musiccaps_details (view)
1 row where musiccaps_aspects contains "nostalgic", musiccaps_aspects contains "powerful music", musiccaps_aspects contains "soft" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Hotel California - the Eagles Full Guitar with backing track www.Farhatguitar.com | This music is an electric guitar instrumental. The tempo is slow with an electric guitar lead and harmony of a popular song. No other instrument is used. It is mellow, pleasant, nostalgic, soft , mellifluous and soothing. | 2011-01-11T16:31:38Z | Farhat Guitar | TAB http://farhatguitar.com/lessons/the-eagles-hotel-california/ My Music http://elgranojorojo.com/Siento_Y_Presiento_EGOR_2015.zip FB: http://www.facebook.com/FarhatGuitarOfficial Twitter:http://twitter.com/FarHatGuitar FB my Band: https://www.facebook.com/ElGranOjoRojo Spotify : https://open.spotify.com/artist/3nc5PxwNs1zAYVnxahfjoX Old Music: http://goo.gl/2T3YfX See you Marcos Farhat | ["Guitar", "Music", "Musical instrument", "Chorus effect", "Plucked string instrument"] | ["instrumental", "slow tempo", "electric guitar lead and harmony", "popular song", "minimalist", "pleasant", "nostalgic", "amplified guitar", "powerful music", "sonic power", "stringed instrument", "soft", "pleasant"] | 7 | uQTCfT5XDzQ | 5112 |
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;