Author |
Message |
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | Here is my config.: // -------- Configuration block - Start -------- // TV Episode Guide Storage Location (EPGSL) var pathToEpGStorage = "C:/Documents and Settings/Michael.HOME/My Documents/PHPDvdprofiler/EPG/"; // <-- SET
// filename var fileNamePrefix = ""; // <-- SET var excludeLocality = false; // <-- SET true/false var fileNameSuffix = ".html"; // <-- SET .htm/.h
All I get is Title: The Osbournes |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | I am sure for the most part all these are yes.,.. but to go down the checklist...
1. did you download the epg file from the site? 2. did you create the html file and put it in folder? 3. depending on the way you decided to do it did you either put <epg=1> or make and check off the tag for the epg being present?
that is off the top of my head... if you did all this and still not working let me know. | | | Pete |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | I did all of those except Im not sure about #3, I put <EPG=1> in my notes but thats it. Is it case Sensative?
ps I just now made it case sensative and now: This program cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. What you can try: Check your Internet connection. Try visiting another website to make sure you are connected. |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Yes I do believe it is case sensitive... ok... you are in the US... so try changing...
var excludeLocality = false; // <-- SET true/false
to
var excludeLocality = true; // <-- SET true/false
If I remember correctly you don't need to have it look for locality if you are in the US. | | | Pete |
|
Registered: March 13, 2007 | Posts: 453 |
| |
Registered: May 14, 2007 | Posts: 455 |
| Posted: | | | | Your "var excludeLocality = true; // <-- SET true/false" is the correct setting. The var is EXCLUDE. I made the same mistake but after looking I caught my mistake.
Did you rename the *.txt to the UPC.htm
good luck, if all else fails contact the epg guidle author. |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | I got it to work now except the image? |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | you probably need to double-check the path to the images within each html file... different creators use a different paths and most just leave it at their path when they upload it to the site. | | | Pete |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | Thanks I think its working , still working on it! |
|
Registered: May 14, 2007 | Posts: 455 |
| Posted: | | | | Glad to hear it is working for you now. Addicted2DVD has some great epg's on his site. I highly recommend them. You might even find yourself writting your own and learning html in the process. I have found it is easier than I thought and there are some free websites that can walk you thru several things. Just google "html code". |
|