musiccaps_details (view)
1 row where musiccaps_aspects contains "male singer", musiccaps_aspects contains "male vocals" and musiccaps_aspects contains "party 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 |
---|---|---|---|---|---|---|---|---|---|---|
RDV TOUS LES VENDREDI @ LOVE BOAT / TOULOUSE (hiphop & dancehall) | A male singer introduces the DJ lineup with an enthusiastic song. The tempo is medium with a groovy bass line, steady drumming rhythm, keyboard harmony and other percussion hits. The song is enthusiastic and energetic. The audio quality is very poor. | 2009-11-17T02:45:12Z | bengbengprod | RDV TOUS LES VENDREDI @ LOVE BOAT!!! dj skyone & dj akel au mix! ( hiphop hits, dancehall tunes, remixes, rn'b dancefloor, brand new dirty, house rmx ) c'est gratuit pour les miss avant o1h!!! 1o€ + conso! attention get ur swagg on! tenue fashion, glamour de rigueur!!! (contacts & infoline: bengbengprod@live.fr / 06 28 96 64 84 ) | ["Music", "Rhythm and blues", "Hip hop music"] | ["dj", "male vocals", "dj introduction", "party all night", "dance party", "people dancing", "wave your hands", "party music", "party time", "youthful music", "slow dancing", "electronic dance music", "poor audio quality", "male singer", "backup singers", "dj introduction video", "keyboard harmony", "groovy bass line"] | 1 | LvpImXJMryI | 2228 |
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;