musiccaps_details (view)
1 row where musiccaps_aspects contains "no other instruments", musiccaps_aspects contains "piano song", musiccaps_names contains "Music" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
LA VIE EN ROSE - ROMANTIC FAMOUS FRENCH SONG | This clip features low quality audio. This clip is of a male voice singing the main melody. The voice is emotional. This is accompanied by a piano playing chords. There are no other instruments in this song. The theme of this song is romantic. | 2011-01-01T08:56:37Z | Andrei Ferrer | PERFORMED FOR SPECIAL WEDDING EVENT AT THE PAVILLON OF OASIS || TOP WEDDING MUSICIANS PHILIPPINES |STRING QUARTET WEDDINGS PHILIPPINES| PHILIPPINE WEDDING DIRECTORY GUIDE SUPPLIERS || PROVIDES WORLD CLASS MUSIC AND PROFESSIONAL WEDDING COORDINATION SERVICES || DISCOVER ALL BEST WEDDING MUSIC || AUGUSTINE MUSIC AND EVENTS PROVIDES MUSIC FOR WEDDINGS, CORPORATE AFFAIRS, DEBUT, PARTIES, ANNIVERSARIES, FUNERALS || DISCOVER THE BEAUTY OF CLASSICAL, JAZZ, ACOUSTIC, POPULAR, BROADWAY, CHRISTIAN, STANDARDS, LITURGICAL, SOUL, BLUES, OPM MUSIC | ["Singing", "Music", "Wedding music", "Song"] | ["low quality recording", "pop song", "romantic song", "male voice", "piano song", "no percussion", "no other instruments", "slow tempo"] | 0 | KTqf_FXZygM | 2085 |
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;