musiccaps_details (view)
1 row where musiccaps_aspects contains "rock music", musiccaps_aspects contains "strings making noises", musiccaps_names contains "Electronic tuner" and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
No Limit (metal cover by Leo Moracchioli) | The song is an instrumental. The song is medium tempo with ambient room noises, like a volume knob turned up, a guitar being plugged in and the rhythmic strumming of an amplified distortion guitar. The song is energetic and passionate. The song is an introduction to a rock song. | 2015-02-06T14:53:56Z | Frog Leap Studios | http://panamaguitars.com https://www.facebook.com/panama.guitars Original by 2 Unlimited You can buy my albums or singles here: LOUDR ► http://bit.ly/1YTc7Mk ITUNES ► http://apple.co/1Lni4PR AMAZON ► http://amzn.to/1U2rqUa GOOGLE PLAY ► http://bit.ly/1SOd6Nx Frog Leap Studios Merchandise here: US ► http://bit.ly/1qZ64KP EU ► http://bit.ly/1NXI3Zz Become a Patreon and get all the songs and support me doing more music covers: http://www.patreon.com/frogleapstudios Hi there, my name is Leo and I run a studio on the westside of Norway where I record and produce bands, do video work and play live shows. On my youtube channel there is lots of videos with covers, gear reviews , studio updates and other shenaningans. For my covers I play everything myself as well as record, mix, master, shoot and edit the music & videos. Please subscribe if you like what you see/hear and I am forever gratefull to everyone who buys songs so I can keep doing this as a living. I do not add people I dont know on my personal facebook page, so please follow these links which are my "fan" pages: Youtube ► http://youtube.com/leolego Facebook ► https://www.facebook.com/FrogLeapStudios Twitter ► https://twitter.com/FrogLeapStudios Instagram ► https://instagram.com/frogleapstudios Website ► http://frogleapstudios.com Leo uses: Chapman Guitars: http://www.chapmanguitars.co.uk Toontrack: https://www.toontrack.com Cleartone Strings: http://www.cleartonestrings.com Aalberg Audio: http://aalbergaudio.com TC Helicon: http://www.tc-helicon.com Ortega Guitars: http://ortegaguitars.com Contact: frogleapstudios@gmail.com | ["Guitar", "Music", "Musical instrument", "Electronic tuner", "Plucked string instrument"] | ["knob turns", "electric hum", "increasing volume", "strings making noises", "plugging into the guitar", "ambient room noise", "echo tones", "amplified guitar playing in rhythm", "medium tempo", "instrumental music", "song intro", "rock music", "groovy music", "youthful", "energetic", "passionate", "rebellion", "classic rock", "rock guitar", "electric buzz"] | 1 | HEk4fx_XNNE | 1783 |
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;