Now, That's More Like It
Now, That's More Like It is the second studio album by American rapper Craig G. It was released in 1991 via Atlantic Records. The album peaked at #97 on the Top R&B/Hip-Hop Albums[3] and its single "U-R-Not The 1" peaked at #16 on the Hot Rap Songs.[4]
Now, That's More Like It | ||||
---|---|---|---|---|
Studio album by | ||||
Released | March 19, 1991 | |||
Recorded | 1990-1991 | |||
Studio | House Of Hits (Chestnut Ridge, NY) | |||
Genre | Hip hop | |||
Length | 61:32 | |||
Label | Atlantic | |||
Producer |
| |||
Craig G chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic | ![]() ![]() ![]() ![]() ![]() |
RapReviews | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Track listing
No. | Title | Producer(s) | Length |
---|---|---|---|
1. | "Intro" |
| 0:43 |
2. | "What You're Used To" |
| 3:57 |
3. | "Girl Fever" (featuring The Flex) |
| 3:44 |
4. | "Take the Bait" |
| 3:38 |
5. | "Somem To Swing To" |
| 3:28 |
6. | "I Want to Be in Luv" (featuring The Flex) |
| 5:02 |
7. | "Give It to Me" (featuring Masta Ace) |
| 4:34 |
8. | "Intro II" |
| 0:24 |
9. | "Ripped to Streads" |
| 2:00 |
10. | "Ummm!!!!" |
| 3:27 |
11. | "Smoothing Out the Rough Spots" |
| 3:16 |
12. | "Feel Ya Way" |
| 4:48 |
13. | "No Favors" | Marley Marl | 4:34 |
14. | "Word Association" |
| 3:34 |
15. | "U-R-Not the 1" (featuring The Flex) |
| 3:52 |
16. | "Swiftness" | ||
17. | "Live Off the Top" | ||
18. | "Going for the Throat" | ||
Total length: | 1:01:32 |
Personnel
- Craig Curry - main performer, co-producer (tracks: 1, 3-11, 14-15)
- Marlon Lu'ree Williams - executive producer, producer
- Salaam Remi - co-producer (tracks: 2, 12), re-mixing (track 13)
- Frank Heller - mixing
- DJ Clash - recording
- Howie Weinberg - mastering
- Francesca Spero - executive producer
- Darren Lighty - keyboards, programming, additional vocals
- Cliff Lighty - additional vocals
- Eric Williams - additional vocals
- Glen E. Friedman - photography
Charts
Chart (1991) | Peak position |
---|---|
US Top R&B/Hip-Hop Albums (Billboard)[5] | 97 |
gollark: Keep cc.znepb.me.
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
References
- "Now, That's More Like It - Craig G". Allmusic.
- Jost, Matt (February 19, 2013). "Craig G :: Now, That's More Like It :: Atlantic Records". RapReviews. Retrieved November 4, 2017.
- "Craig-G Now, That's More Like It Chart History". Top R&B/Hip-Hop Albums. Retrieved 2017-11-04.
- "Craig-G U-R-Not The 1 Chart History". Hot Rap Songs. Retrieved 2017-11-04.
- "Craig G Chart History (Top R&B/Hip-Hop Albums)". Billboard. Retrieved March 5, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.