Jennette McCurdy (EP)
Jennette McCurdy is the self-titled second extended play released from American singer-songwriter and actress Jennette McCurdy. It was originally released on January 24, 2012, but it was delayed until February 8, 2012. It was only available at Justice Stores and included the hit single "Generation Love", three songs from her previous EP Not That Far Away, and three brand new songs. A bonus track was released exclusively on her Web site.
Jennette McCurdy EP | ||||
---|---|---|---|---|
EP by | ||||
Released | February 8, 2012 | |||
Recorded | 2010-2012 | |||
Genre | ||||
Length | 23:32 | |||
Label | Capitol Nashville | |||
Producer | ||||
Jennette McCurdy chronology | ||||
|
The EP includes songs also included on McCurdy's full-length debut album of the same name.[1]
Track listing
No. | Title | Writer(s) | Length |
---|---|---|---|
1. | "Generation Love" | Ross Copperman, Tom Douglas, Heather Morgan | 3:39 |
2. | "Don't You Just Hate Those People" | Mallary Hope, Tony Martin, Wendell Mobley | 2:54 |
3. | "Break Your Heart" | Jennifer Schott, Mobley, Hope | 3:25 |
4. | "Stronger" | Blair Daly, Rachel Proctor, Jennette McCurdy | 3:28 |
5. | "Better" | McCurdy, Tommy Lee James, Liz Rose | 3:14 |
6. | "Put Your Arms Around Someone" | McCurdy, Jessi Alexander, Luke Laird | 3:11 |
7. | "Have to Say Goodbye" | McCurdy, Alexander, Laird | 3:49 |
No. | Title | Writer(s) | Length |
---|---|---|---|
8. | "Broken Umbrella" | Josh Kear, Mark Irwin, Chris Tompkins | 3:19 |
gollark: jrengen: look at discord, you can see that bit of code the potatOS sandbox has for, OH LOOK, running the BIOS inside a filesystem sandboxing.
gollark: ```lualocal function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end```
gollark: You can't modify machine.llua.
gollark: Wow that works awfully.
gollark: `local function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end`
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.