Halim (album)

Halim (Arabic: حليم) is the second solo album by Belgian world music singer Natacha Atlas. It was released by Nation Records on 12 May 1997. The album was primarily produced by Transglobal Underground and John Reynolds.

Halim
Studio album by
Released12 May 1997 (1997-05-12)
GenreElectronica, World music
LabelNation Records
ProducerJohn Reynolds, Transglobal Underground, Jaz Coleman, Essam Rashad, Natacha Atlas, Aki Nawaz
Natacha Atlas chronology
Diaspora
(1995)
Halim
(1997)
Gedida
(1999)
Singles from Halim
  1. "Amulet"
    Released: 1997
  2. "L'Égyptienne"
    Released: 1998
Professional ratings
Review scores
SourceRating
Allmusic link
Robert Christgau[1]

The album is dedicated to Egyptian singer Abdel Halim Hafez, whose "music meant everything" to her.[2]

Track listing

All tracks written and composed by Natacha Atlas, Count Dubulah, Hamid ManTu and Alex Kasiek, except where stated.

  1. "Marifnaash" (Atlas, John Reynolds, Justin Adams) – 4:49
  2. "Moustahil" – 3:33
  3. "Amulet" – 4:59
  4. "Leyli" – 3:42
  5. "Kidda" (Atlas, Reynolds, Adams) – 5:10
  6. "Sweeter Than Any Sweets" – 6:00
  7. "Ya Weledi" – 7:10
  8. "Enogoom Wil, Amar" (Atlas) – 6:45
  9. "Andeel" (Atlas) – 5:56
  10. "Gafsa" (Atlas, Reynolds, Adams) – 6:37
  11. "Ya Albi Ehda" (Atlas, Essam Rashad) – 9:00
  12. "Agib" (Atlas, Reynolds, Adams) – 7:34

Bonus tracks

All bonus tracks appear on the special edition Halim.

  1. "L'Égyptienne" featuring Les Négresses Vertes (Atlas, Matthias Canavese, Stéfane Mellino, Michel Ochowiak) – 3:28
  2. "Duden" (Spooky remix) (Atlas, Dubulah, ManTu, Ahlan) – 6:59

Personnel

The following people contributed to Halim:[3]

Charts

Charts (1997) Peak
position
UK Albums Chart 128[4]
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.

References

  1. Christgau, Robert. "Natacha Atlas". Robert Christgau.
  2. Goodman, John. "Atlas brings Arabic groove to folk fest" Archived 2010-07-18 at the Wayback Machine. North Shore News. 16 July 2010. Retrieved 9 August 2010.
  3. Halim (CD liner notes). Nation Records. May 1997.
  4. "UK Chart Long: 1994–2006: A – Azzido Da Bass". Zobbel.de. Retrieved 26 October 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.