I marked it ready for review and made that change. The only thing is, there's a match encoder URL function in the Deep Links script that I did not take out. I wasn't sure if that's needed. It doesn't seem to do anything.
That function is used in other scripts, but not this one -- so yes, you can remove it.
Also, a small style request:
Please put a blank line after the end of each function -- another thing that makes for improved readability.
After that, feel free to submit a PR.
Thanks. I also cleaned up some more Fire TV leftovers that don't really need to be there for the Osprey boxes. Just some more dead code. I added that white space as well and removed that function. So far, everything's tuning nicely!
I actually got a call yesterday from DirecTV's executive team, and supposedly I'm going to hear from some advanced technical support, so at least I'll be able to find out what is going on on their end that caused this. I decided to contact their social media support, and that got things escalated for me. So, I don't know if this is like something that's really going to roll out, but it's been affecting my 10 boxes for over a month now. So, I imagine it's going to hit more people soon. Or I'm just very, very, lucky!! 
Personally, I have to wonder how good of an idea it is to bring executive visibility to our niche usage. Unless I've misunderstood your latest posts, everything works fine when using the boxes connected directly to a TV and using a remote, no?
Somewhere in the Castle le Jean here in Miami, my firetv and onn puck is chugging along.
I still can't believe you got TEN Osprey boxes. 
My electric bill would bankrupt me...and also the electric in general would go out frequently in my unit 
I wasn't intentionally bringing executive visibility.
I was actually having wedging issues when entering a channel number too quickly with my boxes connected to a TV as well. And actually, the executive department got contacted before I figured out the fix. I basically told them that I don't need help anymore.
If anyone else calls me, I'm probably just going to ignore it. What happened was, I contacted them on Twitter because I was at a complete loss and ready to cancel. Then the day after that, I figured out the problem with Opus 5. Then yesterday I got a call randomly from the executive department. I tried to tell the woman that I really don't need help anymore.
But yeah, they were pretty insistent on like looking into this, and I basically told them I don't want to anymore because I solved it, and I'm just going to ignore their calls at this point.
Edit: I just got the call with them and I told them that I don't need help anymore. So, no need to worry.
so the current scripts/osprey/dtvosprey is outdated and I have my own custom so I welcome a fully baked new one. I would request an env toggle for the 3min keystroke though, so we don't have to turn it on until needed.
It's actually baked into the script. So you can just change it to whatever value you want or remove the value. I didn't make it a toggle because eventually it seems that it's just going to be needed. People are going to wonder why their streams are reloading five minutes in. This one should tune better, particularly for channel numbers. I think it will also be a bit more reliable.
I agree with the env toggle. I’d prefer turning it on when it’s required rather- might need it tomorrow or next year.
My deep links work so good now.
In all honesty, it's an invisible keystroke. It doesn't actually show anything on the screen. There's no computational power taken from it, really. It's negligible—if at all. And it's nothing you'll see or even notice, so there's really no point in adding more complexity to it, in my opinion. I've been tackling this for the better part of a month, and this is just a flag that's likely to roll out fleet-wide to everyone. I don't know why they're trickling it so slowly. Hopefully, they roll it b ack if they had any sense. The advantage of leaving it alone is that when it does roll out—if it does—your DVR recordings won't suddenly break without you knowing.
New bnhf/ah4c:latest (aka bnhf/ah4c:2026.07.30) pushed this morning with the latest changes to scripts/osprey. @Shaggylive @jagrim I did add an env var $HEARTBEAT_INTERVAL, which when set to 0 can be used an opt-out for the heartbeat code added by @mackid1993. It's enabled at 180 second intervals by default though.
EDIT: Also, I've changed the ffmpeg package included in the container to the one from the CDVR repo. The CDVR version does not have MagicYUV enabled, which eliminates concerns related to the exploit that takes advantage of that feature.
Interesting thing, my Ospreys updated last night, and it seems like they might have reverted whatever was causing the need for the heartbeat interval. However, I'm not ripping it out of my script at least because it could easily come back. The feature flags are still there according to the decompiled APK. I think the environment variable that bnhf added is probably the best solution for this. And the readiness gate is honestly just correctness to begin with. This is all just a learning experience in the end that went on way too long. So in the end, we ended up with two reliability flags that may or may not be needed but are there in case they are.
This is the beauty of open source, collaboration and bash!
Sometimes, I think you pissed off the Directv Gods by running (10) Osprey's. I haven't seen any update on mine since I got up and running in July 2025. Boxes are all the 60164 model.
But you're allowed 20 streams inside the home.
I also sleep them, and they're not all running concurrently all the time.
I got an August update today, like an actual kernel update.
Edit: @Shaggylive may have more than me anyway lol
well, it was probably the decompiling buddies digging into every nook and cranny that triggered the anti-bot bot
might have more, but not all running.
I think this changed to unlimited...
Streaming limits internet connected customers without a Satellite dish
- Most customers can enjoy unlimited concurrent streaming with DIRECTV on all of your compatible devices while connected to your in-home network.
https://www.reddit.com/r/DirectvStream/comments/1vwdywl/channel_number_screen_randomly_appearing/
GUESS I WASN'T CRAZY AFTER ALL!!!!!!!!!
I shall use my 10 Ospreys with pride. Get ready to set $HEARTBEAT_INTERVAL=180 soon.

I have to wonder how DTV rolls out updates. I’ve never had an update since I powered up. That's fine with me cause I’m happy with my old grandfathered package. Maybe they don’t want to upset us old timers!
been meaning to post this somewhere all year, but apparently never did.
this is my current m3u with channel #s for DirecTV Stream - Base Pack - MyEntertainment
being channel #'s, it should work for anybody using directv regardless of location or satellite and a starting point for most packages.
#EXTM3U
#EXTINF:-1 channel-id="77" channel-number="77" tvc-guide-stationid="122696",MeTV
http://{{ .IPADDRESS }}/play/tuner/77
#EXTINF:-1 channel-id="80" channel-number="80" tvc-guide-stationid="89994",Cozi TV
http://{{ .IPADDRESS }}/play/tuner/80
#EXTINF:-1 channel-id="82" channel-number="82" tvc-guide-stationid="73067",BounceTV
http://{{ .IPADDRESS }}/play/tuner/82
#EXTINF:-1 channel-id="83" channel-number="83" tvc-guide-stationid="82563",GREAT
http://{{ .IPADDRESS }}/play/tuner/83
#EXTINF:-1 channel-id="84" channel-number="84" tvc-guide-stationid="109454",Start TV
http://{{ .IPADDRESS }}/play/tuner/84
#EXTINF:-1 channel-id="88" channel-number="88" tvc-guide-stationid="112568",ION Mystery
http://{{ .IPADDRESS }}/play/tuner/88
#EXTINF:-1 channel-id="202" channel-number="202" tvc-guide-stationid="58646",CNN
http://{{ .IPADDRESS }}/play/tuner/202
#EXTINF:-1 channel-id="204" channel-number="204" tvc-guide-stationid="64549",HLN
http://{{ .IPADDRESS }}/play/tuner/204
#EXTINF:-1 channel-id="229" channel-number="229" tvc-guide-stationid="49788",HGTV
http://{{ .IPADDRESS }}/play/tuner/229
#EXTINF:-1 channel-id="230" channel-number="230" tvc-guide-stationid="67375",Magnolia Network
http://{{ .IPADDRESS }}/play/tuner/230
#EXTINF:-1 channel-id="231" channel-number="231" tvc-guide-stationid="50747",Food Network
http://{{ .IPADDRESS }}/play/tuner/231
#EXTINF:-1 channel-id="232" channel-number="232" tvc-guide-stationid="68065",Cooking Channel
http://{{ .IPADDRESS }}/play/tuner/232
#EXTINF:-1 channel-id="233" channel-number="233" tvc-guide-stationid="68827",GSN HD
http://{{ .IPADDRESS }}/play/tuner/233
#EXTINF:-1 channel-id="235" channel-number="235" tvc-guide-stationid="107076",Tastemade
http://{{ .IPADDRESS }}/play/tuner/235
#EXTINF:-1 channel-id="236" channel-number="236" tvc-guide-stationid="61812",E!
http://{{ .IPADDRESS }}/play/tuner/236
#EXTINF:-1 channel-id="237" channel-number="237" tvc-guide-stationid="58625",Bravo
http://{{ .IPADDRESS }}/play/tuner/237
#EXTINF:-1 channel-id="239" channel-number="239" tvc-guide-stationid="92041",Sundance TV
http://{{ .IPADDRESS }}/play/tuner/239
#EXTINF:-1 channel-id="241" channel-number="241" tvc-guide-stationid="59186",Paramount TV
http://{{ .IPADDRESS }}/play/tuner/241
#EXTINF:-1 channel-id="244" channel-number="244" tvc-guide-stationid="58623",Syfy
http://{{ .IPADDRESS }}/play/tuner/244
#EXTINF:-1 channel-id="248" channel-number="248" tvc-guide-stationid="58574",FX
http://{{ .IPADDRESS }}/play/tuner/248
#EXTINF:-1 channel-id="249" channel-number="249" tvc-guide-stationid="62420",Comedy Central
http://{{ .IPADDRESS }}/play/tuner/249
#EXTINF:-1 channel-id="251" channel-number="251" tvc-guide-stationid="70522",Oxygen True Crime
http://{{ .IPADDRESS }}/play/tuner/251
#EXTINF:-1 channel-id="252" channel-number="252" tvc-guide-stationid="60150",Lifetime
http://{{ .IPADDRESS }}/play/tuner/252
#EXTINF:-1 channel-id="254" channel-number="254" tvc-guide-stationid="59337",AMC
http://{{ .IPADDRESS }}/play/tuner/254
#EXTINF:-1 channel-id="258" channel-number="258" tvc-guide-stationid="14988",FX Movie Channel
http://{{ .IPADDRESS }}/play/tuner/258
#EXTINF:-1 channel-id="259" channel-number="259" tvc-guide-stationid="66379",FXX
http://{{ .IPADDRESS }}/play/tuner/259
#EXTINF:-1 channel-id="260" channel-number="260" tvc-guide-stationid="92020",WE TV
http://{{ .IPADDRESS }}/play/tuner/260
#EXTINF:-1 channel-id="261" channel-number="261" tvc-guide-stationid="92204",Discovery Life
http://{{ .IPADDRESS }}/play/tuner/261
#EXTINF:-1 channel-id="264" channel-number="264" tvc-guide-stationid="64492",BBC America
http://{{ .IPADDRESS }}/play/tuner/264
#EXTINF:-1 channel-id="265" channel-number="265" tvc-guide-stationid="51529",A&E
http://{{ .IPADDRESS }}/play/tuner/265
#EXTINF:-1 channel-id="266" channel-number="266" tvc-guide-stationid="58988",FYI
http://{{ .IPADDRESS }}/play/tuner/266
#EXTINF:-1 channel-id="267" channel-number="267" tvc-guide-stationid="126128",EarthX
http://{{ .IPADDRESS }}/play/tuner/267
#EXTINF:-1 channel-id="269" channel-number="269" tvc-guide-stationid="14771",HISTORY
http://{{ .IPADDRESS }}/play/tuner/269
#EXTINF:-1 channel-id="271" channel-number="271" tvc-guide-stationid="65732",VICE
http://{{ .IPADDRESS }}/play/tuner/271
#EXTINF:-1 channel-id="273" channel-number="273" tvc-guide-stationid="68796",POP HD
http://{{ .IPADDRESS }}/play/tuner/273
#EXTINF:-1 channel-id="274" channel-number="274" tvc-guide-stationid="69061",Ovation HD
http://{{ .IPADDRESS }}/play/tuner/274
#EXTINF:-1 channel-id="276" channel-number="276" tvc-guide-stationid="49438",National Geographic Channel
http://{{ .IPADDRESS }}/play/tuner/276
#EXTINF:-1 channel-id="277" channel-number="277" tvc-guide-stationid="59303",Travel Channel
http://{{ .IPADDRESS }}/play/tuner/277
#EXTINF:-1 channel-id="278" channel-number="278" tvc-guide-stationid="56905",Discovery
http://{{ .IPADDRESS }}/play/tuner/278
#EXTINF:-1 channel-id="279" channel-number="279" tvc-guide-stationid="70388",OWN
http://{{ .IPADDRESS }}/play/tuner/279
#EXTINF:-1 channel-id="280" channel-number="280" tvc-guide-stationid="57391",TLC
http://{{ .IPADDRESS }}/play/tuner/280
#EXTINF:-1 channel-id="282" channel-number="282" tvc-guide-stationid="57394",Animal Planet
http://{{ .IPADDRESS }}/play/tuner/282
#EXTINF:-1 channel-id="283" channel-number="283" tvc-guide-stationid="67331",Nat Geo WILD
http://{{ .IPADDRESS }}/play/tuner/283
#EXTINF:-1 channel-id="284" channel-number="284" tvc-guide-stationid="57390",Science
http://{{ .IPADDRESS }}/play/tuner/284
#EXTINF:-1 channel-id="285" channel-number="285" tvc-guide-stationid="65342",Investigation Discovery
http://{{ .IPADDRESS }}/play/tuner/285
#EXTINF:-1 channel-id="286" channel-number="286" tvc-guide-stationid="60468",Destination America HD
http://{{ .IPADDRESS }}/play/tuner/286
#EXTINF:-1 channel-id="287" channel-number="287" tvc-guide-stationid="78808",American Heroes
http://{{ .IPADDRESS }}/play/tuner/287
#EXTINF:-1 channel-id="296" channel-number="296" tvc-guide-stationid="92425",Adult Swim
http://{{ .IPADDRESS }}/play/tuner/296
#EXTINF:-1 channel-id="304" channel-number="304" tvc-guide-stationid="73541",TV Land
http://{{ .IPADDRESS }}/play/tuner/304
#EXTINF:-1 channel-id="305" channel-number="305" tvc-guide-stationid="76894",ION East
http://{{ .IPADDRESS }}/play/tuner/305
#EXTINF:-1 channel-id="311" channel-number="311" tvc-guide-stationid="121949",Freeform HD
http://{{ .IPADDRESS }}/play/tuner/311
#EXTINF:-1 channel-id="312" channel-number="312" tvc-guide-stationid="66268",Hallmark Channel
http://{{ .IPADDRESS }}/play/tuner/312
#EXTINF:-1 channel-id="323" channel-number="323" tvc-guide-stationid="73413",Family Entertainment Television
http://{{ .IPADDRESS }}/play/tuner/323
#EXTINF:-1 channel-id="327" channel-number="327" tvc-guide-stationid="59440",CMT
http://{{ .IPADDRESS }}/play/tuner/327
#EXTINF:-1 channel-id="329" channel-number="329" tvc-guide-stationid="63236",BET
http://{{ .IPADDRESS }}/play/tuner/329
#EXTINF:-1 channel-id="331" channel-number="331" tvc-guide-stationid="60964",MTV
http://{{ .IPADDRESS }}/play/tuner/331
#EXTINF:-1 channel-id="332" channel-number="332" tvc-guide-stationid="75077",MTV2
http://{{ .IPADDRESS }}/play/tuner/332
#EXTINF:-1 channel-id="333" channel-number="333" tvc-guide-stationid="92008",IFC
http://{{ .IPADDRESS }}/play/tuner/333
#EXTINF:-1 channel-id="335" channel-number="335" tvc-guide-stationid="60046",VH1
http://{{ .IPADDRESS }}/play/tuner/335
#EXTINF:-1 channel-id="338" channel-number="338" tvc-guide-stationid="44940",UP
http://{{ .IPADDRESS }}/play/tuner/338
#EXTINF:-1 channel-id="341" channel-number="341" tvc-guide-stationid="110289",Cleo TV
http://{{ .IPADDRESS }}/play/tuner/341
#EXTINF:-1 channel-id="346" channel-number="346" tvc-guide-stationid="76774",BBC News
http://{{ .IPADDRESS }}/play/tuner/346
#EXTINF:-1 channel-id="347" channel-number="347" tvc-guide-stationid="114934",The First
http://{{ .IPADDRESS }}/play/tuner/347
#EXTINF:-1 channel-id="354" channel-number="354" tvc-guide-stationid="107241",Cheddar News
http://{{ .IPADDRESS }}/play/tuner/354
#EXTINF:-1 channel-id="355" channel-number="355" tvc-guide-stationid="58780",CNBC
http://{{ .IPADDRESS }}/play/tuner/355
#EXTINF:-1 channel-id="356" channel-number="356" tvc-guide-stationid="64241",MS Now
http://{{ .IPADDRESS }}/play/tuner/356
#EXTINF:-1 channel-id="359" channel-number="359" tvc-guide-stationid="58718",Fox Business Network
http://{{ .IPADDRESS }}/play/tuner/359
#EXTINF:-1 channel-id="360" channel-number="360" tvc-guide-stationid="60179",Fox News Channel
http://{{ .IPADDRESS }}/play/tuner/360
#EXTINF:-1 channel-id="361" channel-number="361" tvc-guide-stationid="120551",AccuWeather
http://{{ .IPADDRESS }}/play/tuner/361
#EXTINF:-1 channel-id="363" channel-number="363" tvc-guide-stationid="121307",FOX Weather
http://{{ .IPADDRESS }}/play/tuner/363
#EXTINF:-1 channel-id="381" channel-number="381" tvc-guide-stationid="76126",ASPIRE
http://{{ .IPADDRESS }}/play/tuner/381
#EXTINF:-1 channel-id="385" channel-number="385" tvc-guide-stationid="120460",Heroes & Icons
http://{{ .IPADDRESS }}/play/tuner/385
#EXTINF:-1 channel-id="467" channel-number="467" tvc-guide-stationid="123928",Zona TUDN
http://{{ .IPADDRESS }}/play/tuner/467
#EXTINF:-1 channel-id="470" channel-number="470" tvc-guide-stationid="119661",beIN SPORTS XTRA en Español
http://{{ .IPADDRESS }}/play/tuner/470
#EXTINF:-1 channel-id="557" channel-number="557" tvc-guide-stationid="115945",The Walking Dead Channel
http://{{ .IPADDRESS }}/play/tuner/557
#EXTINF:-1 channel-id="628" channel-number="628" tvc-guide-stationid="35038",NESN
http://{{ .IPADDRESS }}/play/tuner/628
#EXTINF:-1 channel-id="4004" channel-number="4004" tvc-guide-stationid="114174",NBC News Now
http://{{ .IPADDRESS }}/play/tuner/4004
#EXTINF:-1 channel-id="4005" channel-number="4005" tvc-guide-stationid="114138",Today All Day
http://{{ .IPADDRESS }}/play/tuner/4005
#EXTINF:-1 channel-id="4007" channel-number="4007" tvc-guide-stationid="113380",ABC News Live
http://{{ .IPADDRESS }}/play/tuner/4007
#EXTINF:-1 channel-id="4008" channel-number="4008" tvc-guide-stationid="118952",ABC Localish
http://{{ .IPADDRESS }}/play/tuner/4008
#EXTINF:-1 channel-id="4009" channel-number="4009" tvc-guide-stationid="120010",Scripps News
http://{{ .IPADDRESS }}/play/tuner/4009
#EXTINF:-1 channel-id="4010" channel-number="4010" tvc-guide-stationid="161600",20/20
http://{{ .IPADDRESS }}/play/tuner/4010
#EXTINF:-1 channel-id="4021" channel-number="4021" tvc-guide-stationid="113674",Yahoo Finance
http://{{ .IPADDRESS }}/play/tuner/4021
#EXTINF:-1 channel-id="4105" channel-number="4105" tvc-guide-stationid="120919",SportsGrid
http://{{ .IPADDRESS }}/play/tuner/4105
#EXTINF:-1 channel-id="4106" channel-number="4106" tvc-guide-stationid="138277",DraftKings
http://{{ .IPADDRESS }}/play/tuner/4106
#EXTINF:-1 channel-id="4108" channel-number="4108" tvc-guide-stationid="161567",ESPN8: The Ocho
http://{{ .IPADDRESS }}/play/tuner/4108
#EXTINF:-1 channel-id="4110" channel-number="4110" tvc-guide-stationid="116115",Fuel TV
http://{{ .IPADDRESS }}/play/tuner/4110
#EXTINF:-1 channel-id="4111" channel-number="4111" tvc-guide-stationid="141469",Fox Sports
http://{{ .IPADDRESS }}/play/tuner/4111
#EXTINF:-1 channel-id="4113" channel-number="4113" tvc-guide-stationid="182003",The MLB Channel
http://{{ .IPADDRESS }}/play/tuner/4113
#EXTINF:-1 channel-id="4114" channel-number="4114" tvc-guide-stationid="196933",NBA FAST Channel
http://{{ .IPADDRESS }}/play/tuner/4114
#EXTINF:-1 channel-id="4116" channel-number="4116" tvc-guide-stationid="114142",GolfPass
http://{{ .IPADDRESS }}/play/tuner/4116
#EXTINF:-1 channel-id="4117" channel-number="4117" tvc-guide-stationid="137752",Tennis Channel 2
http://{{ .IPADDRESS }}/play/tuner/4117
#EXTINF:-1 channel-id="4118" channel-number="4118" tvc-guide-stationid="152976",Surf Cinema
http://{{ .IPADDRESS }}/play/tuner/4118
#EXTINF:-1 channel-id="4119" channel-number="4119" tvc-guide-stationid="142279",Red Bull TV
http://{{ .IPADDRESS }}/play/tuner/4119
#EXTINF:-1 channel-id="4122" channel-number="4122" tvc-guide-stationid="113143",beIN SPORTS XTRA
http://{{ .IPADDRESS }}/play/tuner/4122
#EXTINF:-1 channel-id="4123" channel-number="4123" tvc-guide-stationid="164602",Willow Sports
http://{{ .IPADDRESS }}/play/tuner/4123
#EXTINF:-1 channel-id="4125" channel-number="4125" tvc-guide-stationid="124636",Women's Sports Network
http://{{ .IPADDRESS }}/play/tuner/4125
#EXTINF:-1 channel-id="4126" channel-number="4126" tvc-guide-stationid="167374",All Women's Sports
http://{{ .IPADDRESS }}/play/tuner/4126
#EXTINF:-1 channel-id="4130" channel-number="4130" tvc-guide-stationid="123170",Fight Network
http://{{ .IPADDRESS }}/play/tuner/4130
#EXTINF:-1 channel-id="4131" channel-number="4131" tvc-guide-stationid="121991",TNA
http://{{ .IPADDRESS }}/play/tuner/4131
#EXTINF:-1 channel-id="4132" channel-number="4132" tvc-guide-stationid="122436",Swerve Combat
http://{{ .IPADDRESS }}/play/tuner/4132
#EXTINF:-1 channel-id="4133" channel-number="4133" tvc-guide-stationid="144738",DAZN Ringside
http://{{ .IPADDRESS }}/play/tuner/4133
#EXTINF:-1 channel-id="4140" channel-number="4140" tvc-guide-stationid="124268",PokerGo
http://{{ .IPADDRESS }}/play/tuner/4140
#EXTINF:-1 channel-id="4141" channel-number="4141" tvc-guide-stationid="146769",Pickleball TV
http://{{ .IPADDRESS }}/play/tuner/4141
#EXTINF:-1 channel-id="4148" channel-number="4148" tvc-guide-stationid="120469",Billiard TV
http://{{ .IPADDRESS }}/play/tuner/4148
#EXTINF:-1 channel-id="4149" channel-number="4149" tvc-guide-stationid="173352",Ryz Sports
http://{{ .IPADDRESS }}/play/tuner/4149
#EXTINF:-1 channel-id="4150" channel-number="4150" tvc-guide-stationid="113991",Stadium Stream
http://{{ .IPADDRESS }}/play/tuner/4150
#EXTINF:-1 channel-id="4151" channel-number="4151" tvc-guide-stationid="124806",ACC Digital Network
http://{{ .IPADDRESS }}/play/tuner/4151
#EXTINF:-1 channel-id="4152" channel-number="4152" tvc-guide-stationid="163942",Big 12
http://{{ .IPADDRESS }}/play/tuner/4152
#EXTINF:-1 channel-id="4170" channel-number="4170" tvc-guide-stationid="132644",WIRED2fish TV
http://{{ .IPADDRESS }}/play/tuner/4170
#EXTINF:-1 channel-id="4172" channel-number="4172" tvc-guide-stationid="112487",Pursuit UP
http://{{ .IPADDRESS }}/play/tuner/4172
#EXTINF:-1 channel-id="4175" channel-number="4175" tvc-guide-stationid="121424",Waypoint TV
http://{{ .IPADDRESS }}/play/tuner/4175
#EXTINF:-1 channel-id="4180" channel-number="4180" tvc-guide-stationid="114140",NBC Sports Now
http://{{ .IPADDRESS }}/play/tuner/4180
#EXTINF:-1 channel-id="4181" channel-number="4181" tvc-guide-stationid="162473",The Jim Rome Show
http://{{ .IPADDRESS }}/play/tuner/4181
#EXTINF:-1 channel-id="4189" channel-number="4189" tvc-guide-stationid="132647",Sports Illustrated
http://{{ .IPADDRESS }}/play/tuner/4189
#EXTINF:-1 channel-id="4190" channel-number="4190" tvc-guide-stationid="116748",Players TV
http://{{ .IPADDRESS }}/play/tuner/4190
#EXTINF:-1 channel-id="4191" channel-number="4191" tvc-guide-stationid="123515",PowerNation
http://{{ .IPADDRESS }}/play/tuner/4191
#EXTINF:-1 channel-id="4192" channel-number="4192" tvc-guide-stationid="124630",Racing America
http://{{ .IPADDRESS }}/play/tuner/4192
#EXTINF:-1 channel-id="4193" channel-number="4193" tvc-guide-stationid="123423",Torque by History
http://{{ .IPADDRESS }}/play/tuner/4193
#EXTINF:-1 channel-id="4194" channel-number="4194" tvc-guide-stationid="132889",Speedvision
http://{{ .IPADDRESS }}/play/tuner/4194
#EXTINF:-1 channel-id="4200" channel-number="4200" tvc-guide-stationid="190287",Lionsgate Collection
http://{{ .IPADDRESS }}/play/tuner/4200
#EXTINF:-1 channel-id="4201" channel-number="4201" tvc-guide-stationid="180080",Primetime Soaps
http://{{ .IPADDRESS }}/play/tuner/4201
#EXTINF:-1 channel-id="4204" channel-number="4204" tvc-guide-stationid="180558",Acorn TV Mysteries
http://{{ .IPADDRESS }}/play/tuner/4204
#EXTINF:-1 channel-id="4209" channel-number="4209" tvc-guide-stationid="135378",HerSphere
http://{{ .IPADDRESS }}/play/tuner/4209
#EXTINF:-1 channel-id="4218" channel-number="4218" tvc-guide-stationid="170345",Three Stooges
http://{{ .IPADDRESS }}/play/tuner/4218
#EXTINF:-1 channel-id="4219" channel-number="4219" tvc-guide-stationid="114491",Bob Ross Channel
http://{{ .IPADDRESS }}/play/tuner/4219
#EXTINF:-1 channel-id="4221" channel-number="4221" tvc-guide-stationid="124998",Horror by Alter
http://{{ .IPADDRESS }}/play/tuner/4221
#EXTINF:-1 channel-id="4227" channel-number="4227" tvc-guide-stationid="115540",The Walking Dead Universe
http://{{ .IPADDRESS }}/play/tuner/4227
#EXTINF:-1 channel-id="4228" channel-number="4228" tvc-guide-stationid="178243",50 Cent Action Channel
http://{{ .IPADDRESS }}/play/tuner/4228
#EXTINF:-1 channel-id="4229" channel-number="4229" tvc-guide-stationid="124328",El Rey Rebel
http://{{ .IPADDRESS }}/play/tuner/4229
#EXTINF:-1 channel-id="4230" channel-number="4230" tvc-guide-stationid="123605",Court TV
http://{{ .IPADDRESS }}/play/tuner/4230
#EXTINF:-1 channel-id="4250" channel-number="4250" tvc-guide-stationid="138400",Bravo Vault
http://{{ .IPADDRESS }}/play/tuner/4250
#EXTINF:-1 channel-id="4251" channel-number="4251" tvc-guide-stationid="138455",Real Housewives Vault
http://{{ .IPADDRESS }}/play/tuner/4251
#EXTINF:-1 channel-id="4252" channel-number="4252" tvc-guide-stationid="138393",E! Keeping Up
http://{{ .IPADDRESS }}/play/tuner/4252
#EXTINF:-1 channel-id="4253" channel-number="4253" tvc-guide-stationid="115679",All Reality WeTV
http://{{ .IPADDRESS }}/play/tuner/4253
#EXTINF:-1 channel-id="4254" channel-number="4254" tvc-guide-stationid="151953",Confess by Nosey
http://{{ .IPADDRESS }}/play/tuner/4254
#EXTINF:-1 channel-id="4255" channel-number="4255" tvc-guide-stationid="133657",Nosey
http://{{ .IPADDRESS }}/play/tuner/4255
#EXTINF:-1 channel-id="4256" channel-number="4256" tvc-guide-stationid="126369",Dance Moms by Lifetime
http://{{ .IPADDRESS }}/play/tuner/4256
#EXTINF:-1 channel-id="4257" channel-number="4257" tvc-guide-stationid="149117",Say Yes To The Dress
http://{{ .IPADDRESS }}/play/tuner/4257
#EXTINF:-1 channel-id="4258" channel-number="4258" tvc-guide-stationid="170357",The Repair Shop
http://{{ .IPADDRESS }}/play/tuner/4258
#EXTINF:-1 channel-id="4260" channel-number="4260" tvc-guide-stationid="191048",The Masked Singer
http://{{ .IPADDRESS }}/play/tuner/4260
#EXTINF:-1 channel-id="4261" channel-number="4261" tvc-guide-stationid="189132",America's Got Talent
http://{{ .IPADDRESS }}/play/tuner/4261
#EXTINF:-1 channel-id="4262" channel-number="4262" tvc-guide-stationid="131429",Duck Dynasty
http://{{ .IPADDRESS }}/play/tuner/4262
#EXTINF:-1 channel-id="4263" channel-number="4263" tvc-guide-stationid="123426",Ice Road Truckers
http://{{ .IPADDRESS }}/play/tuner/4263
#EXTINF:-1 channel-id="4264" channel-number="4264" tvc-guide-stationid="123425",Ax Men
http://{{ .IPADDRESS }}/play/tuner/4264
#EXTINF:-1 channel-id="4265" channel-number="4265" tvc-guide-stationid="160864",Rig TV
http://{{ .IPADDRESS }}/play/tuner/4265
#EXTINF:-1 channel-id="4268" channel-number="4268" tvc-guide-stationid="120204",Danger TV
http://{{ .IPADDRESS }}/play/tuner/4268
#EXTINF:-1 channel-id="4269" channel-number="4269" tvc-guide-stationid="185538",Love After Lockup
http://{{ .IPADDRESS }}/play/tuner/4269
#EXTINF:-1 channel-id="4270" channel-number="4270" tvc-guide-stationid="181303",The First 48
http://{{ .IPADDRESS }}/play/tuner/4270
#EXTINF:-1 channel-id="4271" channel-number="4271" tvc-guide-stationid="129137",Cold Case Files
http://{{ .IPADDRESS }}/play/tuner/4271
#EXTINF:-1 channel-id="4272" channel-number="4272" tvc-guide-stationid="113780",Crime 360
http://{{ .IPADDRESS }}/play/tuner/4272
#EXTINF:-1 channel-id="4274" channel-number="4274" tvc-guide-stationid="135383",True Crime Now
http://{{ .IPADDRESS }}/play/tuner/4274
#EXTINF:-1 channel-id="4279" channel-number="4279" tvc-guide-stationid="182036",Car Chase Channel
http://{{ .IPADDRESS }}/play/tuner/4279
#EXTINF:-1 channel-id="4281" channel-number="4281" tvc-guide-stationid="138028",Crime Scenes
http://{{ .IPADDRESS }}/play/tuner/4281
#EXTINF:-1 channel-id="4282" channel-number="4282" tvc-guide-stationid="154436",I (Almost) Got Away With It
http://{{ .IPADDRESS }}/play/tuner/4282
#EXTINF:-1 channel-id="4283" channel-number="4283" tvc-guide-stationid="170382",Living With Evil
http://{{ .IPADDRESS }}/play/tuner/4283
#EXTINF:-1 channel-id="4284" channel-number="4284" tvc-guide-stationid="170369",Love Kills
http://{{ .IPADDRESS }}/play/tuner/4284
#EXTINF:-1 channel-id="4287" channel-number="4287" tvc-guide-stationid="138585",Oxygen True Crime Archives
http://{{ .IPADDRESS }}/play/tuner/4287
#EXTINF:-1 channel-id="4288" channel-number="4288" tvc-guide-stationid="113957",Dateline 24/7
http://{{ .IPADDRESS }}/play/tuner/4288
#EXTINF:-1 channel-id="4301" channel-number="4301" tvc-guide-stationid="121204",Fail Army
http://{{ .IPADDRESS }}/play/tuner/4301
#EXTINF:-1 channel-id="4303" channel-number="4303" tvc-guide-stationid="134109",Always Funny
http://{{ .IPADDRESS }}/play/tuner/4303
#EXTINF:-1 channel-id="4304" channel-number="4304" tvc-guide-stationid="198929",America's Funniest Home Videos
http://{{ .IPADDRESS }}/play/tuner/4304
#EXTINF:-1 channel-id="4305" channel-number="4305" tvc-guide-stationid="115447",Comedy Dynamics
http://{{ .IPADDRESS }}/play/tuner/4305
#EXTINF:-1 channel-id="4310" channel-number="4310" tvc-guide-stationid="113678",SNL Vault
http://{{ .IPADDRESS }}/play/tuner/4310
#EXTINF:-1 channel-id="4321" channel-number="4321" tvc-guide-stationid="125128",Anger Management
http://{{ .IPADDRESS }}/play/tuner/4321
#EXTINF:-1 channel-id="4322" channel-number="4322" tvc-guide-stationid="120377",Are We There Yet
http://{{ .IPADDRESS }}/play/tuner/4322
#EXTINF:-1 channel-id="4324" channel-number="4324" tvc-guide-stationid="122435",Portlandia
http://{{ .IPADDRESS }}/play/tuner/4324
#EXTINF:-1 channel-id="4325" channel-number="4325" tvc-guide-stationid="130687",Stories by AMC
http://{{ .IPADDRESS }}/play/tuner/4325
#EXTINF:-1 channel-id="4328" channel-number="4328" tvc-guide-stationid="118699",INFAST
http://{{ .IPADDRESS }}/play/tuner/4328
#EXTINF:-1 channel-id="4329" channel-number="4329" tvc-guide-stationid="129477",INWONDER
http://{{ .IPADDRESS }}/play/tuner/4329
#EXTINF:-1 channel-id="4335" channel-number="4335" tvc-guide-stationid="73163",Buzzr
http://{{ .IPADDRESS }}/play/tuner/4335
#EXTINF:-1 channel-id="4336" channel-number="4336" tvc-guide-stationid="125192",Family Feud (Steve Harvey)
http://{{ .IPADDRESS }}/play/tuner/4336
#EXTINF:-1 channel-id="4337" channel-number="4337" tvc-guide-stationid="163434",Let's Make a Deal
http://{{ .IPADDRESS }}/play/tuner/4337
#EXTINF:-1 channel-id="4338" channel-number="4338" tvc-guide-stationid="163435",The Price is Right: Drew Carey
http://{{ .IPADDRESS }}/play/tuner/4338
#EXTINF:-1 channel-id="4339" channel-number="4339" tvc-guide-stationid="175935",The Price is Right: The Barker Era
http://{{ .IPADDRESS }}/play/tuner/4339
#EXTINF:-1 channel-id="4340" channel-number="4340" tvc-guide-stationid="123432",Deal Zone
http://{{ .IPADDRESS }}/play/tuner/4340
#EXTINF:-1 channel-id="4341" channel-number="4341" tvc-guide-stationid="121598",Supermarket Sweep
http://{{ .IPADDRESS }}/play/tuner/4341
#EXTINF:-1 channel-id="4346" channel-number="4346" tvc-guide-stationid="147688",Dog Whisperer
http://{{ .IPADDRESS }}/play/tuner/4346
#EXTINF:-1 channel-id="4352" channel-number="4352" tvc-guide-stationid="164081",Million Dollar Listing Vault
http://{{ .IPADDRESS }}/play/tuner/4352
#EXTINF:-1 channel-id="4357" channel-number="4357" tvc-guide-stationid="115365",America's Test Kitchen
http://{{ .IPADDRESS }}/play/tuner/4357
#EXTINF:-1 channel-id="4358" channel-number="4358" tvc-guide-stationid="121718",Tastemade Travel
http://{{ .IPADDRESS }}/play/tuner/4358
#EXTINF:-1 channel-id="4359" channel-number="4359" tvc-guide-stationid="125187",Tastemade Home
http://{{ .IPADDRESS }}/play/tuner/4359
#EXTINF:-1 channel-id="4361" channel-number="4361" tvc-guide-stationid="176039",Jamie Oliver
http://{{ .IPADDRESS }}/play/tuner/4361
#EXTINF:-1 channel-id="4363" channel-number="4363" tvc-guide-stationid="118456",Tiny House Nation
http://{{ .IPADDRESS }}/play/tuner/4363
#EXTINF:-1 channel-id="4365" channel-number="4365" tvc-guide-stationid="118087",The Design Network
http://{{ .IPADDRESS }}/play/tuner/4365
#EXTINF:-1 channel-id="4366" channel-number="4366" tvc-guide-stationid="164367",RVTV
http://{{ .IPADDRESS }}/play/tuner/4366
#EXTINF:-1 channel-id="4367" channel-number="4367" tvc-guide-stationid="127174",AT HOME with family handyman
http://{{ .IPADDRESS }}/play/tuner/4367
#EXTINF:-1 channel-id="4368" channel-number="4368" tvc-guide-stationid="129134",Great American Romcoms
http://{{ .IPADDRESS }}/play/tuner/4368
#EXTINF:-1 channel-id="4370" channel-number="4370" tvc-guide-stationid="149441",MeatEater
http://{{ .IPADDRESS }}/play/tuner/4370
#EXTINF:-1 channel-id="4372" channel-number="4372" tvc-guide-stationid="111140",Gusto TV
http://{{ .IPADDRESS }}/play/tuner/4372
#EXTINF:-1 channel-id="4378" channel-number="4378" tvc-guide-stationid="138027",Sweet Escapes
http://{{ .IPADDRESS }}/play/tuner/4378
#EXTINF:-1 channel-id="4379" channel-number="4379" tvc-guide-stationid="169593",Bizarre Foods with Andrew Zimmern
http://{{ .IPADDRESS }}/play/tuner/4379
#EXTINF:-1 channel-id="4380" channel-number="4380" tvc-guide-stationid="180082",Beach Day
http://{{ .IPADDRESS }}/play/tuner/4380
#EXTINF:-1 channel-id="4388" channel-number="4388" tvc-guide-stationid="124225",GoTraveler
http://{{ .IPADDRESS }}/play/tuner/4388
#EXTINF:-1 channel-id="4401" channel-number="4401" tvc-guide-stationid="119212",FOX Soul
http://{{ .IPADDRESS }}/play/tuner/4401
#EXTINF:-1 channel-id="4404" channel-number="4404" tvc-guide-stationid="146144",Ebony TV
http://{{ .IPADDRESS }}/play/tuner/4404
#EXTINF:-1 channel-id="4416" channel-number="4416" tvc-guide-stationid="110480",Dove TV
http://{{ .IPADDRESS }}/play/tuner/4416
#EXTINF:-1 channel-id="4418" channel-number="4418" tvc-guide-stationid="156961",Joel Osteen
http://{{ .IPADDRESS }}/play/tuner/4418
#EXTINF:-1 channel-id="4421" channel-number="4421" tvc-guide-stationid="149039",Pureflix TV
http://{{ .IPADDRESS }}/play/tuner/4421
#EXTINF:-1 channel-id="4449" channel-number="4449" tvc-guide-stationid="155772",Yu-Gi-Oh!
http://{{ .IPADDRESS }}/play/tuner/4449
#EXTINF:-1 channel-id="4470" channel-number="4470" tvc-guide-stationid="157909",Love Nature
http://{{ .IPADDRESS }}/play/tuner/4470
#EXTINF:-1 channel-id="4476" channel-number="4476" tvc-guide-stationid="135380",Cosmic Frontiers
http://{{ .IPADDRESS }}/play/tuner/4476
#EXTINF:-1 channel-id="4477" channel-number="4477" tvc-guide-stationid="180083",Mythbusters
http://{{ .IPADDRESS }}/play/tuner/4477
#EXTINF:-1 channel-id="4480" channel-number="4480" tvc-guide-stationid="123433",Modern Marvels
http://{{ .IPADDRESS }}/play/tuner/4480
#EXTINF:-1 channel-id="4481" channel-number="4481" tvc-guide-stationid="123667",Curiosity Now
http://{{ .IPADDRESS }}/play/tuner/4481
#EXTINF:-1 channel-id="4482" channel-number="4482" tvc-guide-stationid="119209",MagellanTV Wildest
http://{{ .IPADDRESS }}/play/tuner/4482
#EXTINF:-1 channel-id="4484" channel-number="4484" tvc-guide-stationid="126439",Military Heroes
http://{{ .IPADDRESS }}/play/tuner/4484
#EXTINF:-1 channel-id="4486" channel-number="4486" tvc-guide-stationid="135379",History & Warfare
http://{{ .IPADDRESS }}/play/tuner/4486
#EXTINF:-1 channel-id="4487" channel-number="4487" tvc-guide-stationid="138031",How To
http://{{ .IPADDRESS }}/play/tuner/4487
#EXTINF:-1 channel-id="4490" channel-number="4490" tvc-guide-stationid="112881",Alien Nation by DUST
http://{{ .IPADDRESS }}/play/tuner/4490
#EXTINF:-1 channel-id="4491" channel-number="4491" tvc-guide-stationid="123431",UnXplained Zone
http://{{ .IPADDRESS }}/play/tuner/4491
#EXTINF:-1 channel-id="4493" channel-number="4493" tvc-guide-stationid="138030",Ghosts are Real
http://{{ .IPADDRESS }}/play/tuner/4493
#EXTINF:-1 channel-id="4494" channel-number="4494" tvc-guide-stationid="138032",Mysterious Worlds
http://{{ .IPADDRESS }}/play/tuner/4494
#EXTINF:-1 channel-id="4501" channel-number="4501" tvc-guide-stationid="158131",MovieSphere
http://{{ .IPADDRESS }}/play/tuner/4501
#EXTINF:-1 channel-id="4504" channel-number="4504" tvc-guide-stationid="121308",Movie Favorites by Lifetime
http://{{ .IPADDRESS }}/play/tuner/4504
#EXTINF:-1 channel-id="4510" channel-number="4510" tvc-guide-stationid="138029",At the Movies
http://{{ .IPADDRESS }}/play/tuner/4510
#EXTINF:-1 channel-id="4511" channel-number="4511" tvc-guide-stationid="180081",Classic Cinema
http://{{ .IPADDRESS }}/play/tuner/4511
#EXTINF:-1 channel-id="4520" channel-number="4520" tvc-guide-stationid="183204",Tribeca Festival+
http://{{ .IPADDRESS }}/play/tuner/4520
#EXTINF:-1 channel-id="4540" channel-number="4540" tvc-guide-stationid="129672",Documentary+
http://{{ .IPADDRESS }}/play/tuner/4540
#EXTINF:-1 channel-id="4551" channel-number="4551" tvc-guide-stationid="127279",INSP Western Bound
http://{{ .IPADDRESS }}/play/tuner/4551
#EXTINF:-1 channel-id="4720" channel-number="4720" tvc-guide-stationid="158862",Somos Novelas
http://{{ .IPADDRESS }}/play/tuner/4720
#EXTINF:-1 channel-id="4721" channel-number="4721" tvc-guide-stationid="121165",The Pet Collective
http://{{ .IPADDRESS }}/play/tuner/4721
FYI, no, you're not insane. DirecTV is down this morning for many. People are reporting that it's showing old content, looping on commercials, and then buffering and timing out. Maybe someone decided to finally fix the problem I reported. And they had Claude rm -rf their whole server.