cobaltpet / swl-tool

A ruby script for fetching, parsing, and displaying EiBi shortwave broadcast schedules
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

-bt (time stations) option currently doesn't show any results #29

Closed cobaltpet closed 7 years ago

cobaltpet commented 7 years ago

At some point in the past day or two, the -bt option stopped working. I can do

-b WWV

but:

$ ./swl-tool.rb -bt    
swl-tool.rb version 2017-09-06 0014UTC by Eric Weatherall : cobaltpetxxxxxxxcom : http://cobaltpet.blogspot.com/
credit: Shortwave broadcast schedule data from EiBi
info: Loaded 12377 schedule entries
cobaltpet commented 7 years ago

The problem was introduced with the fix for #26 -- BroadcastEntry no longer stores the raw language code from the EiBi data, it now stores the human-readable string.

cobaltpet commented 7 years ago

Fix committed