Spending Time with Morgan
Spending Time with Morgan is the debut studio album by Norwegian singer-songwriter Ane Brun, released on 25 May 2003. Morgan is the nickname of Ane's guitar at the time, though he has since been retired – according to Ane herself on stage in Paris on 19 April 2008.
Spending Time with Morgan | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 25 May 2003 | |||
Genre | Pop | |||
Length | 46:45 | |||
Label | DetErMine Records / V2 Records | |||
Producer | Kim Nelson, Katharina Nuttall, Cecile Grudet | |||
Ane Brun chronology | ||||
|
Track listing
All tracks are written by Ane Brun.
No. | Title | Length |
---|---|---|
1. | "Humming One of Your Songs" | 4:55 |
2. | "Are They Saying Goodbye" | 3:58 |
3. | "On Off" | 4:35 |
4. | "I Shot My Heart" | 3:57 |
5. | "Drowning in Those Eyes"" | 4:04 |
6. | "So You Did it Again" | 1:53 |
7. | "One More Time" | 4:04 |
8. | "Headphone Silence" | 4:05 |
9. | "What I Want" | 4:08 |
10. | "Sleeping by the Fyris River" | 4:07 |
11. | "Wooden Body" | 4:40 |
12. | "Humming One of Your Songs (Encore)" | 2:19 |
Personnel
- Ane Brun – vocals, acoustic guitar
- Katharina Nuttall – additional vocals and piano on track 5
- Thomas Dawidowski – double bass, electric bass
- Jonatan Fast – soprano sax on track 8
- Per-Ola Vallgren – drums and percussion, piano on track 1 & 12
- Andreas Rydman – pedal steel guitar and electric guitar on tracks 4 & 9
- Staffan Johansson – lap steel guitar on tracks 5 & 10
- Leo Svensson – cello on track 3
- Lisa Rydbert, Emma de Frumerie, Leo Svensson, Andreas Westerdahl – violin/viola/cello on track 1 & 12
gollark: Yes, yes it does... oops...
gollark: It *does* probably go against TJ09's **Grand Vision**...
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.