Tolotta Records

Tolotta Records was a record label run by Joe Lally of Fugazi. It was based in Arlington, Virginia and distributed through Dischord Records. The label has released bands from Washington, D.C. and the surrounding area, such as Dead Meadow and Spirit Caravan. The label was founded in 1994 and came to an end in 2002 when Spirit Caravan broke up and Dead Meadow moved to Matador Records. Shortly after Lally set-up the label, the German label Hellhound Records (who were heavily vested in the Maryland doom metal scene) disbanded, leaving Tolotta to pick up some of the slack.[1] Tolotta re-released The Obsessed's first album (originally released by Hellhound) and picked up Scott Weinrich's new band, Shine, who later changed their name to Spirit Caravan.[1]

Tolotta
Founded1994
FounderJoe Lally
StatusDefunct
GenreHeavy metal
Doom metal
Hard rock
Country of originUnited States
LocationArlington, Virginia
Official websitemonsterisland.alkem.org/tolotta

Discography

gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
gollark: This would really be easier if they had actually bothered to put comments in this. I've worked out that it is in fact *not* a `seq.insert` call precisely, but I don't know what it's meant to be doing.
gollark: > .code.tio.c:6:31: error: macro "A" requires 2 arguments, but only 1 given
gollark: With no bound checking or anything.

See also

  • List of record labels

References

  1. Doomed from the Start Washington City Paper May 6th, 2005 (Retrieved May 20, 2008)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.