home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Tvlisting at gracenote.com has stopped working for me
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Brian80" data-source="post: 1302402" data-attributes="member: 172233"><p>Gracenote has a round robin for its DNS and they have changed it several times.</p><p></p><p>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.</p><p></p><p>Echo Off</p><p>type c:\windows\system32\drivers\etc\hosts && for /f "tokens=* skip=4" %%a in ('nslookup tvlistings.gracenote.com') do @Echo %%a</p><p>choice /T 20 /C YNC /D C /M "Do you want to edit the hosts file?"</p><p>REM @Echo %errorlevel%</p><p>If %ERRORLEVEL%==1 goto Edit</p><p>If %ERRORLEVEL%==2 goto end</p><p>If %ERRORLEVEL%==3 goto exit</p><p></p><p>:Edit</p><p>notepad c:\Windows\system32\drivers\etc\hosts</p><p>goto end</p><p></p><p>:exit</p><p>exit</p><p></p><p>:end</p></blockquote><p></p>
[QUOTE="Brian80, post: 1302402, member: 172233"] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Tvlisting at gracenote.com has stopped working for me
Contact us
RSS
Top
Bottom