musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "pop", musiccaps_aspects contains "punchy kick" and musiccaps_names contains "Electronica"
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 |
---|---|---|---|---|---|---|---|---|---|---|
HÌNH XĂM THUYỀN BUỒM | Sailboat Tattoo (Part 1) | The low quality recording features a pop song that consists of groovy synth keys, punchy snare and kick hits, simple hi hats, shimmering open hats, smooth sub bass, arpeggiated echoing synth lead and wide synth pad chords. It sounds energetic and a bit repetitive - like something you would hear in a TV commercial, as background music. | 2016-01-22T15:00:58Z | Trung Tadashi | #hinhxamthuyenbuom #sailboattattoo #TadashiTattoo #TattooinSaiGon #TrungTadashi Hình xăm thuyền buồm thường mang ý nghĩa "thuận buồm xuôi gió" trong cuộc sống, công việc kinh doanh. Ngoài ra, nó còn thể hiện tinh thần đam mê khám phá, mong muốn tìm kiếm những cơ hội mới, chân trời mới. -------------------- ↪️Website: https://tadashitattoo.com ↪️IG: https://www.instagram.com/tadashitattoovn/ ↪️Twitter: https://twitter.com/tadashitattoo11 ↪️Facebook: https://www.facebook.com/tadashitattoo/ -------------------- Tiệm xăm Tadashi Tattoo - Tadashi Tattoo Studio ↪️Địa chỉ/AD: 96/6 LÊ THỊ RIÊNG, p.BẾN THÀNH, Q.1, tp.HCM, Việt Nam ↪️Điện thoại/Phone: 091 865 90 68 ↪️Liên hệ: https://tadashitattoo.com/en/contact (EN) https://tadashitattoo.com/lien-he (VI) | ["Drum and bass", "Music", "Dubstep", "Electronic dance music", "Electronica"] | ["low quality", "pop", "groovy synth keys chords", "punchy snare", "punchy kick", "simple hi hats", "shimmering open hats", "arpeggiated echoing synth lead", "wide synth pad chords", "energetic", "repetitive", "smooth sub bass"] | 4 | weJKl-6TiDQ | 5280 |
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;