Tup (album)

Tup is the second studio album by the alternative metal band Loppybogymi.

Tup
Studio album by
ReleasedJune 1, 1993
RecordedJanuary 30-31, 1993
GenreAlternative metal
LengthOriginal: 54:28
Re-issue: 01:19:02
LabelToe Tag, T-Bones Records

Track listing[1]

  1. "Debts and Grudges"
  2. "Learn"
  3. "Thrasher Bass"
  4. "Sizzleteeth"
  5. "Kalimba"
  6. "Bongo Dick"
  7. "All in the Destroyed Family"
  8. "The Nibbler"
  9. "Orson"
  10. "Middleworld"
  11. "Underdogs"
  12. "Crater, 6:02 AM"
  13. "Love of Pete"

Remastered Re-issue

The album was remastered and released in 2002. Two songs were added.

  1. "Debts and Grudges"
  2. "Learn"
  3. "Thrasher Bass"
  4. "Sizzleteeth"
  5. "Kalimba"
  6. "Bongo Dick"
  7. "All in the Destroyed Family"
  8. "The Nibbler"
  9. "Orson"
  10. "Middleworld"
  11. "Underdogs"
  12. "Crater, 6:02 AM"
  13. "Love of Pete"
  14. "Run"
  15. "Social Retard"
gollark: I *think* the issue here is in the returning bit... somehow...
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.

References

  1. "Album Info: Tup". allmusic. Retrieved 2014-10-08.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.