Fighter (David Nail album)

Fighter is the fourth studio album by American country music artist David Nail. It was released on July 15, 2016, via MCA Nashville.[1] It includes the singles "Night's on Fire" and "Good at Tonight", a duet with Brothers Osborne.

Fighter
Studio album by
ReleasedJuly 15, 2016 (2016-07-15)
GenreCountry
Length42:46
LabelMCA Nashville
ProducerChuck Ainlay, Frank Liddell, Glenn Worf
David Nail chronology
I'm a Fire
(2014)
Fighter
(2016)
Singles from Fighter
  1. "Night's on Fire"
    Released: July 20, 2015
  2. "Good at Tonight"
    Released: September 12, 2016

Track listing

No.TitleWriter(s)Length
1."Good at Tonight" (featuring Brothers Osborne)3:30
2."Night's on Fire"3:10
3."Ease Your Pain"2:59
4."Home" (featuring Lori McKenna)5:56
5."Lie with Me"
2:50
6."I Won't Let You Go" (featuring Vince Gill)Nail5:32
7."Fighter"
4:36
8."Babies"
  • Nail
  • Carusoe
  • Miller
3:25
9."Got Me Gone"
3:12
10."Champagne Promise" (featuring Logan Brill)
  • Nail
  • Miller
3:54
11."Old Man's Symphony" (featuring Bear Rinehart and Bo Rinehart of Needtobreathe)Nail3:42
Total length:42:46

Reception

The album debuted on Billboard 200 at No. 26 on its release,[2] as well as No. 3 on the Top Country Albums,[3] selling 12,200 copies in its first week.[4] It has sold 20,100 copies in the US as of September 2016.[5]

Personnel

  • Roy Agee – trombone
  • Logan Brillbackground vocals on "Champagne Promise"
  • Sarah Buxton – background vocals
  • Chris Carmichael – string arrangements, strings
  • Chris Coleman – bass guitar, drums, electric guitar, keyboards, percussion, trumpet, background vocals, Wurlitzer
  • Paul Franklinsteel guitar
  • Vince Gill – background vocals on "I Won't Let You Go"
  • Mike Haynes – trumpet
  • Sam Levine – saxophone
  • Todd Lombardo – acoustic guitar, electric guitar
  • Chris McHugh – drums, percussion, programming
  • Lori McKenna – background vocals on "Home"
  • Jerry McPherson – electric guitar
  • Gene Miller – background vocals
  • David Nail – lead vocals
  • John Osborne – clapping and background vocals on "Good at Tonight"
  • T.J. Osborne – clapping and background vocals on "Good at Tonight"
  • Reed Pittman – piano
  • Bear Rinehart – background vocals on "Old Man's Symphony"
  • Bo Rinehart – background vocals on "Old Man's Symphony"
  • Jerry Roe – bass guitar
  • Mike Rojas – accordion, keyboards, piano, synthesizer
  • Jonathan Singleton – acoustic guitar, background vocals
  • Abe Stoklasa – background vocals
  • Ilya Toshinskybanjo, acoustic guitar, electric guitar, mandolin
  • Derek Wells – acoustic guitar, electric guitar
  • Bill Woodworth – oboe
  • Glenn Worf – bass guitar

Chart performance

Album

Chart (2016) Peak
position
US Billboard 200[6] 26
US Top Country Albums (Billboard)[7] 3

Singles

Year Single Peak chart positions
US Country
[8]
US Country Airplay
[9]
US
[10]
CAN Country
[11]
2015 "Night's on Fire" 17 14 81 39
2016 "Good at Tonight" 52
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?

References

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