Tvlisting at gracenote.com has stopped working for me (1 Viewer)

Airman

Portal Member
April 9, 2025
5
0
Home Country
United States of America United States of America
Please help, It would be a great help to me just to know if people are still getting tvlisting from gracenote.com. When zap2it stopped I switched to gracenote and it has been working but a few days ago it is not working. It connects and seems to go through the process updating overair tvlistings but is not working to give me a schedule. It could be a me issue that's why I am asking. Thanks
 

Brian80

New Member
April 13, 2025
2
0
Home Country
United States of America United States of America
Gracenote has a round robin for its DNS and they have changed it several times.

Copy the below and make it a batch file (zap2it_check.bat) and then run it every so often (or when your automated update fails) you can check the dns to see if the round robin has changed. If so you can just reedit your hosts file.

Echo Off
type c:\windows\system32\drivers\etc\hosts && for /f "tokens=* skip=4" %%a in ('nslookup tvlistings.gracenote.com') do @Echo %%a
choice /T 20 /C YNC /D C /M "Do you want to edit the hosts file?"
REM @Echo %errorlevel%
If %ERRORLEVEL%==1 goto Edit
If %ERRORLEVEL%==2 goto end
If %ERRORLEVEL%==3 goto exit

:Edit
notepad c:\Windows\system32\drivers\etc\hosts
goto end

:exit
exit

:end
 

Users who are viewing this thread

Top Bottom