Pacto de Sangre (album)

Pacto de Sangre (Eng.: Pact of Blood) is the title of a studio album released by Regional Mexican band Los Tigres del Norte. This album became their fifth number-one set on the Billboard Top Latin Albums. Pacto de Sangre was nominated for a Lo Nuestro Award for Regional Mexican Album of the Year.[2]

Pacto de Sangre
Studio album by
ReleasedMarch 30, 2004
GenreNorteño
LabelFonovisa
Los Tigres del Norte chronology
La Reina del Sur
(2003)
Pacto de Sangre
(2004)
Directo al Corazón
(2005)
Professional ratings
Review scores
SourceRating
Allmusic[1]

Track listing

The information from Billboard and Allmusic.[3][4]

CD track listing

No.TitleWriter(s)Length
1."No Tiene la Culpa el Indio"Francisco Quintero3:19
2."Chin Marín"Quintero3:00
3."Vale la Pena"Alberto Chávez3:01
4."Ayúdame a Creer"Chávez3:30
5."Cumbia Guajira"Ramón Tomás Gutiérrez3:09
6."Liar, Liar"Ismael Gallegos3:18
7."El Santo de los Mojados"Enrique Franco Aguilar3:25
8."Las Mujeres de Juarez"Paulino Vergas2:36
9."José Pérez León"José Cantoral3:55
10."La Manzanita"Gutiérrez2:23
11."El Niño de la Calle"Luis Torres Canez3:11
12."Va Por Ahí"Teodoro Bello3:18
13."Montones de Buena Suerte"Alfredo Garfias2:49
14."Amigo"Roman Alfredo Padilla3:03

DVD track listing

No.TitleWriter(s)Length
1."José Pérez León"Cantoral3:55
2."No Tiene La Culpa el Indio"Quintero3:19

Chart performance

Chart (2004)[5] Peak
position
US Billboard Top Latin Albums 1
US Billboard Regional/Mexican Albums 1
US Billboard 200 75

Sales and certifications

Region CertificationCertified units/sales
Mexico (AMPROFON)[6] Platinum 100,000^

^shipments figures based on certification alone

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?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. Allmusic review
  2. "Univision Announces 'Premio Lo Nuestro' 2005 Nominees". Univision. Business Wire. December 2, 2004. Retrieved September 27, 2013.
  3. "Pacto de Sangre". Billboard. Nielsen Business, Inc. 2004-03-30. Retrieved 2008-09-24.
  4. "Pacto de Sangre". Allmusic. Macrovision Corporation. 2004-03-30. Retrieved 2008-08-24.
  5. "Pacto de Sangre". Allmusic. Macromedia Corporation. Retrieved 2008-09-23.
  6. "Certificaciones" (in Spanish). Asociación Mexicana de Productores de Fonogramas y Videogramas. Type Los Tigres del Norte in the box under the ARTISTA column heading and Pacto de Sangre in the box under TÍTULO
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.