Feeling Electric
Feeling Electric is the first studio album by electronic rock band Parade of Lights. It was released on June 2, 2015 via Astralwerks.
Feeling Electric | ||||
---|---|---|---|---|
![]() | ||||
Studio album by | ||||
Released | 3 June 2015 | |||
Genre | Electronic rock, electropop, indietronica | |||
Label | Astralwerks | |||
Parade of Lights chronology | ||||
| ||||
Singles from Feeling Electric | ||||
|
Track listing
No. | Title | Length |
---|---|---|
1. | "////" | 0:48 |
2. | "Feeling Electric" | 3:42 |
3. | "Wake Up" | 3:12 |
4. | "Golden" | 3:05 |
5. | "Undefeatable" | 3:30 |
6. | "We're the Kids" | 2:57 |
7. | "Can't Have You" | 3:10 |
8. | "Silver and Gold" | 3:29 |
9. | "The Island" | 3:36 |
10. | "Burn" | 2:59 |
11. | "Memory" | 3:36 |
Total length: | 34:53 |
Charts
Chart (2015) | Peak position | |
---|---|---|
scope="row" | US Top Dance/Electronic Albums (Billboard)[1] | 24 |
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
References
- "Parade of Lights Chart History (Top Dance/Electronic Albums)". Billboard. Retrieved 20 June 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.