AndroidHDMI for Channels (ah4c): A virtual channel tuner using HDMI Encoder(s) + streaming stick(s)

A quick scan of the source code, and some of the scripts, leads me to believe expanding to 9 tuners should be OK. More are likely possible, but I think I'd want to try 9 first and see how it goes.

Give me your current STREAMER_APP value, and I'll build a test container you can try out.

STREAMER_APP=scripts/osprey/directv. I only have 5 Ospreys at this time, didn't want to get carried away until seeing what was possible. Also have some older & newer Onn's and a couple of Firesticks
I've been testing different options out, but I think the Ospreys are the most stable.

My thinking is one streamer App_ per container is probably more stable and easier to maintain than multiple containers using multiple streamer_apps. I do like having an Adbtuner available for backup.

New bnhf/ah4c:latest (aka bnhf/ah4c:2024.09.18) pushed today with support for up to 9 virtual tuners. These can be via a single or multiple encoders. The following sets of scripts have been updated for this support:

  • scripts/firetv/directv
  • scripts/firetv/dtvdeeplinks
  • scripts/firetv/dtvstream
  • scripts/firetv/dtvstreamdeeplinks
  • scripts/osprey/directv

I'll eventually make this change across all script sets. If there's anyone using another set of scripts that would like this implemented sooner, rather than later, let me know.

Here's what things look like on the ah4c Activity & Logs page with 5 tuners configured:

And, here's how the ws-scrcpy menu looks (for doing any needed tasks on your streaming sticks), also with 5 tuners:

Here's the latest Docker compose, including this support, plus I'll post this in the usual places:

version: '3.9'
services:
  # GitHub home for this project with setup instructions: https://github.com/sullrich/ah4c
  # Docker Hub home for this project: https://hub.docker.com/repository/docker/bnhf/ah4c
  # 2024.09.18
  ah4c:
    image: bnhf/ah4c:${TAG}
    container_name: ah4c
    hostname: ah4c
    dns_search: ${DOMAIN} # Specify the name of your LAN's domain, usually local or localdomain
    ports:
      - ${ADBS_PORT}:5037 # Port used by adb-server
      - ${HOST_PORT}:7654 # Port used by this ah4c proxy
      - ${WSCR_PORT}:8000 # Port used by ws-scrcpy
    environment:
      - IPADDRESS=${IPADDRESS} # Hostname or IP address of this ah4c extension to be used in M3U file (also add port number if not in M3U)
      - NUMBER_TUNERS=${NUMBER_TUNERS} # Number of tuners you'd like defined 1, 2, 3, 4, 5, 6, 7, 8 or 9 supported
      - TUNER1_IP=${TUNER1_IP} # Streaming device #1 with adb port in the form hostname:port or ip:port
      - TUNER2_IP=${TUNER2_IP} # Streaming device #2 with adb port in the form hostname:port or ip:port
      - TUNER3_IP=${TUNER3_IP} # Streaming device #3 with adb port in the form hostname:port or ip:port
      - TUNER4_IP=${TUNER4_IP} # Streaming device #4 with adb port in the form hostname:port or ip:port
      - TUNER5_IP=${TUNER5_IP} # Streaming device #5 with adb port in the form hostname:port or ip:port
      - TUNER6_IP=${TUNER6_IP} # Streaming device #6 with adb port in the form hostname:port or ip:port
      - TUNER7_IP=${TUNER7_IP} # Streaming device #7 with adb port in the form hostname:port or ip:port
      - TUNER8_IP=${TUNER8_IP} # Streaming device #8 with adb port in the form hostname:port or ip:port
      - TUNER9_IP=${TUNER9_IP} # Streaming device #9 with adb port in the form hostname:port or ip:port
      - ENCODER1_URL=${ENCODER1_URL} # Full URL for tuner #1 in the form http://hostname/stream or http://ip/stream
      - ENCODER2_URL=${ENCODER2_URL} # Full URL for tuner #2 in the form http://hostname/stream or http://ip/stream
      - ENCODER3_URL=${ENCODER3_URL} # Full URL for tuner #3 in the form http://hostname/stream or http://ip/stream
      - ENCODER4_URL=${ENCODER4_URL} # Full URL for tuner #4 in the form http://hostname/stream or http://ip/stream
      - ENCODER5_URL=${ENCODER5_URL} # Full URL for tuner #5 in the form http://hostname/stream or http://ip/stream
      - ENCODER6_URL=${ENCODER6_URL} # Full URL for tuner #6 in the form http://hostname/stream or http://ip/stream
      - ENCODER7_URL=${ENCODER7_URL} # Full URL for tuner #7 in the form http://hostname/stream or http://ip/stream
      - ENCODER8_URL=${ENCODER8_URL} # Full URL for tuner #8 in the form http://hostname/stream or http://ip/stream
      - ENCODER9_URL=${ENCODER9_URL} # Full URL for tuner #9 in the form http://hostname/stream or http://ip/stream
      - STREAMER_APP=${STREAMER_APP} # Streaming device name and streaming app you're using in the form scripts/streamer/app (use lowercase with slashes between as shown)
      - CHANNELSIP=${CHANNELSIP} # Hostname or IP address of the Channels DVR server itself
      - ALERT_SMTP_SERVER=${ALERT_SMTP_SERVER} # The domainname:port of the SMTP server you'll be using like smtp.gmail.com:587. This is for sending ah4c alerts if tuning fails.
      - ALERT_AUTH_SERVER=${ALERT_AUTH_SERVER} # The auth server for the e-mail you'll be using like smtp.gmail.com
      - ALERT_EMAIL_FROM=${ALERT_EMAIL_FROM} # The e-mail address you'd like your ah4c failure alert e-mails to show as being from.
      - ALERT_EMAIL_PASS=${ALERT_EMAIL_PASS} # Gmail and Yahoo both support the creation of app-specific e-mail passwords, and this is the way to go! It's NOT recommended to use your everyday e-mail password.
      - ALERT_EMAIL_TO=${ALERT_EMAIL_TO} # The e-mail address you'd like your alert e-mails sent to.
      #- ALERT_WEBHOOK_URL=""
      - LIVETV_ATTEMPTS=${LIVETV_ATTEMPTS} # For FireTV Live Guide tuning only, set maximum number of attempts at finding the desired channel
      - CREATE_M3US=${CREATE_M3US} # Set to true to create device-specific M3Us for use with Amazon Prime Premium channels -- requires a FireTV device
      - UPDATE_SCRIPTS=${UPDATE_SCRIPTS} # Set to true if you'd like the sample scripts and STREAMER_APP scripts updated whether they exist or not
      - UPDATE_M3US=${UPDATE_M3US} # Set to true if you'd like the sample m3us updated whether they exist or not
      - TZ=${TZ} # Your local timezone in Linux "tz" format
    volumes:
      - ${HOST_DIR}/ah4c/scripts:/opt/scripts # pre/stop/bmitune.sh scripts will be stored in this bound host directory under streamer/app
      - ${HOST_DIR}/ah4c/m3u:/opt/m3u # m3u files will be stored here and hosted at http://<hostname or ip>:7654/m3u for use in Channels DVR - Custom Channels settings
      - ${HOST_DIR}/ah4c/adb:/root/.android # Persistent data directory for adb keys
    restart: unless-stopped

And, a set of sample env vars:

TAG=latest
DOMAIN=localdomain tailxxxxx.ts.net
ADBS_PORT=5037
HOST_PORT=7654
WSCR_PORT=7655
IPADDRESS=htpc6:7654
NUMBER_TUNERS=5
TUNER1_IP=firestick-rack1:5555
ENCODER1_URL=http://encoder_48007/0.ts
TUNER2_IP=firestick-rack2:5555
ENCODER2_URL=http://encoder_48007/4.ts
TUNER3_IP=firestick-rack3:5555
ENCODER3_URL=http://encoder_48007/8.ts
TUNER4_IP=firestick-rack4:5555
ENCODER4_URL=http://encoder_48007/12.ts
TUNER5_IP=firestick-travel2:5555
ENCODER5_URL=http://encoder_23393/0.ts
STREAMER_APP=scripts/firetv/dtvdeeplinks
CHANNELSIP=media-server6
ALERT_SMTP_SERVER=smtp.gmail.com:587
ALERT_AUTH_SERVER=smtp.gmail.com
[email protected]
ALERT_EMAIL_PASS=xxxxxxxxxxxxxxxx
[email protected]
UPDATE_SCRIPTS=true
UPDATE_M3US=true
TZ=US/Mountain
HOST_DIR=/data
1 Like

For anybody using dtvdeeplinks or dtvstreamdeeplinks, I've been seeing a problem recently where there's audio after tuning but no video. I'm mulling around ways to test for that, but in the meantime, the best bet is to kill the app after each tuning cycle (aka "Compatibility Mode" in ADBTuner).

Edit this function in stopbmitune.sh as follows for a short term fix:

#Stop stream
adbStop() {
  #stop="input keyevent KEYCODE_BACK; \
        #input keyevent KEYCODE_HOME"
  stop="am force-stop $packageName"

  $adbTarget shell $stop; sleep 2
  echo "Streaming stopped for $streamerIP"
}

@bnhf,

You mentioned a script to be able to tune the HDHOMERUN App on windows ... I am interested in this and willing to test. At the moment Android devices cannot tune DRM Channels, but they work in Windows.

The ah4c scripts are super simple:

prebmitune.sh:

#!/bin/bash
#prebmitune.sh for win/hdhr
echo "prebmitune.sh not required"

bmitune.sh:

#!/bin/bash
#bmitune.sh for win/hdhr

#Debug on if uncommented
set -x

#Global
channelID="$1"
streamerIP="$2"

#Tuning
curl http://$streamerIP/channel/$channelID

stopbmitune.sh:

#!/bin/bash
#stopbmitune.sh for win/hdhr

#Debug on if uncommented
set -x

streamerIP="$1"

curl http://$streamerIP/channel/stop

Those would need to be placed in your ah4c scripts directory, under scripts/win/hdhr.

You'll need an M3U called hdhr.m3u, to be stored under the m3u directory, with content along these lines:

#EXTM3U
#EXTINF:-1 channel-id="NPO1" tvc-guide-stationid="61014",NPO1
http://{{ .IPADDRESS }}/play/tuner/12

@Gregg_K will probably need to give you some guidance on setting up the Python script on the Windows PC, but here's what he gave me:

from flask import Flask
import pyautogui
import time, sys
 
app = Flask(__name__)
 
def change_channel(channel_number):
    if channel_number == 'stop':
        # Stop Watching
        # Send ESC key to get back to main screen
        pyautogui.press('esc')
        # This is not important but it's good for testing
        print(f'Command given is <{channel_number}>')
    else:
        # Wait for the HDHomerun app to be ready
        # Press ESC key twice just to make sure it is on main screen
        pyautogui.press('esc')
        pyautogui.press('esc')
        time.sleep(1)
        # Move mouse out of the way
        pyautogui.click(x=750, y=50)
        time.sleep(1)
        # Click to go Live
        pyautogui.click(x=50, y=50)
        time.sleep(8)  # Adjust this if needed
        # Change to the requested channel
        pyautogui.typewrite(channel_number)
        time.sleep(2)
        pyautogui.press('enter')

        # Listen for an HTTP request for channel change
        # format http://ipaddress:5000/channel/channel number
@app.route('/channel/<number>')
def channel_name(number):
    # Call the function to change the channel
    change_channel(number)
    return f'Channel changed to {number}!'
 
if __name__ == '__main__':
    # Run the Flask app, accessible from the network
    #app.run(host='0.0.0.0', port=5000)
    app.run()

Run using this command:

flask --app tv2 run --host=0.0.0.0

ah4c setup would be along the lines of what you've done before. This would be a 1 tuner setup with a STREAMER_APP value of scripts/win/hdr once you have the scripts and M3U placed in their directories.

If this seems like a decent solution, at least for the interim, I'll add to the next build of ah4c.

1 Like

Anyone have a solution for recording Thursday Night Football on Prime? I'm doing it manually right now by starting the event on Prime on my Onn connected to the encoder. The start and stop tune scripts don't do anything other than bridge to channels, and I have a special stream channel with no guide data so I can record anything via manual streaming.

But that's obviously suboptimal.

I do with adbtuner via tvbro app (desktop user agent mode) and twitch but...thats about it

latest dtvstream.m3u updates:

LOCAL CHANNEL 69 WFMZ
564 HALLMARK FAMILY HFMHD
568 SONY MOVIES HD SONYHD

and additional a few FAST 4000 channels

#EXTM3U

#EXTINF:-1 channel-id="3" channel-number="3" tvc-guide-stationid="19611" tvg-group="" tvg-logo="",CBS-KYW
http://{{ .IPADDRESS }}/play/tuner/3

#EXTINF:-1 channel-id="6" channel-number="6" tvc-guide-stationid="19612" tvg-group="" tvg-logo="",ABC-WPVI
http://{{ .IPADDRESS }}/play/tuner/6

#EXTINF:-1 channel-id="10" channel-number="10" tvc-guide-stationid="19613" tvg-group="" tvg-logo="",NBC-WCAU
http://{{ .IPADDRESS }}/play/tuner/10

#EXTINF:-1 channel-id="12" channel-number="12" tvc-guide-stationid="24114" tvg-group="" tvg-logo="",PBS-WHYY
http://{{ .IPADDRESS }}/play/tuner/12

#EXTINF:-1 channel-id="17" channel-number="17" tvc-guide-stationid="32619" tvg-group="" tvg-logo="",CW-WPHL
http://{{ .IPADDRESS }}/play/tuner/17

#EXTINF:-1 channel-id="23" channel-number="23" tvc-guide-stationid="43689" tvg-group="" tvg-logo="",PBS-WNJS
http://{{ .IPADDRESS }}/play/tuner/23

#EXTINF:-1 channel-id="29" channel-number="29" tvc-guide-stationid="19614" tvg-group="" tvg-logo="",FOX-WTXF-TV
http://{{ .IPADDRESS }}/play/tuner/29

#EXTINF:-1 channel-id="39" channel-number="39" tvc-guide-stationid="24783" tvg-group="" tvg-logo="",PBS-WLVT
http://{{ .IPADDRESS }}/play/tuner/39

#EXTINF:-1 channel-id="57" channel-number="57" tvc-guide-stationid="34628" tvg-group="" tvg-logo="",WPSG
http://{{ .IPADDRESS }}/play/tuner/57

#EXTINF:-1 channel-id="69" channel-number="69" tvc-guide-stationid="20289" tvg-group="" tvg-logo="",WFMZ
http://{{ .IPADDRESS }}/play/tuner/69

#EXTINF:-1 channel-id="2" channel-number="2" tvc-guide-stationid="10760" tvg-group="" tvg-logo="",FOX-KTVU
http://{{ .IPADDRESS }}/play/tuner/2

#EXTINF:-1 channel-id="4" channel-number="4" tvc-guide-stationid="10672" tvg-group="" tvg-logo="",CW-KRON
http://{{ .IPADDRESS }}/play/tuner/4

#EXTINF:-1 channel-id="5" channel-number="5" tvc-guide-stationid="10641" tvg-group="" tvg-logo="",CBS-KPIX
http://{{ .IPADDRESS }}/play/tuner/5

#EXTINF:-1 channel-id="7" channel-number="7" tvc-guide-stationid="10479" tvg-group="" tvg-logo="",ABC-KGO
http://{{ .IPADDRESS }}/play/tuner/7

#EXTINF:-1 channel-id="9" channel-number="9" tvc-guide-stationid="10653" tvg-group="" tvg-logo="",PBS-KQED
http://{{ .IPADDRESS }}/play/tuner/9

#EXTINF:-1 channel-id="11" channel-number="11" tvc-guide-stationid="10600" tvg-group="" tvg-logo="",NBC-KNTV
http://{{ .IPADDRESS }}/play/tuner/11

#EXTINF:-1 channel-id="14" channel-number="14" tvc-guide-stationid="10418" tvg-group="" tvg-logo="",Univision-KDTV
http://{{ .IPADDRESS }}/play/tuner/14

#EXTINF:-1 channel-id="22" channel-number="22" tvc-guide-stationid="10657" tvg-group="" tvg-logo="",PBS-KRCB
http://{{ .IPADDRESS }}/play/tuner/22

#EXTINF:-1 channel-id="36" channel-number="36" tvc-guide-stationid="10507" tvg-group="" tvg-logo="",KICU
http://{{ .IPADDRESS }}/play/tuner/36

#EXTINF:-1 channel-id="44" channel-number="44" tvc-guide-stationid="10345" tvg-group="" tvg-logo="",KPYX
http://{{ .IPADDRESS }}/play/tuner/44

#EXTINF:-1 channel-id="48" channel-number="48" tvc-guide-stationid="10703" tvg-group="" tvg-logo="",TMO-KSTS
http://{{ .IPADDRESS }}/play/tuner/48

#EXTINF:-1 channel-id="77" channel-number="77" tvc-guide-stationid="70436" tvg-group="" tvg-logo="",MeTV
http://{{ .IPADDRESS }}/play/tuner/77

#EXTINF:-1 channel-id="80" channel-number="80" tvc-guide-stationid="78851" tvg-group="" tvg-logo="",Cozi TV
http://{{ .IPADDRESS }}/play/tuner/80

#EXTINF:-1 channel-id="81" channel-number="81" tvc-guide-stationid="89922" tvg-group="" tvg-logo="",GRIT
http://{{ .IPADDRESS }}/play/tuner/81

#EXTINF:-1 channel-id="82" channel-number="82" tvc-guide-stationid="73067" tvg-group="" tvg-logo="",BounceTV
http://{{ .IPADDRESS }}/play/tuner/82

#EXTINF:-1 channel-id="83" channel-number="83" tvc-guide-stationid="132748" tvg-group="" tvg-logo="",GET
http://{{ .IPADDRESS }}/play/tuner/83

#EXTINF:-1 channel-id="202" channel-number="202" tvc-guide-stationid="58646" tvg-group="" tvg-logo="",CNNHD
http://{{ .IPADDRESS }}/play/tuner/202

#EXTINF:-1 channel-id="204" channel-number="204" tvc-guide-stationid="10145" tvg-group="" tvg-logo="",HLN
http://{{ .IPADDRESS }}/play/tuner/204

#EXTINF:-1 channel-id="206" channel-number="206" tvc-guide-stationid="32645" tvg-group="" tvg-logo="",ESPN HD
http://{{ .IPADDRESS }}/play/tuner/206

#EXTINF:-1 channel-id="207" channel-number="207" tvc-guide-stationid="16485" tvg-group="" tvg-logo="",ESPNEWS
http://{{ .IPADDRESS }}/play/tuner/207

#EXTINF:-1 channel-id="208" channel-number="208" tvc-guide-stationid="60696" tvg-group="" tvg-logo="",ESPNU HD
http://{{ .IPADDRESS }}/play/tuner/208

#EXTINF:-1 channel-id="209" channel-number="209" tvc-guide-stationid="45507" tvg-group="" tvg-logo="",ESPN2 HD
http://{{ .IPADDRESS }}/play/tuner/209

#EXTINF:-1 channel-id="211" channel-number="211" tvc-guide-stationid="65025" tvg-group="" tvg-logo="",NFL Red Zone
http://{{ .IPADDRESS }}/play/tuner/211

#EXTINF:-1 channel-id="212" channel-number="212" tvc-guide-stationid="45399" tvg-group="" tvg-logo="",NFL Network
http://{{ .IPADDRESS }}/play/tuner/212

#EXTINF:-1 channel-id="213" channel-number="213" tvc-guide-stationid="62081" tvg-group="" tvg-logo="",MLB Network
http://{{ .IPADDRESS }}/play/tuner/213

#EXTINF:-1 channel-id="213A" channel-number="213A" tvc-guide-stationid="62085" tvg-group="" tvg-logo="",MLB Network Alternate
http://{{ .IPADDRESS }}/play/tuner/213A

#EXTINF:-1 channel-id="215" channel-number="215" tvc-guide-stationid="58690" tvg-group="" tvg-logo="",NHL Network HD
http://{{ .IPADDRESS }}/play/tuner/215

#EXTINF:-1 channel-id="216" channel-number="216" tvc-guide-stationid="45526" tvg-group="" tvg-logo="",NBA TV
http://{{ .IPADDRESS }}/play/tuner/216

#EXTINF:-1 channel-id="217" channel-number="217" tvc-guide-stationid="60316" tvg-group="" tvg-logo="",Tennis Channel HD
http://{{ .IPADDRESS }}/play/tuner/217

#EXTINF:-1 channel-id="218" channel-number="218" tvc-guide-stationid="61854" tvg-group="" tvg-logo="",Golf Channel
http://{{ .IPADDRESS }}/play/tuner/218

#EXTINF:-1 channel-id="219" channel-number="219" tvc-guide-stationid="82547" tvg-group="" tvg-logo="",FOX Sports 1
http://{{ .IPADDRESS }}/play/tuner/219

#EXTINF:-1 channel-id="221" channel-number="221" tvc-guide-stationid="59250" tvg-group="" tvg-logo="",CBS Sports Network HD
http://{{ .IPADDRESS }}/play/tuner/221

#EXTINF:-1 channel-id="226" channel-number="226" tvc-guide-stationid="56032" tvg-group="" tvg-logo="",Shop LC
http://{{ .IPADDRESS }}/play/tuner/226

#EXTINF:-1 channel-id="229" channel-number="229" tvc-guide-stationid="14902" tvg-group="" tvg-logo="",HGTV
http://{{ .IPADDRESS }}/play/tuner/229

#EXTINF:-1 channel-id="230" channel-number="230" tvc-guide-stationid="67375" tvg-group="" tvg-logo="",Magnolia Network
http://{{ .IPADDRESS }}/play/tuner/230

#EXTINF:-1 channel-id="231" channel-number="231" tvc-guide-stationid="12574" tvg-group="" tvg-logo="",Food Network
http://{{ .IPADDRESS }}/play/tuner/231

#EXTINF:-1 channel-id="232" channel-number="232" tvc-guide-stationid="68065" tvg-group="" tvg-logo="",Cooking Channel
http://{{ .IPADDRESS }}/play/tuner/232

#EXTINF:-1 channel-id="233" channel-number="233" tvc-guide-stationid="68827" tvg-group="" tvg-logo="",GSN HD
http://{{ .IPADDRESS }}/play/tuner/233

#EXTINF:-1 channel-id="235" channel-number="235" tvc-guide-stationid="107076" tvg-group="" tvg-logo="",Tastemade
http://{{ .IPADDRESS }}/play/tuner/235

#EXTINF:-1 channel-id="236" channel-number="236" tvc-guide-stationid="61812" tvg-group="" tvg-logo="",E HD
http://{{ .IPADDRESS }}/play/tuner/236

#EXTINF:-1 channel-id="237" channel-number="237" tvc-guide-stationid="58625" tvg-group="" tvg-logo="",Bravo
http://{{ .IPADDRESS }}/play/tuner/237

#EXTINF:-1 channel-id="238" channel-number="238" tvc-guide-stationid="68385" tvg-group="" tvg-logo="",ReelzChannel HD
http://{{ .IPADDRESS }}/play/tuner/238

#EXTINF:-1 channel-id="239" channel-number="239" tvc-guide-stationid="71280" tvg-group="" tvg-logo="",Sundance TV
http://{{ .IPADDRESS }}/play/tuner/239

#EXTINF:-1 channel-id="240" channel-number="240" tvc-guide-stationid="62077" tvg-group="" tvg-logo="",HSN HD
http://{{ .IPADDRESS }}/play/tuner/240

#EXTINF:-1 channel-id="241" channel-number="241" tvc-guide-stationid="59186" tvg-group="" tvg-logo="",Paramount TV
http://{{ .IPADDRESS }}/play/tuner/241

#EXTINF:-1 channel-id="242" channel-number="242" tvc-guide-stationid="58452" tvg-group="" tvg-logo="",USA Network
http://{{ .IPADDRESS }}/play/tuner/242

#EXTINF:-1 channel-id="244" channel-number="244" tvc-guide-stationid="58623" tvg-group="" tvg-logo="",Syfy HD
http://{{ .IPADDRESS }}/play/tuner/244

#EXTINF:-1 channel-id="245" channel-number="245" tvc-guide-stationid="42642" tvg-group="" tvg-logo="",TNT HD
http://{{ .IPADDRESS }}/play/tuner/245

#EXTINF:-1 channel-id="246" channel-number="246" tvc-guide-stationid="64490" tvg-group="" tvg-logo="",truTV HD
http://{{ .IPADDRESS }}/play/tuner/246

#EXTINF:-1 channel-id="247" channel-number="247" tvc-guide-stationid="58515" tvg-group="" tvg-logo="",TBS HD
http://{{ .IPADDRESS }}/play/tuner/247

#EXTINF:-1 channel-id="248" channel-number="248" tvc-guide-stationid="58574" tvg-group="" tvg-logo="",FX HD
http://{{ .IPADDRESS }}/play/tuner/248

#EXTINF:-1 channel-id="249" channel-number="249" tvc-guide-stationid="62420" tvg-group="" tvg-logo="",Comedy Central
http://{{ .IPADDRESS }}/play/tuner/249

#EXTINF:-1 channel-id="251" channel-number="251" tvc-guide-stationid="70522" tvg-group="" tvg-logo="",Oxygen True Crime
http://{{ .IPADDRESS }}/play/tuner/251

#EXTINF:-1 channel-id="252" channel-number="252" tvc-guide-stationid="60150" tvg-group="" tvg-logo="",Lifetime
http://{{ .IPADDRESS }}/play/tuner/252

#EXTINF:-1 channel-id="253" channel-number="253" tvc-guide-stationid="55887" tvg-group="" tvg-logo="",LMN HD
http://{{ .IPADDRESS }}/play/tuner/253

#EXTINF:-1 channel-id="254" channel-number="254" tvc-guide-stationid="59337" tvg-group="" tvg-logo="",AMC HD
http://{{ .IPADDRESS }}/play/tuner/254

#EXTINF:-1 channel-id="256" channel-number="256" tvc-guide-stationid="64312" tvg-group="" tvg-logo="",TCM HD
http://{{ .IPADDRESS }}/play/tuner/256

#EXTINF:-1 channel-id="258" channel-number="258" tvc-guide-stationid="70253" tvg-group="" tvg-logo="",FX Movie Channel
http://{{ .IPADDRESS }}/play/tuner/258

#EXTINF:-1 channel-id="259" channel-number="259" tvc-guide-stationid="66379" tvg-group="" tvg-logo="",FXX HD
http://{{ .IPADDRESS }}/play/tuner/259

#EXTINF:-1 channel-id="260" channel-number="260" tvc-guide-stationid="59296" tvg-group="" tvg-logo="",WE TV
http://{{ .IPADDRESS }}/play/tuner/260

#EXTINF:-1 channel-id="261" channel-number="261" tvc-guide-stationid="16125" tvg-group="" tvg-logo="",Discovery Life
http://{{ .IPADDRESS }}/play/tuner/261

#EXTINF:-1 channel-id="264" channel-number="264" tvc-guide-stationid="64492" tvg-group="" tvg-logo="",BBC America
http://{{ .IPADDRESS }}/play/tuner/264

#EXTINF:-1 channel-id="265" channel-number="265" tvc-guide-stationid="51529" tvg-group="" tvg-logo="",A&E HD
http://{{ .IPADDRESS }}/play/tuner/265

#EXTINF:-1 channel-id="266" channel-number="266" tvc-guide-stationid="58988" tvg-group="" tvg-logo="",FYI HD
http://{{ .IPADDRESS }}/play/tuner/266

#EXTINF:-1 channel-id="267" channel-number="267" tvc-guide-stationid="126128" tvg-group="" tvg-logo="",EarthxTV
http://{{ .IPADDRESS }}/play/tuner/267

#EXTINF:-1 channel-id="269" channel-number="269" tvc-guide-stationid="57708" tvg-group="" tvg-logo="",HISTORY
http://{{ .IPADDRESS }}/play/tuner/269

#EXTINF:-1 channel-id="271" channel-number="271" tvc-guide-stationid="65732" tvg-group="" tvg-logo="",VICE HD
http://{{ .IPADDRESS }}/play/tuner/271

#EXTINF:-1 channel-id="272" channel-number="272" tvc-guide-stationid="46762" tvg-group="" tvg-logo="",LOGO HD
http://{{ .IPADDRESS }}/play/tuner/272

#EXTINF:-1 channel-id="273" channel-number="273" tvc-guide-stationid="68796" tvg-group="" tvg-logo="",POP HD
http://{{ .IPADDRESS }}/play/tuner/273

#EXTINF:-1 channel-id="274" channel-number="274" tvc-guide-stationid="69061" tvg-group="" tvg-logo="",Ovation HD
http://{{ .IPADDRESS }}/play/tuner/274

#EXTINF:-1 channel-id="275" channel-number="275" tvc-guide-stationid="60222" tvg-group="" tvg-logo="",QVC HD
http://{{ .IPADDRESS }}/play/tuner/275

#EXTINF:-1 channel-id="276" channel-number="276" tvc-guide-stationid="49438" tvg-group="" tvg-logo="",National Geographic Channel
http://{{ .IPADDRESS }}/play/tuner/276

#EXTINF:-1 channel-id="277" channel-number="277" tvc-guide-stationid="59303" tvg-group="" tvg-logo="",Travel Channel
http://{{ .IPADDRESS }}/play/tuner/277

#EXTINF:-1 channel-id="278" channel-number="278" tvc-guide-stationid="56905" tvg-group="" tvg-logo="",DSC HD
http://{{ .IPADDRESS }}/play/tuner/278

#EXTINF:-1 channel-id="279" channel-number="279" tvc-guide-stationid="70388" tvg-group="" tvg-logo="",OWN HD
http://{{ .IPADDRESS }}/play/tuner/279

#EXTINF:-1 channel-id="280" channel-number="280" tvc-guide-stationid="57391" tvg-group="" tvg-logo="",TLC HD
http://{{ .IPADDRESS }}/play/tuner/280

#EXTINF:-1 channel-id="281" channel-number="281" tvc-guide-stationid="31046" tvg-group="" tvg-logo="",MotorTrend
http://{{ .IPADDRESS }}/play/tuner/281

#EXTINF:-1 channel-id="282" channel-number="282" tvc-guide-stationid="57394" tvg-group="" tvg-logo="",Animal Planet
http://{{ .IPADDRESS }}/play/tuner/282

#EXTINF:-1 channel-id="283" channel-number="283" tvc-guide-stationid="67331" tvg-group="" tvg-logo="",Nat Geo WILD
http://{{ .IPADDRESS }}/play/tuner/283

#EXTINF:-1 channel-id="284" channel-number="284" tvc-guide-stationid="57390" tvg-group="" tvg-logo="",Science
http://{{ .IPADDRESS }}/play/tuner/284

#EXTINF:-1 channel-id="285" channel-number="285" tvc-guide-stationid="65342" tvg-group="" tvg-logo="",Investigation Discovery
http://{{ .IPADDRESS }}/play/tuner/285

#EXTINF:-1 channel-id="286" channel-number="286" tvc-guide-stationid="60468" tvg-group="" tvg-logo="",Destination America HD
http://{{ .IPADDRESS }}/play/tuner/286

#EXTINF:-1 channel-id="287" channel-number="287" tvc-guide-stationid="78808" tvg-group="" tvg-logo="",American Heroes
http://{{ .IPADDRESS }}/play/tuner/287

#EXTINF:-1 channel-id="288" channel-number="288" tvc-guide-stationid="112893" tvg-group="" tvg-logo="",PBS KIDS
http://{{ .IPADDRESS }}/play/tuner/288

#EXTINF:-1 channel-id="289" channel-number="289" tvc-guide-stationid="74885" tvg-group="" tvg-logo="",Disney Junior HD
http://{{ .IPADDRESS }}/play/tuner/289

#EXTINF:-1 channel-id="290" channel-number="290" tvc-guide-stationid="59684" tvg-group="" tvg-logo="",Disney Channel HD
http://{{ .IPADDRESS }}/play/tuner/290

#EXTINF:-1 channel-id="292" channel-number="292" tvc-guide-stationid="60006" tvg-group="" tvg-logo="",Disney XD HD
http://{{ .IPADDRESS }}/play/tuner/292

#EXTINF:-1 channel-id="293" channel-number="293" tvc-guide-stationid="50338" tvg-group="" tvg-logo="",Baby First HD
http://{{ .IPADDRESS }}/play/tuner/293

#EXTINF:-1 channel-id="294" channel-number="294" tvc-guide-stationid="67749" tvg-group="" tvg-logo="",Discovery Family Channel
http://{{ .IPADDRESS }}/play/tuner/294

#EXTINF:-1 channel-id="295" channel-number="295" tvc-guide-stationid="70225" tvg-group="" tvg-logo="",Universal Kids
http://{{ .IPADDRESS }}/play/tuner/295

#EXTINF:-1 channel-id="296" channel-number="296" tvc-guide-stationid="60048" tvg-group="" tvg-logo="",Cartoon Network
http://{{ .IPADDRESS }}/play/tuner/296

#EXTINF:-1 channel-id="298" channel-number="298" tvc-guide-stationid="21883" tvg-group="" tvg-logo="",BOOM
http://{{ .IPADDRESS }}/play/tuner/298

#EXTINF:-1 channel-id="299" channel-number="299" tvc-guide-stationid="59432" tvg-group="" tvg-logo="",Nickelodeon
http://{{ .IPADDRESS }}/play/tuner/299

#EXTINF:-1 channel-id="301" channel-number="301" tvc-guide-stationid="82649" tvg-group="" tvg-logo="",Nick Jr. HD
http://{{ .IPADDRESS }}/play/tuner/301

#EXTINF:-1 channel-id="302" channel-number="302" tvc-guide-stationid="30420" tvg-group="" tvg-logo="",Nicktoons
http://{{ .IPADDRESS }}/play/tuner/302

#EXTINF:-1 channel-id="303" channel-number="303" tvc-guide-stationid="59036" tvg-group="" tvg-logo="",TeenNick
http://{{ .IPADDRESS }}/play/tuner/303

#EXTINF:-1 channel-id="304" channel-number="304" tvc-guide-stationid="73541" tvg-group="" tvg-logo="",TV Land
http://{{ .IPADDRESS }}/play/tuner/304

#EXTINF:-1 channel-id="305" channel-number="305" tvc-guide-stationid="76894" tvg-group="" tvg-logo="",ION
http://{{ .IPADDRESS }}/play/tuner/305

#EXTINF:-1 channel-id="306" channel-number="306" tvc-guide-stationid="155159" tvg-group="" tvg-logo="",Merit Street
http://{{ .IPADDRESS }}/play/tuner/306

#EXTINF:-1 channel-id="307" channel-number="307" tvc-guide-stationid="91096" tvg-group="" tvg-logo="",NewsNation
http://{{ .IPADDRESS }}/play/tuner/307

#EXTINF:-1 channel-id="311" channel-number="311" tvc-guide-stationid="59615" tvg-group="" tvg-logo="",Freeform HD
http://{{ .IPADDRESS }}/play/tuner/311

#EXTINF:-1 channel-id="312" channel-number="312" tvc-guide-stationid="66268" tvg-group="" tvg-logo="",Hallmark Channel
http://{{ .IPADDRESS }}/play/tuner/312

#EXTINF:-1 channel-id="313" channel-number="313" tvc-guide-stationid="16604" tvg-group="" tvg-logo="",Jewelry TV
http://{{ .IPADDRESS }}/play/tuner/313

#EXTINF:-1 channel-id="314" channel-number="314" tvc-guide-stationid="122068" tvg-group="" tvg-logo="",Family Movie Classics
http://{{ .IPADDRESS }}/play/tuner/314

#EXTINF:-1 channel-id="315" channel-number="315" tvc-guide-stationid="82682" tvg-group="" tvg-logo="",QVC2
http://{{ .IPADDRESS }}/play/tuner/315

#EXTINF:-1 channel-id="318" channel-number="318" tvc-guide-stationid="101260" tvg-group="" tvg-logo="",QVC3
http://{{ .IPADDRESS }}/play/tuner/318

#EXTINF:-1 channel-id="320" channel-number="320" tvc-guide-stationid="102490" tvg-group="" tvg-logo="",Scientology Network
http://{{ .IPADDRESS }}/play/tuner/320

#EXTINF:-1 channel-id="323" channel-number="323" tvc-guide-stationid="73413" tvg-group="" tvg-logo="",FETV
http://{{ .IPADDRESS }}/play/tuner/323

#EXTINF:-1 channel-id="326" channel-number="326" tvc-guide-stationid="82892" tvg-group="" tvg-logo="",Great American Family
http://{{ .IPADDRESS }}/play/tuner/326

#EXTINF:-1 channel-id="327" channel-number="327" tvc-guide-stationid="10138" tvg-group="" tvg-logo="",CMT
http://{{ .IPADDRESS }}/play/tuner/327

#EXTINF:-1 channel-id="328" channel-number="328" tvc-guide-stationid="61960" tvg-group="" tvg-logo="",TV One
http://{{ .IPADDRESS }}/play/tuner/328

#EXTINF:-1 channel-id="329" channel-number="329" tvc-guide-stationid="63236" tvg-group="" tvg-logo="",BET HD
http://{{ .IPADDRESS }}/play/tuner/329

#EXTINF:-1 channel-id="330" channel-number="330" tvc-guide-stationid="14897" tvg-group="" tvg-logo="",BHER
http://{{ .IPADDRESS }}/play/tuner/330

#EXTINF:-1 channel-id="331" channel-number="331" tvc-guide-stationid="60964" tvg-group="" tvg-logo="",MTV HD
http://{{ .IPADDRESS }}/play/tuner/331

#EXTINF:-1 channel-id="332" channel-number="332" tvc-guide-stationid="75077" tvg-group="" tvg-logo="",MTV2 HD
http://{{ .IPADDRESS }}/play/tuner/332

#EXTINF:-1 channel-id="333" channel-number="333" tvc-guide-stationid="59444" tvg-group="" tvg-logo="",IFC HD
http://{{ .IPADDRESS }}/play/tuner/333

#EXTINF:-1 channel-id="335" channel-number="335" tvc-guide-stationid="60046" tvg-group="" tvg-logo="",VH1 HD
http://{{ .IPADDRESS }}/play/tuner/335

#EXTINF:-1 channel-id="336" channel-number="336" tvc-guide-stationid="22561" tvg-group="" tvg-logo="",MTVClassic
http://{{ .IPADDRESS }}/play/tuner/336

#EXTINF:-1 channel-id="338" channel-number="338" tvc-guide-stationid="44940" tvg-group="" tvg-logo="",UPTV
http://{{ .IPADDRESS }}/play/tuner/338

#EXTINF:-1 channel-id="339" channel-number="339" tvc-guide-stationid="59116" tvg-group="" tvg-logo="",Fuse HD
http://{{ .IPADDRESS }}/play/tuner/339

#EXTINF:-1 channel-id="340" channel-number="340" tvc-guide-stationid="28506" tvg-group="" tvg-logo="",AXSTV
http://{{ .IPADDRESS }}/play/tuner/340

#EXTINF:-1 channel-id="341" channel-number="341" tvc-guide-stationid="110289" tvg-group="" tvg-logo="",Cleo TV
http://{{ .IPADDRESS }}/play/tuner/341

#EXTINF:-1 channel-id="342" channel-number="342" tvc-guide-stationid="132272" tvg-group="" tvg-logo="",theGrio
http://{{ .IPADDRESS }}/play/tuner/342

#EXTINF:-1 channel-id="345" channel-number="345" tvc-guide-stationid="63717" tvg-group="" tvg-logo="",RFD-TV
http://{{ .IPADDRESS }}/play/tuner/345

#EXTINF:-1 channel-id="346" channel-number="346" tvc-guide-stationid="89690" tvg-group="" tvg-logo="",BBC News
http://{{ .IPADDRESS }}/play/tuner/346

#EXTINF:-1 channel-id="347" channel-number="347" tvc-guide-stationid="114934" tvg-group="" tvg-logo="",The First
http://{{ .IPADDRESS }}/play/tuner/347

#EXTINF:-1 channel-id="349" channel-number="349" tvc-guide-stationid="97163" tvg-group="" tvg-logo="",Newsmax TV
http://{{ .IPADDRESS }}/play/tuner/349

#EXTINF:-1 channel-id="350" channel-number="350" tvc-guide-stationid="10161" tvg-group="" tvg-logo="",C-SPAN
http://{{ .IPADDRESS }}/play/tuner/350

#EXTINF:-1 channel-id="351" channel-number="351" tvc-guide-stationid="10162" tvg-group="" tvg-logo="",C-SPAN2
http://{{ .IPADDRESS }}/play/tuner/351

#EXTINF:-1 channel-id="353" channel-number="353" tvc-guide-stationid="71799" tvg-group="" tvg-logo="",Bloomberg TV
http://{{ .IPADDRESS }}/play/tuner/353

#EXTINF:-1 channel-id="354" channel-number="354" tvc-guide-stationid="109333" tvg-group="" tvg-logo="",Cheddar News
http://{{ .IPADDRESS }}/play/tuner/354

#EXTINF:-1 channel-id="355" channel-number="355" tvc-guide-stationid="58780" tvg-group="" tvg-logo="",CNBC HD
http://{{ .IPADDRESS }}/play/tuner/355

#EXTINF:-1 channel-id="356" channel-number="356" tvc-guide-stationid="64241" tvg-group="" tvg-logo="",MSNBC
http://{{ .IPADDRESS }}/play/tuner/356

#EXTINF:-1 channel-id="357" channel-number="357" tvc-guide-stationid="26849" tvg-group="" tvg-logo="",CNBC World
http://{{ .IPADDRESS }}/play/tuner/357

#EXTINF:-1 channel-id="358" channel-number="358" tvc-guide-stationid="10146" tvg-group="" tvg-logo="",CNNi HD
http://{{ .IPADDRESS }}/play/tuner/358

#EXTINF:-1 channel-id="359" channel-number="359" tvc-guide-stationid="58718" tvg-group="" tvg-logo="",Fox Business Network
http://{{ .IPADDRESS }}/play/tuner/359

#EXTINF:-1 channel-id="360" channel-number="360" tvc-guide-stationid="60179" tvg-group="" tvg-logo="",Fox News Channel
http://{{ .IPADDRESS }}/play/tuner/360

#EXTINF:-1 channel-id="361" channel-number="361" tvc-guide-stationid="91994" tvg-group="" tvg-logo="",AccuWeather
http://{{ .IPADDRESS }}/play/tuner/361

#EXTINF:-1 channel-id="362" channel-number="362" tvc-guide-stationid="58812" tvg-group="" tvg-logo="",The Weather Channel HD
http://{{ .IPADDRESS }}/play/tuner/362

#EXTINF:-1 channel-id="363" channel-number="363" tvc-guide-stationid="93141" tvg-group="" tvg-logo="",Fox Weather
http://{{ .IPADDRESS }}/play/tuner/363

#EXTINF:-1 channel-id="369" channel-number="369" tvc-guide-stationid="87001" tvg-group="" tvg-logo="",Daystar HD
http://{{ .IPADDRESS }}/play/tuner/369

#EXTINF:-1 channel-id="381" channel-number="381" tvc-guide-stationid="97409" tvg-group="" tvg-logo="",Aspire HD
http://{{ .IPADDRESS }}/play/tuner/381

#EXTINF:-1 channel-id="382" channel-number="382" tvc-guide-stationid="82470" tvg-group="" tvg-logo="",Comedy TV
http://{{ .IPADDRESS }}/play/tuner/382

#EXTINF:-1 channel-id="383" channel-number="383" tvc-guide-stationid="78850" tvg-group="" tvg-logo="",Justice Central HD
http://{{ .IPADDRESS }}/play/tuner/383

#EXTINF:-1 channel-id="384" channel-number="384" tvc-guide-stationid="83098" tvg-group="" tvg-logo="",Revolt HD
http://{{ .IPADDRESS }}/play/tuner/384

#EXTINF:-1 channel-id="385" channel-number="385" tvc-guide-stationid="110477" tvg-group="" tvg-logo="",Heroes & Icons
http://{{ .IPADDRESS }}/play/tuner/385

#EXTINF:-1 channel-id="386" channel-number="386" tvc-guide-stationid="72094" tvg-group="" tvg-logo="",FM HD
http://{{ .IPADDRESS }}/play/tuner/386

#EXTINF:-1 channel-id="402" channel-number="402" tvc-guide-stationid="68049" tvg-group="" tvg-logo="",Univision
http://{{ .IPADDRESS }}/play/tuner/402

#EXTINF:-1 channel-id="404" channel-number="404" tvc-guide-stationid="68367" tvg-group="" tvg-logo="",Galavision
http://{{ .IPADDRESS }}/play/tuner/404

#EXTINF:-1 channel-id="408" channel-number="408" tvc-guide-stationid="68040" tvg-group="" tvg-logo="",UniMas
http://{{ .IPADDRESS }}/play/tuner/408

#EXTINF:-1 channel-id="410" channel-number="410" tvc-guide-stationid="91588" tvg-group="" tvg-logo="",UNIVERSO
http://{{ .IPADDRESS }}/play/tuner/410

#EXTINF:-1 channel-id="464" channel-number="464" tvc-guide-stationid="77033" tvg-group="" tvg-logo="",TUDN HD
http://{{ .IPADDRESS }}/play/tuner/464

#EXTINF:-1 channel-id="501" channel-number="501" tvc-guide-stationid="19548" tvg-group="" tvg-logo="",HBO East
http://{{ .IPADDRESS }}/play/tuner/501

#EXTINF:-1 channel-id="502" channel-number="502" tvc-guide-stationid="59368" tvg-group="" tvg-logo="",HBO2 HD East
http://{{ .IPADDRESS }}/play/tuner/502

#EXTINF:-1 channel-id="503" channel-number="503" tvc-guide-stationid="59363" tvg-group="" tvg-logo="",HBO Signature
http://{{ .IPADDRESS }}/play/tuner/503

#EXTINF:-1 channel-id="504" channel-number="504" tvc-guide-stationid="19566" tvg-group="" tvg-logo="",HBO West HD
http://{{ .IPADDRESS }}/play/tuner/504

#EXTINF:-1 channel-id="505" channel-number="505" tvc-guide-stationid="59368" tvg-group="" tvg-logo="",HBO2 West HD
http://{{ .IPADDRESS }}/play/tuner/505

#EXTINF:-1 channel-id="506" channel-number="506" tvc-guide-stationid="59839" tvg-group="" tvg-logo="",HBOCHD
http://{{ .IPADDRESS }}/play/tuner/506

#EXTINF:-1 channel-id="507" channel-number="507" tvc-guide-stationid="59357" tvg-group="" tvg-logo="",HBO Family East
http://{{ .IPADDRESS }}/play/tuner/507

#EXTINF:-1 channel-id="509" channel-number="509" tvc-guide-stationid="59845" tvg-group="" tvg-logo="",HBO Zone HD
http://{{ .IPADDRESS }}/play/tuner/509

#EXTINF:-1 channel-id="511" channel-number="511" tvc-guide-stationid="59837" tvg-group="" tvg-logo="",HBO Latino
http://{{ .IPADDRESS }}/play/tuner/511

#EXTINF:-1 channel-id="535" channel-number="535" tvc-guide-stationid="36225" tvg-group="" tvg-logo="",STARZ ENCORE East
http://{{ .IPADDRESS }}/play/tuner/535

#EXTINF:-1 channel-id="536" channel-number="536" tvc-guide-stationid="17125" tvg-group="" tvg-logo="",STARZ ENCORE West
http://{{ .IPADDRESS }}/play/tuner/536

#EXTINF:-1 channel-id="537" channel-number="537" tvc-guide-stationid="14764" tvg-group="" tvg-logo="",STARZ ENCORE Classic
http://{{ .IPADDRESS }}/play/tuner/537

#EXTINF:-1 channel-id="538" channel-number="538" tvc-guide-stationid="102906" tvg-group="" tvg-logo="",STARZ ENCORE Westerns
http://{{ .IPADDRESS }}/play/tuner/538

#EXTINF:-1 channel-id="539" channel-number="539" tvc-guide-stationid="14766" tvg-group="" tvg-logo="",STARZ ENCORE Suspense
http://{{ .IPADDRESS }}/play/tuner/539

#EXTINF:-1 channel-id="540" channel-number="540" tvc-guide-stationid="14870" tvg-group="" tvg-logo="",STARZ ENCORE Black
http://{{ .IPADDRESS }}/play/tuner/540

#EXTINF:-1 channel-id="541" channel-number="541" tvc-guide-stationid="72015" tvg-group="" tvg-logo="",STARZ ENCORE Action
http://{{ .IPADDRESS }}/play/tuner/541

#EXTINF:-1 channel-id="542" channel-number="542" tvc-guide-stationid="102903" tvg-group="" tvg-logo="",STARZ ENCORE Family
http://{{ .IPADDRESS }}/play/tuner/542

#EXTINF:-1 channel-id="558" channel-number="558" tvc-guide-stationid="65687" tvg-group="" tvg-logo="",MGM+
http://{{ .IPADDRESS }}/play/tuner/558

#EXTINF:-1 channel-id="559" channel-number="559" tvc-guide-stationid="67929" tvg-group="" tvg-logo="",MGM+ HITS
http://{{ .IPADDRESS }}/play/tuner/559

#EXTINF:-1 channel-id="560" channel-number="560" tvc-guide-stationid="74073" tvg-group="" tvg-logo="",MGM+ MARQUEE
http://{{ .IPADDRESS }}/play/tuner/560

#EXTINF:-1 channel-id="564" channel-number="564" tvc-guide-stationid="105723" tvg-group="" tvg-logo="",HFMHD
http://{{ .IPADDRESS }}/play/tuner/564

#EXTINF:-1 channel-id="565" channel-number="565" tvc-guide-stationid="46710" tvg-group="" tvg-logo="",Hallmark Mystery
http://{{ .IPADDRESS }}/play/tuner/565

#EXTINF:-1 channel-id="566" channel-number="566" tvc-guide-stationid="33668" tvg-group="" tvg-logo="",HDNM
http://{{ .IPADDRESS }}/play/tuner/566

#EXTINF:-1 channel-id="568" channel-number="568" tvc-guide-stationid="69130" tvg-group="" tvg-logo="",SONYHD 
http://{{ .IPADDRESS }}/play/tuner/568

#EXTINF:-1 channel-id="570" channel-number="570" tvc-guide-stationid="58532" tvg-group="" tvg-logo="",Smithsonian Channel HD
http://{{ .IPADDRESS }}/play/tuner/570

#EXTINF:-1 channel-id="573" channel-number="573" tvc-guide-stationid="67454" tvg-group="" tvg-logo="",Shorts TV HD
http://{{ .IPADDRESS }}/play/tuner/573

#EXTINF:-1 channel-id="602" channel-number="602" tvc-guide-stationid="21345" tvg-group="" tvg-logo="",FanDuel TV
http://{{ .IPADDRESS }}/play/tuner/602

#EXTINF:-1 channel-id="604" channel-number="604" tvc-guide-stationid="60111" tvg-group="" tvg-logo="",Pursuit Channel
http://{{ .IPADDRESS }}/play/tuner/604

#EXTINF:-1 channel-id="605" channel-number="605" tvc-guide-stationid="33930" tvg-group="" tvg-logo="",Sportsman Channel
http://{{ .IPADDRESS }}/play/tuner/605

#EXTINF:-1 channel-id="606" channel-number="606" tvc-guide-stationid="46737" tvg-group="" tvg-logo="",Outdoor Channel
http://{{ .IPADDRESS }}/play/tuner/606

#EXTINF:-1 channel-id="610" channel-number="610" tvc-guide-stationid="58321" tvg-group="" tvg-logo="",BIG10HD
http://{{ .IPADDRESS }}/play/tuner/610

#EXTINF:-1 channel-id="611" channel-number="611" tvc-guide-stationid="89714" tvg-group="" tvg-logo="",SEC Network
http://{{ .IPADDRESS }}/play/tuner/611

#EXTINF:-1 channel-id="612" channel-number="612" tvc-guide-stationid="111871" tvg-group="" tvg-logo="",ACC Network
http://{{ .IPADDRESS }}/play/tuner/612

#EXTINF:-1 channel-id="618" channel-number="618" tvc-guide-stationid="59305" tvg-group="" tvg-logo="",FOX Sports 2
http://{{ .IPADDRESS }}/play/tuner/618

#EXTINF:-1 channel-id="623" channel-number="623" tvc-guide-stationid="87000" tvg-group="",Next Level Sports HD
http://{{ .IPADDRESS }}/play/tuner/623

#EXTINF:-1 channel-id="625" channel-number="625" tvc-guide-stationid="68605" tvg-group="",Willow HD
http://{{ .IPADDRESS }}/play/tuner/625

#EXTINF:-1 channel-id="626" channel-number="626" tvc-guide-stationid="100316" tvg-group="",Willow Xtra
http://{{ .IPADDRESS }}/play/tuner/626

#EXTINF:-1 channel-id="719" channel-number="719" tvc-guide-stationid="75219" tvg-group="",MLB STRIKEZONE
http://{{ .IPADDRESS }}/play/tuner/719

#EXTINF:-1 channel-id="4009" channel-number="4009" tvc-guide-stationid="96827" tvg-group="" tvg-logo="",SCNEWS
http://{{ .IPADDRESS }}/play/tuner/4009

#EXTINF:-1 channel-id="4021" channel-number="4021" tvc-guide-stationid="147894" tvg-group="" tvg-logo="",YAHOOFS
http://{{ .IPADDRESS }}/play/tuner/4021

#EXTINF:-1 channel-id="4105" channel-number="4105" tvc-guide-stationid="112732" tvg-group="" tvg-logo="",SPORTSGRID
http://{{ .IPADDRESS }}/play/tuner/4105

#EXTINF:-1 channel-id="4110" channel-number="4110" tvc-guide-stationid="124313" tvg-group="" tvg-logo="",FUELFUB
http://{{ .IPADDRESS }}/play/tuner/4110

#EXTINF:-1 channel-id="4120" channel-number="4120" tvc-guide-stationid="124817" tvg-group="" tvg-logo="",ORIGIN SPORTS
http://{{ .IPADDRESS }}/play/tuner/4120

#EXTINF:-1 channel-id="4125" channel-number="4125" tvc-guide-stationid="124636" tvg-group="" tvg-logo="",WSN
http://{{ .IPADDRESS }}/play/tuner/4125

#EXTINF:-1 channel-id="4130" channel-number="4130" tvc-guide-stationid="123170" tvg-group="" tvg-logo="",FIGHTNS
http://{{ .IPADDRESS }}/play/tuner/4130

#EXTINF:-1 channel-id="4131" channel-number="4131" tvc-guide-stationid="121991" tvg-group="" tvg-logo="",IMPACTW
http://{{ .IPADDRESS }}/play/tuner/4131

#EXTINF:-1 channel-id="4140" channel-number="4140" tvc-guide-stationid="124268" tvg-group="" tvg-logo="",PKGFAST
http://{{ .IPADDRESS }}/play/tuner/4140

#EXTINF:-1 channel-id="4190" channel-number="4190" tvc-guide-stationid="116748" tvg-group="" tvg-logo="",PLAYERS
http://{{ .IPADDRESS }}/play/tuner/4190

#EXTINF:-1 channel-id="4191" channel-number="4191" tvc-guide-stationid="123515" tvg-group="" tvg-logo="",POWERNATION
http://{{ .IPADDRESS }}/play/tuner/4191

#EXTINF:-1 channel-id="4192" channel-number="4192" tvc-guide-stationid="124630" tvg-group="" tvg-logo="",RA
http://{{ .IPADDRESS }}/play/tuner/4192

#EXTINF:-1 channel-id="4209" channel-number="4209" tvc-guide-stationid="135378" tvg-group="" tvg-logo="",HerSphere
http://{{ .IPADDRESS }}/play/tuner/4209

#EXTINF:-1 channel-id="4219" channel-number="4219" tvc-guide-stationid="114491" tvg-group="" tvg-logo="",Bob Ross Channel
http://{{ .IPADDRESS }}/play/tuner/4219

#EXTINF:-1 channel-id="4221" channel-number="4221" tvc-guide-stationid="124998" tvg-group="" tvg-logo="",Horror by Alter
http://{{ .IPADDRESS }}/play/tuner/4221

#EXTINF:-1 channel-id="4229" channel-number="4229" tvc-guide-stationid="124328" tvg-group="" tvg-logo="",El Rey Rebel
http://{{ .IPADDRESS }}/play/tuner/4229

#EXTINF:-1 channel-id="4230" channel-number="4230" tvc-guide-stationid="123605" tvg-group="" tvg-logo="",Court TV
http://{{ .IPADDRESS }}/play/tuner/4230

#EXTINF:-1 channel-id="4255" channel-number="4255" tvc-guide-stationid="119233" tvg-group="" tvg-logo="",Nosey
http://{{ .IPADDRESS }}/play/tuner/4255

#EXTINF:-1 channel-id="4262" channel-number="4262" tvc-guide-stationid="131429" tvg-group="" tvg-logo="",DUCKDYN
http://{{ .IPADDRESS }}/play/tuner/4262

#EXTINF:-1 channel-id="4263" channel-number="4263" tvc-guide-stationid="123426" tvg-group="" tvg-logo="",ICE ROAD
http://{{ .IPADDRESS }}/play/tuner/4263

#EXTINF:-1 channel-id="4264" channel-number="4264" tvc-guide-stationid="123425" tvg-group="" tvg-logo="",AXMEN
http://{{ .IPADDRESS }}/play/tuner/4264

#EXTINF:-1 channel-id="4271" channel-number="4271" tvc-guide-stationid="129137" tvg-group="" tvg-logo="",COLD
http://{{ .IPADDRESS }}/play/tuner/4271

#EXTINF:-1 channel-id="4272" channel-number="4272" tvc-guide-stationid="113780" tvg-group="" tvg-logo="",CRIME360
http://{{ .IPADDRESS }}/play/tuner/4272

#EXTINF:-1 channel-id="4301" channel-number="4301" tvc-guide-stationid="121204" tvg-group="" tvg-logo="",FLARMY
http://{{ .IPADDRESS }}/play/tuner/4301

#EXTINF:-1 channel-id="4305" channel-number="4305" tvc-guide-stationid="115447" tvg-group="" tvg-logo="",Comedy Dynamics
http://{{ .IPADDRESS }}/play/tuner/4305

#EXTINF:-1 channel-id="4321" channel-number="4321" tvc-guide-stationid="125128" tvg-group="" tvg-logo="",AGRMGT
http://{{ .IPADDRESS }}/play/tuner/4321

#EXTINF:-1 channel-id="4322" channel-number="4322" tvc-guide-stationid="120377" tvg-group="" tvg-logo="",AWTYSTR
http://{{ .IPADDRESS }}/play/tuner/4322

#EXTINF:-1 channel-id="4328" channel-number="4328" tvc-guide-stationid="118699" tvg-group="" tvg-logo="",INFAST
http://{{ .IPADDRESS }}/play/tuner/4328

#EXTINF:-1 channel-id="4329" channel-number="4329" tvc-guide-stationid="129477" tvg-group="" tvg-logo="",INWONDER
http://{{ .IPADDRESS }}/play/tuner/4329

#EXTINF:-1 channel-id="4340" channel-number="4340" tvc-guide-stationid="123432" tvg-group="" tvg-logo="",DEAL ZONE
http://{{ .IPADDRESS }}/play/tuner/4340

#EXTINF:-1 channel-id="4346" channel-number="4346" tvc-guide-stationid="147688" tvg-group="" tvg-logo="",DOG
http://{{ .IPADDRESS }}/play/tuner/4346

#EXTINF:-1 channel-id="4358" channel-number="4358" tvc-guide-stationid="120351" tvg-group="" tvg-logo="",Tastemade Travel
http://{{ .IPADDRESS }}/play/tuner/4358

#EXTINF:-1 channel-id="4359" channel-number="4359" tvc-guide-stationid="125187" tvg-group="" tvg-logo="",Tastemade Home
http://{{ .IPADDRESS }}/play/tuner/4359

#EXTINF:-1 channel-id="4363" channel-number="4363" tvc-guide-stationid="118456" tvg-group="" tvg-logo="",TINY HOUSE
http://{{ .IPADDRESS }}/play/tuner/4363

#EXTINF:-1 channel-id="4365" channel-number="4365" tvc-guide-stationid="118087" tvg-group="" tvg-logo="",The Design Network
http://{{ .IPADDRESS }}/play/tuner/4365

#EXTINF:-1 channel-id="4366" channel-number="4366" tvc-guide-stationid="164367" tvg-group="" tvg-logo="",RVTVSTR
http://{{ .IPADDRESS }}/play/tuner/4366

#EXTINF:-1 channel-id="4367" channel-number="4367" tvc-guide-stationid="127174" tvg-group="" tvg-logo="",ATHFHM
http://{{ .IPADDRESS }}/play/tuner/4367

#EXTINF:-1 channel-id="4370" channel-number="4370" tvc-guide-stationid="149441" tvg-group="" tvg-logo="",MeatEater
http://{{ .IPADDRESS }}/play/tuner/4370

#EXTINF:-1 channel-id="4401" channel-number="4401" tvc-guide-stationid="119212" tvg-group="" tvg-logo="",FOX SOUL
http://{{ .IPADDRESS }}/play/tuner/4401

#EXTINF:-1 channel-id="4404" channel-number="4404" tvc-guide-stationid="146144" tvg-group="" tvg-logo="",Ebony TV
http://{{ .IPADDRESS }}/play/tuner/4404

#EXTINF:-1 channel-id="4416" channel-number="4416" tvc-guide-stationid="110480" tvg-group="" tvg-logo="",Dove TV
http://{{ .IPADDRESS }}/play/tuner/4416

#EXTINF:-1 channel-id="4449" channel-number="4449" tvc-guide-stationid="155772" tvg-group="" tvg-logo="",YUGIOH
http://{{ .IPADDRESS }}/play/tuner/4449

#EXTINF:-1 channel-id="4470" channel-number="4470" tvc-guide-stationid="126364" tvg-group="" tvg-logo="",LOVE NATURE
http://{{ .IPADDRESS }}/play/tuner/4470

#EXTINF:-1 channel-id="4480" channel-number="4480" tvc-guide-stationid="123433" tvg-group="" tvg-logo="",MODERNMARVELS
http://{{ .IPADDRESS }}/play/tuner/4480

#EXTINF:-1 channel-id="4490" channel-number="4490" tvc-guide-stationid="112881" tvg-group="" tvg-logo="",Alien Nation
http://{{ .IPADDRESS }}/play/tuner/4490

#EXTINF:-1 channel-id="4491" channel-number="4491" tvc-guide-stationid="123431" tvg-group="" tvg-logo="",UNXPLAINED
http://{{ .IPADDRESS }}/play/tuner/4491

#EXTINF:-1 channel-id="4501" channel-number="4501" tvc-guide-stationid="115944" tvg-group="" tvg-logo="",MovieSphere
http://{{ .IPADDRESS }}/play/tuner/4501

#EXTINF:-1 channel-id="4504" channel-number="4504" tvc-guide-stationid="121308" tvg-group="" tvg-logo="",MOVIE FAVORITES
http://{{ .IPADDRESS }}/play/tuner/4504

#EXTINF:-1 channel-id="4720" channel-number="4720" tvc-guide-stationid="158862" tvg-group="" tvg-logo="",SOMOSN
http://{{ .IPADDRESS }}/play/tuner/4720

#EXTINF:-1 channel-id="4721" channel-number="4721" tvc-guide-stationid="121165" tvg-group="" tvg-logo="",PETCOLL
http://{{ .IPADDRESS }}/play/tuner/4721

#EXTINF:-1 channel-id="exit" channel-number="" tvc-guide-stationid="" tvg-group="" tvg-logo="",Exit DirecTV
http://{{ .IPADDRESS }}/play/tuner/exit

#EXTINF:-1 channel-id="reboot" channel-number="" tvc-guide-stationid="" tvg-group="" tvg-logo="",Reboot FireTV
http://{{ .IPADDRESS }}/play/tuner/reboot
1 Like

I would say to include JSON, or attach it as one, or tag this somehow, so people will find it when searching...

Thanks. I'll include these updates in the next ah4c build.

Any suggestions of what the HOST_DIR env variable should be if I was trying to deploy this on Mac OS? Default value does not work and stops my stack from being initially deployed.

On the Mac, to bind a directory, you need to use a parent path that's defined under Docker Desktop Settings-Resources-File sharing. You can add your own, but these are the defaults:

This is true, by the way, for any Docker Container you want to deploy that uses directory bindings.

1 Like

Has anyone possibly figured out how to add two STREAMER_APP to the same ah4c container? I have NBC app channels and Philo app channels and my wife and I could potentially be watching these at the same time. I currently have this system working with ADBTuner and I have two different tuners set up in that (two different onn streaming boxes plugged into a LinkPi). I would really like to switch to ah4c though since one has the freedom to write a script to remove the annoying dimness whenever an NBC app channel plays.

@bnhf tells me there is a way you could get two STREAMER_APP in the same container, but he just hasn't had the time to dig into that yet. If anyone has possibly figured this out, I would love to see your code. Thanks!

A few clarifications on this:

There wouldn't actually be two STREAMER_APP values -- more like one semi-universal one.

So, you could do something like scripts/onn/all, and then in your all.m3u you could pass the name of the app to open, along with the channel identifier. Something like:

#EXTM3U

#EXTINF:-1 channel-id="8" tvc-guide-stationid="25102",USA Network
http://{{ .IPADDRESS }}/play/tuner/nbc~usa

Where the last part of the URL nbc~usa would be parsed in each script to open the nbc app, and then tune to usa network. Details would be different, but that would be the idea.

Does this not work on browser

They're not going to work on a regular browser. The deep links are an android thing and requires the app to be installed and you to use the Android Debug Bridge (adb)

ok

How do you export Gracenote data into usable xml data?

Does directv-free-stream have gracenote?

Peacock has guide data has been added if you guys want to make a strategy for recording it