musiccaps_details (view)
1 row where musiccaps_aspects contains "high pitched tone", musiccaps_aspects contains "rock", musiccaps_author = 3 and "youtube_published" is on date 2010-04-07
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 |
---|---|---|---|---|---|---|---|---|---|---|
Nukeateen - Face Up (Official Video, 1998 album Ozone - 90's Indie Rock / Grunge Band) | The clip features the tone of an alarm bell beeping. It beeps with a high and fuzzy tone. A button is then pressed. There is then the sound of a grungy electric guitar being played in a rock style. | 2010-04-07T14:51:46Z | jonnyroyster | http://itunes.apple.com/gb/album/reginalds-revenge/id383698450 http://www.amazon.com/Reginalds-Revenge-Explicit/dp/B003WZ9IR6 Nukeateen (Grunge band) official video for the track Face Up from the album Ozone. Nukeateen are an old school grunge / punk rock band. They have a new album out in 2010 called Reginalds Revenge check their myspace page for more details: http://www.myspace.com/nukeateen The Grunge Revival starts here. For a free download of Face Up visit our last fm page: http://www.last.fm/music/Nukeateen/_/Face+up | ["Alarm clock", "Music", "Independent music", "Rock music", "Alarm"] | ["alarm clock beeping", "alarm clock", "beeping", "high pitched tone", "ringing", "electric guitar strumming", "grungy electric guitar", "rock", "button pressing"] | 3 | 9ZUzftiN2uw | 1022 |
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;