musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "male vocal", musiccaps_aspects contains "religious" and musiccaps_names contains "Swing 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 |
---|---|---|---|---|---|---|---|---|---|---|
אברימי רוט - אלבום 'אמת ויציב' ♫ Rote&Green Sampler | This is a Jewish gospel music piece. There is a male vocalist singing melodically in the Hebrew language. A strings section is playing the melody with the acoustic guitar and the bass guitar in the backing. In the rhythmic background, the acoustic drums are playing a simple 4/4 beat. The atmosphere of this piece is religious/devotional. It could be used in Jewish religious events or related social media content. | 2013-09-16T12:16:05Z | אברימי רוט Avremi Roth | אברימי בפייסבוק: https://Facebook.com/AvremiR אברימי באינסטגרם: https://instagram.com/avremiroth אברימי בטוויטר: https://Twitter.com/avremi_roth אברימי ביוטיוב: https://YouTube.com/ybaudio להזמנת אירועים ומופעים: נייד: 054-8087150 דוא"ל: Avremiroth@gmail.com | ["Swing music", "Music", "Independent music"] | ["jewish", "gospel", "male vocal", "melodic singing", "strings", "acoustic guitar", "bass guitar", "acoustic drums", "religious", "emotional", "devotional"] | 9 | JU4CZ-GApu4 | 2010 |
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;