I Need You (Trisha Yearwood song)
"I Need You" is a song recorded by American country music artist Trisha Yearwood. It was released March 1997 as the third single from the album Everybody Knows. The song reached #36 on the Billboard Hot Country Singles & Tracks chart.[1] The song was written by Jess Brown and Wendell Mobley.
"I Need You" | ||||
---|---|---|---|---|
Single by Trisha Yearwood | ||||
from the album Everybody Knows | ||||
B-side | "Hello, I'm Gone" | |||
Released | March 1, 1997 | |||
Genre | Country | |||
Length | 3:42 | |||
Label | MCA | |||
Songwriter(s) | Jess Brown, Wendell Mobley | |||
Producer(s) | Garth Fundis | |||
Trisha Yearwood singles chronology | ||||
|
Chart performance
Chart (1997) | Peak position |
---|---|
US Hot Country Songs (Billboard)[2] | 36 |
Canadian RPM Country Tracks | 41 |
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
References
- Whitburn, Joel (2013). Hot Country Songs: 1944-2012, Eighth edition. Record Research. p. 384.
- "Trisha Yearwood 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.