NFPS xmltv EPG Grabber development

Status
Not open for further replies.
I have added more schedules direct grabbers to my grabber.. (consolidated Canada, Miami, DTV, and Dishnet into us.dat us.chl and us.ren) - you do not need to do a pull for each one as schedules direct gives all 4 with the single pull..


i also created is.gd/NFPS1 which is a full grab minus the dummies and webgrab channels..
 
added epg for some of the porn,they get pulled from dishnetwork vua schedule direct.

channelsus.chl
PLAYESP
DSPLYBY
HUSLRHD
DXTSY

channelsus.ren
PLAYESP:playboy TV Latin America
DSPLYBY:playboy TV
HUSLRHD:Hustler TV USA
DXTSY:Xtsy XXX

you have to edit dummyeng.body and remove the entries for the above channels also.
 
Last edited:
blackbear. i appreciate your additions.. I am not using your modified version, but have been adding your channel fixes to my .chl and .ren files..

Can you redownload the git and see if i have missed anything.
 
they come from grabbed channels on go.bat setting

latin_tp.dat -F -s -1
latin_skymex.dat -F -s -1

it should be like this

latin_tp.dat -U -F -s -1
latin_skymex.dat -U -F -s -1
channels that come from webgrab like gato.tv are fine.
 
Last edited:
Hello!
Have some errors grabbing:
"El sistema no puede encontrar el archivo especificado.
Utilty to correct offset start and stop times in xmltv files
Jan van Straaten, Januari 2011
No se pudo encontrar el archivo 'C:\Users\DiegoM\Downloads\NFPS-EPG-Grabber-mast
er\bin\wg_guide.xml'.
file wg_guide.xml + not found or corrupt
press any key to continue"

Then press key and xmltv_time_correct send other error and "Stopped Working" (Close Program)

Script continue with DATEMATH SYNTAX (press any key 3 times)

And start grabbing with mc2mxl, but when the process finish only have an NFPSF.xml (3.08 mb)
with only 4 channels data:
101 RTE ONE
102 RTE TWO
104 TG 4
423 Setanta Sports

What am i doing wrong!¿?
THANKS!
 
I know the guide has not updated in several days on the git. But to those who have a schedulesdirect account and run their own. Blackbear199's modified works pretty well. Pretty easy to get going with that version as well.
 
Guys, excuse the noob question, but how do you run this on Mac OS? There's one file but opening it opens it with TextEdit. I've tried opening via terminal but get "Permission denied".

Would appreciate any help.

Thanks
 
I started creating dummy data for the new random episode channels. But I was not sure of the channel id so I left that area blank. Blackbear199, psycon feel free to use it.
Code:
	<channel id="">
		<display-name>The Simpsons</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">The Simpsons</title>
		<desc lang="en">A Random Simpsons Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>The Grimm</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">The Grimm</title>
		<desc lang="en">A Random The Grimm Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>South Park</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">South Park</title>
		<desc lang="en">A Random South Park Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>Game of Thrones</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">Game of Thrones</title>
		<desc lang="en">A Random Game of Thrones Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>Arrow</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">Arrow</title>
		<desc lang="en">A Random Arrow Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>Bobs Burgers</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">Bobs Burgers</title>
		<desc lang="en">A Random Bobs Burgers Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>Bones</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">Bones</title>
		<desc lang="en">A Random Bones Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>Criminal Minds</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">Criminal Minds</title>
		<desc lang="en">A Random Criminal Minds Episode Available Here.</desc>
		<category lang="en">Series</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>PPV Movie 1</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">PPV Movie 1</title>
		<desc lang="en">A Random PPV Movie 1 Available Here.</desc>
		<category lang="en">Movie</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
	<channel id="">
		<display-name>PPV Movie 2</display-name>
	</channel>
	<programme start="20150513213000 +0000" stop="20160513220000 +0000" channel="">
		<title lang="en">PPV Movie 2</title>
		<desc lang="en">A Random PPV Movie 2 Available Here.</desc>
		<category lang="en">Movie</category>
		<previously-shown />
		<rating system="VCHIP">
			<value>TV-Y</value>
		</rating>
	</programme>
 
Last edited:
Status
Not open for further replies.