Souvenir (Kristy Thirsk album)

'Souvenir' is the full-length debut album by Canadian singer/songwriter Kristy Thirsk. It was produced by Eric Rosse and released in 2003. It was later re-released via Maple Music with a bonus track.

Souvenir
Studio album by
Released2003
GenreRock
LabelPretty Noise Productions/Maple
ProducerEric Rosse
Kristy Thirsk chronology
Bootlegs
(2000)
Souvenir
(2003)

Track listing

  • All songs written by Thirsk except as noted.
  1. "Indifference" (Leeb/Rosse/Thirsk)
  2. "Imagination"
  3. "At The Border"
  4. "Home For Angels" (Rosse/Thirsk)
  5. "Run Away" (Rosse/Thirsk)
  6. "Hollywood"
  7. "If Only" (Thirsk/Wong)
  8. "Second Fiddle"
  9. "Hypnotized"
  10. "Take You On"
  11. "In The Dream"
  12. "Whitelight"
  13. "Souvenir"
  14. "Over It" [Re-Recorded Version] (Rosse/Thirsk) [Bonus Track]

Personnel

Musicians

  • Kristy Thirsk — Vocals, acoustic guitar, electric guitar
  • Johnny Savella — Electric guitar, bass guitar, sud sangeet
  • Jimmy Paxson — Drums, percussion
  • Eric Rosse — Keyboards, programming, distorted piano
  • Cameron Stone — Cello, string arrangements
  • Stephen Wong — keyboards

Production

  • Produced by Eric Rosse and Kristy Thirsk
  • Recorded and mixed by Eric Rosse
gollark: Better fix this then compile to brpy.
gollark: UNOPTIMIZATION
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.