The Very Best of Chic

The Very Best of Chic is a compilation album of recordings by American R&B band Chic, released by Rhino Records/Warner Music in 2000. The compilation covers the band's hits and best-known album tracks recorded between the years 1977 and 1982. All selections are original full-length album versions.

The Very Best of Chic
Greatest hits album by
ReleasedMar 14, 2000
Recorded1977–1982
GenreDisco, funk, R&B
Length74:53
LabelAtlantic
ProducerNile Rodgers,
Bernard Edwards
Professional ratings
Review scores
SourceRating
Allmusic [1]

Track listing

All tracks written by Bernard Edwards and Nile Rodgers unless otherwise noted.

  1. "Dance, Dance, Dance (Yowsah, Yowsah, Yowsah)" (Kenny Lehman)
    • From 1977 album Chic
  2. "Everybody Dance" - 6:42
    • From 1977 album Chic
  3. "Le Freak" – 5:23
  4. "I Want Your Love" - 6:45
  5. "Good Times" - 8:13
  6. "My Forbidden Lover" - 4:42
  7. "What About Me" - 4:14
  8. "My Feet Keep Dancing" - 6:46
  9. "Rebels Are We" - 4:56
  10. "Real People" - 5:20
  11. "Stage Fright" - 3:57
  12. "Just Out of Reach" - 3:46
  13. "Soup for One" - 5:35
    • From 1982 soundtrack album Soup For One

Production

gollark: Python has more library support for the various useful tasks I need.
gollark: > Why is it not written in Superior: tm: Rust?!ABRv1 was, this is not.
gollark: I did make a bunch of tweaks since I don't like how it did stuff.
gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.