Selectric Records

Selectric Records was an independent record label based in Franklin, TN. Their roster was made up of a number of rock bands, including Monday Morning, Cross Culture (now known as Over Ashes), Dalton, Pivitplex, Homeless J., and High Flight Society. Selectric Records was started by industry veterans, John Elefante & Dino Elefante.

Closing

In December 2006 Selectric Records officially closed their doors. Prior to Selectric Records closing, Cross Culture and Monday Morning had bought out of their recording contracts. While High Flight Society was signed by Rocketown Records and released their debut album in May 2007.

gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: If I manually operate ABR via direct bee interface it *should* work.
gollark: I made it inherit from VoiceChannel.

See also

  • List of record labels


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.