musiccaps_details (view)
1 row where musiccaps_aspects contains "classical", musiccaps_aspects contains "festive", musiccaps_names contains "Keyboard (musical)" and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Bridal Chorus - Wagner - Here Comes the Bride - Lohengrin - Royal Wedding Music | This is a classical music piece performance. It is meant to be played at a wedding. There is an organ playing a simple and festive tune. There is an atmosphere of celebration in this piece. This music would fit perfectly with weddings. Organ samples could also be lifted from this recording to be used in beat-making. | 2008-05-20T19:47:02Z | Denise Hewitt | The Famous Bridal Chorus by Richard Wagner from his Romantic Opera Lohengrin composed in 1848. Also known as the Wedding March or simply as - Here comes the Bride. This well known wedding processional march is played here on Technics electronic PR60 Keyboard in synthesised church organ mode by Transgendered Musician - Denise Hewitt - wearing full white lace wedding costume, tiara and veil. This wonderful chorus was played at the Royal Wedding Service of British Princess Victoria (eldest daughter of Queen Victoria and Prince Albert) and the Prussian Prince Frederick William in 1858. | ["Music", "Musical instrument", "Wedding music", "Keyboard (musical)", "Piano"] | ["classical", "no singer", "single instrument", "organ", "wedding", "procession", "joyful", "celebration", "festive"] | 9 | vmBkZflwViA | 5201 |
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;