Access to lineupId lookup #55
jesmannstl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have from a different script around 38,000 json files of each Zip Code in the US with the raw data of the lineupId available in the zip code. For example Zip Code 10001:
[{"type":"OTA","device":"","lineupId":"USA-OTA10001","name":"Local Over the Air Broadcast","location":"","mso":{"id":"","name":""}},{"type":"CABLE","device":"X","lineupId":"USA-NY31519-X","name":"Charter Spectrum Southern Manhattan","location":"New York","mso":{"id":"13890","name":"Charter Spectrum"}},{"type":"CABLE","device":"X","lineupId":"USA-NY70932-X","name":"Nu Visions Pennsylvania Plaza","location":"New York","mso":{"id":"17183","name":"Nu Visions"}},{"type":"CABLE","device":"X","lineupId":"USA-NY63086-X","name":"RCN Cable","location":"New York","mso":{"id":"17857","name":"Astound Broadband"}},{"type":"CABLE","device":"X","lineupId":"USA-NY65256-X","name":"Verizon Fios New York Plus","location":"New York","mso":{"id":"17762","name":"Verizon Fios"}},{"type":"SATELLITE","device":"X","lineupId":"USA-AFN-X","name":"AFN Satellite","location":"USA","mso":{"id":"","name":""}},{"type":"SATELLITE","device":"X","lineupId":"USA-DITV-X","name":"DIRECTV","location":"USA","mso":{"id":"17580","name":"DIRECTV"}},{"type":"SATELLITE","device":"X","lineupId":"USA-DITV501-X","name":"DIRECTV New York","location":"New York","mso":{"id":"17580","name":"DIRECTV"}},{"type":"SATELLITE","device":"X","lineupId":"USA-ECHOST-X","name":"DISH Network","location":"USA","mso":{"id":"17680","name":"Dish Network, LLC"}},{"type":"SATELLITE","device":"X","lineupId":"USA-DISH501-X","name":"DISH New York","location":"New York","mso":{"id":"17680","name":"Dish Network, LLC"}},{"type":"SATELLITE","device":"X","lineupId":"USA-GLRYSTR-X","name":"GLORYSTAR","location":"USA","mso":{"id":"","name":""}}]
Perhaps you can create a database lookup. I'm not that versed in coding to do it. I also have json files that list each channel in each lineup but I'm more hesitant with those as they include a proprietary url to ChannelsDVR image server.
Beta Was this translation helpful? Give feedback.
All reactions