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 … 300 301 302 303 304 … 433 Next »
EPG not updating

EPG not updating
BTJustice
Offline

Senior Member

Posts: 381
Threads: 61
Joined: Mar 2008
#11
2012-07-02, 10:56 AM
http://forums.nextpvr.com/showthread.php...ings-Guide
[COLOR="#0000FF"]mc2xml EPG / TV Listings Guide
IR Server Suite (IRSS) Channel Changer Guide
MCEBuddy 2.x Guide To Convert .TS To .MP4
Avidemux: Perfectly Cut Out Commercials, Clips, Etc.
[/COLOR]
skcamow
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Jul 2012
#12
2012-07-03, 02:05 AM
mc2xml worked excellent. I have to play around with automatically running it via updateepg.bat but for now I'm good. I will definitely check out the mc2xml instructions on the link you provided johnsonx42. Thanks for everyone's input!
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#13
2012-07-04, 04:29 PM
I changed over some weeks ago to using EPG Collecter for DVB-T EPG. I did have occasional problems with part filled EPG so had started using -updateepgonly several months ago at a later timing instead of the NextPVR built in overnight update. The big advantage for UK users is that it extracts the "Programme ID" and "Series ID" from the data stream as used by Freeview PVRs to record "Series". It dosnt work yet but Sub has added support for it in the next version. So I am looking forward to the next version!!
skcamow
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Jul 2012
#14
2012-07-09, 02:11 AM
While my initial xmltv mapping/"update EPG" worked great, I've not had much success with the updateepg.bat file and as a result, not able to pull additonal EPG data. This is what my batch file looks like:

C:
cd "C:\Users\Public\NPVR\mc2xml"
mc2xml

This is the output when I run it:
C:\Users\Public\NPVR\Scripts>updateepg.bat

C:\Users\Public\NPVR\Scripts>C:

C:\Users\Public\NPVR\Scripts>cd "C:\Users\Public\NPVR\mc2xml"

C:\Users\Public\NPVR\mc2xml>mc2xml
Loading ..... : mc2xml © <mc2xml@gmail.com> (v1.2)
Reminder .... : Unauthorized redistribution prohibited.
Reminder .... : If this software is useful, please donate!
Reading ..... : mc2xml.dat
Downloading . : microsoft.com
Status ...... : No new data available

Note my xmltv.xml file is about 105MB in size. Not sure if that is normal? It's the file that was generated from following the instructions [url=http://mc2xml.hosterbox.net/#npvr][/url] (note I did not do step 2 to create the chl file.)

I also have attached the logs.
Thanks in advance
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#15
2012-07-09, 02:48 AM (This post was last modified: 2012-07-09, 03:33 AM by johnsonx42.)
Code:
2012-07-07 01:01:00.134    [DEBUG][8]    Will process xmltv file: C:\Users\Public\NPVR\xmltv.xml
2012-07-07 01:01:00.149    [DEBUG][8]    Loading XMLTV from: C:\Users\Public\NPVR\xmltv.xml
when you mapped your channels, you pointed NPVR to "C:\Users\Public\NPVR\xmltv.xml", but your updated data is in "C:\Users\Public\NPVR\mc2xml\xmltv.xml" so it just keeps reading the same old data from a week ago.

you can either re-map your channels to the correct file, or add "copy xmltv.xml .." to the end of the updateepg.bat file so that it will put the updated data where NPVR is looking. your updateepg.bat would look like this:
Code:
C:
cd "C:\Users\Public\NPVR\mc2xml"
mc2xml
copy xmltv.xml ..
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
OTAjunkie
Offline

Senior Member

Posts: 277
Threads: 49
Joined: Jul 2010
#16
2012-07-09, 12:01 PM
Here's what my bat looks like. I created a folder called "EPG" to avoid confusion. Put mc2xml.exe in it and everything relating to it will be there(*.dat,*.chl,*.xml and of course xmltv.xml)
This takes selected channels from three zip codes and combines them to one small file.
I put the "-f" switch in because while you are trying to set this up you want to force the download. You don't need it after you get it going.

Code:
C:
cd "C:\Users\Public\NPVR\EPG"

mc2xml -D Ott.dat -C Ott.chl -a -A -o Ott.xml -f

mc2xml -D RM.dat -C RM.chl -I Ott.xml -a -A -o RM_Ott.xml -f

mc2xml -D Platt.dat -C Platt.chl -I RM_Ott.xml -a -A -o xmltv.xml -f
Server:ASUS F1A75-V Pro,Radeon HD 6000,AMD A6 3670K,SSD128GB,2xWD 2Tb,W7Ultx64,5.1spks,2xHaup2250-MC,ATI650,CM7777,WG HD-8800
ClientTongue4 3.4,ATI HD4650,W7Ult
ClientTongue4 3.06,NVIDA6200,W7Ult
Client:Gateway Netbook,W7Start/XPpro
nDroid Client:Samsung Galaxy Note(synced to previous days recordings)
skcamow
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Jul 2012
#17
2012-07-12, 06:30 AM
Thanks Johnson, you were right. I re-mapped my channels to the correct file and all is now very well.
OTA-thanks for the tips. I will keep this thread handy in case I want to deal with smaller files.

For now I am good!
Thanks again
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#18
2012-07-12, 05:24 PM
I'm always right, just ask my wife :eek:

Glad you have it working.
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
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#19
2012-07-12, 06:12 PM
johnsonx42 Wrote:I'm always right, just ask my wife :eek:
Lucky you Big Grin

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG not updating (DVB ATSC EPG) Flyndr 3 2,913 2020-04-29, 10:42 AM
Last Post: Graham
  not all IPTV channels updating EPG Brucek2839 1 1,766 2019-08-28, 01:34 AM
Last Post: sub
  Freesat EPG not updating since the 5th of Aug 2019 softfoot 12 4,186 2019-08-17, 02:47 AM
Last Post: softfoot
  IPTV daily cleaning and updating channels possibility? jhr1948 0 1,549 2019-08-10, 01:25 PM
Last Post: jhr1948
  Recording service not updating correctly Flyndr 11 3,471 2019-04-10, 08:01 AM
Last Post: Flyndr
  EPG not updating bruno1914 1 1,423 2019-03-18, 03:47 PM
Last Post: sub
  EPG not auto updating Flyndr 7 2,553 2019-03-14, 02:27 AM
Last Post: Flyndr
  EPG Not Updating dtbcinci 29 9,131 2018-12-17, 02:07 AM
Last Post: pc44062
  EPG Not Updating LeoL 17 7,548 2018-10-01, 11:15 AM
Last Post: jcjefferies
  Bulk updating EPG from Schedules Direct to DVB returns 'None' syssjr 2 1,376 2018-06-18, 04:17 PM
Last Post: syssjr

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

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

Linear Mode
Threaded Mode