Green (Forbidden album)

Green is the fourth album by American thrash metal band Forbidden.

Green
Studio album by
Released21 March 1997
RecordedUnknown Studio
GenreGroove metal
Length40:35 (first 10 tracks)
LabelGUN Records
ProducerPatrick Coughlin
Forbidden
Forbidden chronology
Distortion
(1994)
Green
(1997)
Omega Wave
(2010)
Professional ratings
Review scores
SourceRating
Allmusic [1]

Track listing

  1. "What Is the Last Time?" – 2:34
  2. "Green" – 3:17
  3. "Phat" – 3:32
  4. "Turns to Rage" – 5:48
  5. "Face Down Heroes" – 3:44
  6. "Over the Middle" – 3:19
  7. "Kanaworms" – 3:23
  8. "Noncent$" – 3:54
  9. "Blank" – 5:54
  10. "Focus" – 5:29
  11. Silence - 2:00
  12. Silence - 2:00
  13. Silence - 2:00
  14. Silence - 7:12
  • Track 14 features a hidden track after 6 minutes of silence.

Credits

  • Russ Anderson – vocals
  • Craig Locicero – guitar
  • Tim Calvert – guitar
  • Matt Camacho – bass
  • Steve Jacobs – drums
  • Produced by Patrick Coughlin and Forbidden
  • Mastered by Steve Hall
gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?

References

  1. Jeffries, Vincent. Green at AllMusic
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.