Sirene (album)

Sirene (Norwegian for "siren") is the fifth studio album by Norwegian Hard rock band Skambankt. It was recorded at Propeller Studios with Kåre Vestrheim as producer. The album is described as "mature, dark, and heavy, and at the same time more catchy and ambitious than before".[1] The album reached number one on the Norwegian album charts in the first week after release.

Sirene
Studio album by
Released27 January 2014
Recorded2013
StudioPropeller Studios, Norway
GenreRock / Hard Rock
Length39:16
LabelColumbia Records
ProducerKåre Vestrheim
Skambankt chronology
Søvnløs
(2010)
Sirene
(2014)
Horisonten brenner
(2018)

The demo for the album was recorded at Bore Gardsrockeri, an old potato cellar in Klepp in Jæren/Norway, throughout the years 2012 and 2013. The lyrics were mostly written by Terje Winterstø Røthing. The Norwegian singer/songwriter Tønes contributes to the record, singing on the song Sånne som deg.[2]

The first single Voodoo was released on November 11, 2013, and was accompanied by a marketing stunt where fans could hand in an old plastic guitar in exchange for a vinyl single. [3]

Track listing

  1. Anonyme hatere (Anonymous haters)
  2. Som en sirene (Like a siren)
  3. Voodoo
  4. Sort blod (Black blood)
  5. Gamle spøkelser (Old ghosts)
  6. Våre folk (Our people)
  7. Sånne som deg (People like you)
  8. Ulv, ulv (Wolf, wolf)
  9. Nemesis
  10. Kald, kald natt (Cold, cold night)

Chart

Chart (2014) Peak
position
Norwegian Albums (VG-lista)[4] 1
gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.

References

  1. "Discography". Retrieved 15 February 2014.
  2. "Biografi". Retrieved 15 February 2014.
  3. "Guitar voodoo!". 30 October 2013.
  4. "Norwegiancharts.com – Skambankt – Sirene". Hung Medien.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.