home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "angry voice"

✎ View and edit SQL

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
Angry German Kid Halo 3 This music is an electronic instrumental. The tempo is medium with an intense electronic boom and sound of something collapsing or tumbling. The clip starts with the angry voice of a child talking in a foreign language. 2006-12-13T06:58:03Z hitlerhimmler88 The angry german kid wants to find out more about Halo 3, Without success, and since people keep commenting i should point out that hes not really looking for Halo 3, He's trying to play unreal tournament, so STOP TELLING ME THAT. I KNOW, AS DOES THE REST OF THE WORLD!!! Ok well i guess i have to also post that the halo 3 trailer vid and the geiko vid are both fake as well. Anyone with half a brain would know this. So if you post a smartass comment about it being fake your comment will be removed and you will be blocked. ["Music", "Speech", "Scary music", "Inside, small room"] ["instrumental", "medium tempo", "child’s voice", "german", "collapsing", "falling", "intense", "dangerous", "suspenseful", "xbox", "video game music", "foreign language", "electronic music", "sinister", "intense", "dangerous", "synthesiser arrangements", "angry voice"] 7 iaRDUksPv50 4204
Killing Me Inside LYRIC - DIARY OF PAST AWAY This heavy metal song features a male voice singing the main melody. This voice sings in an angry tone. The voice is shrieking. This is accompanied by percussion playing an aggressive rock beat. The distortion guitar plays a riff which starts off on the root note and then plays higher notes in the scale descending back to the root note. The bass plays the root notes of the chords. The mood of this song is anger. This song can be played in an action sequence in a movie. 2008-12-22T20:38:06Z dieartproduction KILLMS NEW Song FRom THeir New ALBUM DIARY Of PASt AWAY ["Music", "Angry music"] ["heavy metal song", "shrieking voice", "male voice", "angry voice", "distortion guitars", "aggressive percussion", "bass", "fast tempo"] 0 s7VkXHiULz8 4927

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 786.945ms · About: simonw/musiccaps-datasette