KBMN-LD

KBMN-LD is a low-powered television station licensed to Houston, Texas, United States. The station, which broadcasts its digital signal on virtual and physical VHF channel 9, is owned by HC2 Holdings and licensed to DTV America.[1]

KBMN-LD
Houston, Texas
United States
CityHouston, Texas
ChannelsDigital: 9 (VHF)
Virtual: 9 (PSIP)
Programming
Subchannels(see below)
Affiliations(see below)
Ownership
OwnerHC2 Holdings
(DTV America Corporation)
History
Founded2019
First air dateNovember 12, 2019 (2019-11-12)
Former call signsK40NM-D (2012-2013)
Technical information
Licensing authorityFCC
Facility ID188068
ERP3 kW
HAAT328 ft
Transmitter coordinates29°48′6.2″N 95°14′3.8″W
Links
Public license informationProfile
LMS

History

The station's construction permit was issued on November 7, 2012 under the calls of K40NM-D. It changed to the current callsign of KBMN-LD on March 11, 2013.[2]

Digital channels

Channel Video Aspect PSIP Short Name Programming[1]
9.1 480i 4:3 KBMN-LD 3ABN
9.2 Infomercials
9.3 Infomercials
9.4 Cheddar
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

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