because whoever made the skin you are using made it that way..
Hey does anyone know why on the EPG on the top left where the date is, it only shows me the day of the month and the year? The month isn't there.
Thanks
Jordan
View attachment 654
Updated dummy files, for new additions and channel name changes...
If you are using the psycon script without modification, the *.body files would go into the bin folder. You will have to rename "dummy_eng.body" to "dummyeng.body" though. I try to make it as easy as possible for him to drop the files to where they go, but I didn't check the english dummy.
If you see files from me, they just usually go into the bin folder, with the exception of the WebGrab++.config.xml, which goes into C:/ProgramData/ServerCare/WebGrab folder.
gidhub upated with daras dummy fix.
kizer - u only need the .body files.. and yeah just remove the _
hey which skin are you using? and the TV logo pack, tnx
line 357
sed.exe -e "s/+0000/-0100/g" < "NFPSF.xml" > "NFPSFD.xml"
line 441
sed.exe -e "s/+0000/-0100/g" < "NFPSE.xml" > "NFPSED.xml"
That code only changes the dummy listings to start at midnight Pacific for the current day, not the rest of the schedule, otherwise the dummy listings wouldn't show at all. To adjust the time shift, look for the code that changes the time zone from UTC "+0000":
Code:line 357 sed.exe -e "s/+0000/-0100/g" < "NFPSF.xml" > "NFPSFD.xml" line 441 sed.exe -e "s/+0000/-0100/g" < "NFPSE.xml" > "NFPSED.xml"
This code doesn't change the webgrab channel schedules though, as those aren't originally set for UTC. Change the "-0100" to "-0200"