Greatest Hits (Sublime album)
Greatest Hits is the first of Sublime's compilation albums released after frontman Bradley Nowell's death. It was released in 1999.
Greatest Hits | ||||
---|---|---|---|---|
![]() | ||||
Greatest hits album by | ||||
Released | November 9, 1999 | |||
Recorded | 1991–1996 | |||
Genre | Ska punk | |||
Length | 27:56 | |||
Label | MCA | |||
Producer | Michael Happoldt, David Kahne and Paul Leary | |||
Sublime chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
AllMusic | ![]() ![]() ![]() ![]() ![]() |
Entertainment Weekly | B[2] |
The Rolling Stone Album Guide | ![]() ![]() ![]() ![]() ![]() |
The enhanced CD contained two music videos: "What I Got" and "Wrong Way".
Track listing
- "What I Got" (from Sublime)
- "Wrong Way" (from Sublime)
- "Santeria" (from Sublime)
- "40 Oz. to Freedom" (from 40 Oz. to Freedom)
- "Smoke Two Joints" (from 40 Oz. to Freedom)
- "Date Rape" (from 40 Oz. to Freedom)
- "Saw Red" (from Robbin' the Hood)
- "Badfish" (from 40 Oz. to Freedom)
- "Doin' Time" (from Sublime)
- "Pool Shark" (from Robbin' the Hood)
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
References
- Allmusic review
- Entertainment Weekly review
- Cross, Charles R. (2004). "Sublime". In Brackett, Nathan; Hoard, Christian (eds.). The New Rolling Stone Album Guide (4th ed.). Simon & Schuster. pp. 790. ISBN 0-7432-0169-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.