You're the Last Thing I Needed Tonight

"You're the Last Thing I Needed Tonight" is a song written by Don Pfrimmer and David Wills, and recorded by actor and American country music artist John Schneider. It was released in April 1986 as the second from the album A Memory Like You. The song was Schneider's fourth and last number one on the country chart. The single went to number one for one week and spent a total of fifteen weeks on the country chart.[1]

"You're the Last Thing I Needed Tonight"
Single by John Schneider
from the album A Memory Like You
B-side"One More Night"
ReleasedApril 1986
GenreCountry
Length3:23
LabelMCA
Songwriter(s)Don Pfrimmer
David Wills
Producer(s)Jimmy Bowen, John Schneider
John Schneider singles chronology
"What's a Memory Like You (Doing in a Love Like This)"
(1985)
"You're the Last Thing I Needed Tonight"
(1986)
"At the Sound of the Tone"
(1986)

Chart performance

Chart (1986) Peak
position
US Hot Country Songs (Billboard)[2] 1
Canadian RPM Country Tracks 1
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  1. Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. p. 305.
  2. "John Schneider Chart History (Hot Country Songs)". Billboard.


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