musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic music", musiccaps_aspects contains "exciting" and musiccaps_aspects contains "lounge 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 |
---|---|---|---|---|---|---|---|---|---|---|
ILLY NOISE - Voyage | The song is an instrumental with a smattering of female and male vocals. The song is medium tempo with a groovy drum rhythm, church bell accompaniment, slick percussion hits, sustained bass hits, flute playing and vocal chants. The song is relaxing. The song is a techno lounge tune. | 2014-11-28T08:00:03Z | inversic. | ILLY NOISE - Voyage Subscribe for Daily Music ► [http://bit.do/ParadoxiumMusic] Submit Track: [http://www.paradoxium.net/submit-track] Stay Connected » Facebook: http://on.fb.me/1vpsoe0 » Twitter: http://goo.gl/J6Jvnz » Soundcloud: http://goo.gl/dqulbq Purchase Track: / Free Download: https://soundcloud.com/xxx/illy-noise-voyage ▼ Follow https://www.youtube.com/user/illynoisemusic https://www.facebook.com/illynoiseofficial http://www.twitter.com/illynoisemusic https://soundcloud.com/illynoise Picture By: ReneAigner http://reneaigner.deviantart.com/art/The-Narrow-Sea-272550570 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Paradoxium only uploads music along with pictures for the entertainment of others. If any label or artist of either the song or picture removed, Please do not strike the video, ask to have it removed via email, which will be done ASAP paradoxiumsounds@outlook.com | ["Music", "Rhythm and blues"] | ["oriental music", "techno dance music", "electronic music", "relaxing playlist", "flute playing", "male and female vocals", "medium tempo", "groovy drumming rhythm", "strong bass line", "lounge techno music", "electronic dance music", "lounge music", "buddha music", "exciting", "passionate", "relaxing", "groovy", "instrumental music", "church bells"] | 1 | AUPmWhim37Y | 1121 |
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;