WBRR

WBRR is an FM radio station in Bradford, Pennsylvania. The station, operated by sister station WESB, is a classic-leaning mainstream rock format station branded as "100.1 The Hero" (HERO being a previous acronym for High Energy Rockin' Oldies). WBRR broadcasts on 100.1 MHz, and is also carried on the audio feed of Atlantic Broadband channel 11 in the Bradford and Salamanca/Little Valley, NY areas.

WBRR
CityBradford, Pennsylvania
Broadcast areaNorthwestern, PA and Southwestern, NY
Frequency100.1 MHz
Branding100.1 The Hero
SloganThe Rock Station!
Programming
FormatMainstream Rock
AffiliationsBuffalo Bills Radio Network
Ownership
OwnerWESB Incorporated
(Radio Station WESB, Inc.)
Sister stationsWESB
History
First air date1987
Technical information
Facility ID54826
ClassA
ERP1,650 watts
HAAT160 meters
Transmitter coordinates41°57′54.00″N 78°37′1.00″W
Links
Websitewbrrfm.com

All staff is shared with WESB.

For most of the 1990s and early 2000s, WBRR was an oldies/classic hits outlet known as "Cool 100". In 2007, major changes were made to the morning show (adding Scott Douglas, who was previously the morning host and program director at classic rock WQRS; Douglas left the station in 2014) and minor changes to the format that people who despise variety love, and now features classic rock. In August 2008, Igor was tapped to do nights on WBRR. Igor joined after working at 100.7 WMMS and 92.3 Xtreme Radio in Cleveland and Q92 in Canton, Ohio. The station subsequently moved from eighth place in the market to third with the addition of 90's and New Rock.[1]

On September 27, 2009, WBRR began airing the Jamestown, New York-based outdoor program "Grizzly Gary's Goin' Fishin' and Huntin'" on Sunday mornings.

WBRR is a Buffalo Bills football affiliate.

Syndicated weekend shows can be heard weekly on WBRR:
Floydian Slip Friday 11:00pm–12:00am
The House of Hair Saturday 8:00pm –11:00pm
Classic Rock Live Sunday 9:00am–11:00am
Chop Shop Sunday 8:00pm–10:00pm

In March 2009 WBRR branded itself as "The Rock Station of the Twin Tiers". With the aforementioned WQRS's shift to country music and the establishment of full service/classic hits WGWE in 2010, WBRR has filled a niche as the western Twin Tiers' only rock station.

In 2011 WBRR brands itself as "The Rock Station!"

In January 2012 WBRR started streaming online at http://streamdb3web.securenetsystems.net/v5/WBRR

Awards

  • Igor wins 2 PAB 2012 Awards- Outstanding Local Radio Personality, Radio Promotional Announcement
  • Scott Douglas/Frank Williams win PAB's 2011 Outstanding Local Radio Personality/Team for The Morning Buzz[2]
  • Igor wins PAB's 2009 Outstanding Promotional Announcement
  • Frank Williams wins PAB's 2009 Outstanding Local Sports Announcer
  • Igor wins PAB's 2010 Outstanding Promotional Announcement
  • Frank Williams wins PAB's 2010 Outstanding Local Sports Announcer [3]
  • Igor win PAB's 2011 Outstanding Radio Commercial[4]
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

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