Jollity
Jollity is the third studio album by Irish pop band Pugwash. It was released in Ireland by 1969 Records on 23 September 2005 and in Australia by Karmic Hit later the same year. It was released in the UK on 31 October 2006. Two singles were released from the album: "It's Nice to Be Nice" and "This Could Be Good".
Jollity | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 23 September 2005 (Ireland) 10 October 2005 (Australia) 31 October 2010 (UK) | |||
Recorded | The Glebe, Dublin The Bunker, Dublin Abbey Road Studio 2, London | |||
Genre | Chamber pop Power pop | |||
Label | 1969 Records/Karmic Hit | |||
Producer | Thomas Walsh Keith Farrell | |||
Pugwash chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
PopMatters | |
Irish Times | |
Hot Press | |
Entertainment.ie | |
mX | (Positive)[5] |
Track listing
No. | Title | Writer(s) | Length |
---|---|---|---|
1. | "It's Nice to Be Nice" | Thomas Walsh | 3:26 |
2. | "Black Dog" | Walsh | 3:11 |
3. | "A Rose in a Garden of Weeds" | Walsh | 3:21 |
4. | "I Want You Back in My Life (for Mam)" | Walsh | 4:40 |
5. | "This Could Be Good" | Walsh | 3:11 |
6. | "Poles Together" | Walsh | 4:28 |
7. | "Even I" | Walsh | 5:09 |
8. | "Something New" | Walsh | 3:56 |
9. | "Waltz #714" | Walsh | 4:34 |
10. | "Lullaby #1" | Walsh | 2:16 |
11. | "Anchor" | Walsh, Andy Partridge, Duncan Maitland | 5:42 |
Personnel
- Thomas Walsh: vocals, backing vocals, acoustic guitar, rhythm guitar, electric guitar, lead guitar, piano, pianet, organ, tremolo guitar, Yamaha SY-2 synth, glockenspiel, Novatron, Mellotron, saxophone, vibes, samples, tambourine, shakers, sleighbells
- Keith Farrell: bass guitar, lead guitar, rhythm guitar, acoustic guitar, Wurlitzer, samples, backing vocals
- Duncan Maitland: Piano, Mellotron, synths, drumbox, Wurlitzer, acoustic guitar, Vox organ, Moog, grand piano, tack piano, samples, vibes, harpsichord, 12-string acoustic guitar, backing vocals
- Aidan O'Grady: drums
- Dave Gregory: grand piano, acoustic guitar, lead guitar, EBow guitar, Mellotron, sitar, tremolo guitar, slide guitar, 12-string Rickenbacker, pipe organ
- Ger Eaton: Hammond organ
- Shaun McGee: bass, backing vocals
- Tosh Flood: banjo, harpsichord, organ, vibes, rhythm guitar, lead guitar, backing vocals
- Graham Hopkins: drums, guitar noise sample
- John Boyle: drums
- Eric Matthews: trumpet, flugelhorn, backing vocals
- Daragh Bohan: guitar sample, fuzz chorus guitar
- Richard Dodd: cello
- Q: EBow guitar
- Stephen Farrell: slide guitar
- Fran King: backing vocals
- Derren Dempsey: drum, guitar noise sample
- Section Quartet: strings
gollark: But which runs much faster.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)print(words_to_synonyms["Exception"])```New version which tends to reduce weirder output.
gollark: https://github.com/joelgrus/fizz-buzz-tensorflow/blob/master/Fizz%20Buzz%20in%20Tensorflow.ipynb
gollark: ?remind 5d Misuse ?remind even more. Suggestions: nested reminds (is that possible)?
gollark: Wow, 5 days ago? Cool!
References
- PopMatters review
- Irish Times review
- Hot Press review
- Entertainment.ie review
- Con Sarazen, mX, 12 January 2006. Retrieved 21 February 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.