Author |
Message |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | No problem... Always happy to help when I can. | | | Pete |
|
Registered: May 18, 2007 | Posts: 389 |
| Posted: | | | | Quoting Addicted2DVD: Quote: The only way I found to do it... is you have to make sure the extensions is visible to change it.
Not sure what OS you are using but at least in Windows XP you go to Tools --> Folder Options
From there you View and un-check Hide Extensions for known File Types. That way instead of just Name you will see Name.txt and you can just rename the file to epg-[i]upcnumber[/].html and it will save as an html file.
Quote: Can I change the text if I not happy with it to suit my own needs before I save it as a html?
Yes... I do it that way all the time. I need help in understanding how too change the txt file to html my OS is win 7 |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | sorry... I can't help there... I don't know anything about Windows 7 | | | Pete |
|
Registered: May 18, 2007 | Posts: 389 |
| Posted: | | | | I was able to save it as an html. but it doesn't come up in the episode guide, but I can view it if I open its location. |
|
Registered: May 18, 2007 | Posts: 389 |
| Posted: | | | | Duh, forgot to put epg=1 in notes |
|
Registered: May 18, 2007 | Posts: 389 |
| Posted: | | | | Quoting northbloke: Quote: I hope you don't mind but I've added a few lines of code to mine that checks for "Television" genre, and if it doesn't find it then it doesn't show the footer.
I added this to the configuration block:
Quote: // Check for TV Genre var TVFound = false; for (var i = 0; i < DP_Genres.length; i++) { if (DP_Genres[i] == "Television") { TVFound = true; break; } }
and this to the Footer 1.2 section:
Quote: if (TVFound == false) useTheFooter = false;
Just above the code that checks the value of useTheFooter.
Thought I might share it and see if other people liked it.
I also added this line to the same Footer 1.2 section to hide the footer if an episode guide already exists, but it only works for Notes (what I use):
Quote: if (useNotes == true && DP_Notes.indexOf("<epg=1>") != -1) useTheFooter = false; Does this work? If it does can I see your configuration code, please. | | | Last edited: by Orici |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | | | | Last edited: by Antares |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | Uploaded... Baseball: A Film by Ken Burnshttp://epg.dvdaholic.me.uk/After I uploaded it, I realized that I forgot to add the Diamond Varsity font that I used into the zip file. I sent an addendum zip file containing it to the person who runs the site. If he chooses not to add it because it's not a guide, then just PM me and I'll send you the font. | | | Last edited: by Antares |
|
Registered: May 18, 2007 | Posts: 389 |
| Posted: | | | | I noticed that sometimes when I use tags for the episode guides and then press "clear filters" all of the child profiles of a TV series discs will be outside the parent profile. | | | Last edited: by Orici |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting Orici: Quote: I noticed that sometimes when I use tags for the episode guides and then press "clear filters" all of the child profiles of a TV series discs will be outside the parent profile. Impossible! The job of EPGL is to load a html file from HD into a HTML Section window inside DVDP. It, has nothing to do with filters inside DVDP. But, if you provide a screenshot showing the problem. We might be able to help you anyway. |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| |
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| |
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | Uploaded... Band of BrothersClick the link in my signature to get it | | | Last edited: by Antares |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | Uploaded... The Sopranos - Season 1Click the link in my signature to get it | | | Last edited: by Antares |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | Updated my Three Stooges 1934 - 1936 guide, it now uses animated gif images in the description of each short. The file is much larger than normal, but it looks great. Download by clicking the link in my signature. |
|
Registered: May 26, 2007 | Reputation: | Posts: 599 |
| Posted: | | | | Uploaded... The Sopranos - Season 2Click the link in my signature to get it |
|