NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 230 231 232 233 234 … 433 Next »
xml file grabbed from a web server?

xml file grabbed from a web server?
Me_
Offline

Member

Posts: 60
Threads: 9
Joined: Dec 2013
#1
2013-12-29, 09:38 PM
I wish I could get my xml file from a website that compiles. I have a direct link in the form of a URL (http://www.kazer.org/tvguide.xml?u=rjut36o2u07n).

That should be possible based on this text that I found in the wiki, but I can't figure out how to make npvr look there. The wording suggests that I can actually point NPVR to a web address, but my options on the Import screen for EPG Source are just None, XMLTV, DVB/ATSC EPG and Schedules Direct.

Quote:You will need an XMLTV grabber to download your EPG data into a file, and then point NextPVR to that file which can be stored anywhere on your system. NPVR can also link directly to an XMLTV file on a web server. Configure your grabber according to any given instructions. Once you've set the options correctly and executed the grabber it will produce a data.xml file (the name may vary but the extension will always be ****.xml).

Thanks for any help!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#2
2013-12-29, 09:40 PM
Just use a command line tool like wget or curl to copy the file in your batch file.

Martin
Me_
Offline

Member

Posts: 60
Threads: 9
Joined: Dec 2013
#3
2013-12-29, 09:55 PM
Thank you Martin but I use windows. How to automate the download of this file in this case.
I understood that we could configure it for NPVR download it directly ...
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#4
2013-12-29, 10:09 PM
Me_ Wrote:Thank you Martin but I use windows. How to automate the download of this file in this case.

I understood that we could configure it for NPVR download it directly ...

NextPVR doesn't download anything automatically except files from SchedulesDirect. Users are on their own for XMLTV files

It's easy though, just get the win32 version of one of those files.

http://curl.haxx.se/download.html
http://gnuwin32.sourceforge.net/packages/wget.htm

ie for silient mode wget

Code:
wget "http://www.kazer.org/tvguide.xml?u=rjut36o2u07n" -o NUL -O tvguide.xml 2>NUL

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2013-12-29, 10:53 PM
the text in the wiki saying you can link directly to a file on a web server is left-over from the old GB-PVR wiki. NPVR does not have that ability.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Me_
Offline

Member

Posts: 60
Threads: 9
Joined: Dec 2013
#6
2013-12-30, 05:53 AM
mvallevand Wrote:NextPVR doesn't download anything automatically except files from SchedulesDirect. Users are on their own for XMLTV files

It's easy though, just get the win32 version of one of those files.

http://curl.haxx.se/download.html
http://gnuwin32.sourceforge.net/packages/wget.htm

ie for silient mode wget

Code:
wget "http://www.kazer.org/tvguide.xml?u=rjut36o2u07n" -o NUL -O tvguide.xml 2>NUL

Martin


Thank you. I'll try that.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2013-12-30, 09:22 AM
Or try TVxB. I use it with great success.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
Me_
Offline

Member

Posts: 60
Threads: 9
Joined: Dec 2013
#8
2013-12-30, 10:37 AM
mvallevand Wrote:NextPVR doesn't download anything automatically except files from SchedulesDirect. Users are on their own for XMLTV files

It's easy though, just get the win32 version of one of those files.

http://curl.haxx.se/download.html
http://gnuwin32.sourceforge.net/packages/wget.htm

ie for silient mode wget

Code:
wget "http://www.kazer.org/tvguide.xml?u=rjut36o2u07n" -o NUL -O tvguide.xml 2>NUL

Martin

It works! Thank you SmileSmileSmile
Me_
Offline

Member

Posts: 60
Threads: 9
Joined: Dec 2013
#9
2014-01-03, 05:42 PM
Correction! :mad::mad::mad:

Only UpdateEPG.bat file works.

When I ask NPVR to update the EPG (Settings -> Channels -> Update EPG), it displays that execute the UpdateEPG.bat file ("Running UpdateEPG.bat") but it is not downloaded.

If I run UpdateEPG.bat by hand, it works!

:confused:
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#10
2014-01-03, 05:50 PM
It's probably working but your working directory when running the UpdateEPG.bat is [NPVR Folder]\Scripts whereas when you run the update inside NPVR, your working directory is [NPVR folder]. You need to specify a complete path in your bat file:
Code:
wget "http://www.kazer.org/tvguide.xml?u=rjut36o2u07n" -o NUL -O [color=#FF0000]"C:\[Path To]\tvguide.xml"[/color] 2>NUL
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  incorrect frequency in adelaide .ini file spin35 5 3,142 2023-02-01, 05:40 PM
Last Post: sub
  IR Server Suite Channel Changer BTJustice 26 27,605 2023-01-11, 08:49 PM
Last Post: Frapo
  ts file shows length too long? SuttonWillow 2 2,009 2021-03-15, 01:56 PM
Last Post: mvallevand
  Lights-Out for Windows Home Server 2011? TuckerDean 1 1,406 2021-01-28, 01:52 PM
Last Post: mvallevand
  Unhandled Exception: file name too long (idiots at pbs made it super long) jobby99 1 1,469 2020-10-29, 09:40 PM
Last Post: mvallevand
  Configure NextPVR Server Pliedes 1 1,885 2020-10-07, 04:59 PM
Last Post: sub
  ts file shows length too long SamM 4 2,404 2020-10-06, 02:45 AM
Last Post: Ehrlichia
  EPG displaying small subset of xmltv file. Esteban 9 3,119 2020-07-18, 10:07 PM
Last Post: Esteban
  Lights-Out for Windows Home Server 2011 pvrip 6 3,356 2020-05-21, 04:56 PM
Last Post: Madlec
  Max File Size jrockow 2 1,575 2020-04-21, 02:38 PM
Last Post: jrockow

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode