Author |
Message |
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting pplchamp: Quote: I'm using this
<HTML> ... if (DP_Tags[i] == "TVEPG") { bool = 1; } ... </HTML>
And notice that I get script error's on some DVD's (non tv) and TV shows on DVD. it's purely random. Any ideas why? Just a quick question, Is your TVEPG tag the last tag in your tag hierarchy? If you have child tags to TVEPG and anyone of those child tags is checked it will set the bool=1 and continue. |
|
Registered: March 13, 2007 | Reputation: | Posts: 1,911 |
| Posted: | | | | Here are how my tags are setup.
- Blue-ray Disc - EPG (changed it, still get error, found posible reason) - For Sale / Trade - James Bond -- Daniel Craig -- George Lazenby -- Pierce Brosnan -- Roger Moore -- Sean Connnery -- Timothy Dalton - Sports -- MLB -- NBA -- NFL - TV (may chage it to Television) -- 21 Jump Street --24 Etc. not naming all the tv shows, I'd be here forever.
It seems that on the TV shows the error shows up on have html notes (the episode guides via hyperlink) that have not yet been converted to the new format. I got tired of looking around, so I have not explored the error on the movie profiles as I don't remember a specific one. | | | Signature banned: Reason out of date... |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | Quoting xyrano: Quote: Just a quick question, Is your TVEPG tag the last tag in your tag hierarchy? If you have child tags to TVEPG and anyone of those child tags is checked it will set the bool=1 and continue. That is a good point. So I guess if there are children to that tag, then it must be of that kind which really require the parent to be checked as well... | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | Quoting xyrano: Quote: Quoting pplchamp:
Quote: I'm using this
<HTML> ... if (DP_Tags[i] == "TVEPG") { bool = 1; } ... </HTML>
And notice that I get script error's on some DVD's (non tv) and TV shows on DVD. it's purely random. Any ideas why? Just a quick question, Is your TVEPG tag the last tag in your tag hierarchy? If you have child tags to TVEPG and anyone of those child tags is checked it will set the bool=1 and continue. | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting pplchamp: Quote: Here are how my tags are setup.
- Blue-ray Disc - EPG (changed it, still get error, found posible reason) - For Sale / Trade - James Bond -- Daniel Craig -- George Lazenby -- Pierce Brosnan -- Roger Moore -- Sean Connnery -- Timothy Dalton - Sports -- MLB -- NBA -- NFL - TV (may chage it to Television) -- 21 Jump Street --24 Etc. not naming all the tv shows, I'd be here forever.
It seems that on the TV shows the error shows up on have html notes (the episode guides via hyperlink) that have not yet been converted to the new format. I got tired of looking around, so I have not explored the error on the movie profiles as I don't remember a specific one. I'm unfamiliar with how EPG's where loaded in v2.4/2.5 so, I don't know what the problem might be, but it doesn't look like a tag error. |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | For the most part... the html code for the epg was placed directly into the notes field. on vers. 2.4/2.5 Though some did use a javascript code in the notes field to make the epg pop up into it's own window. | | | Pete |
|
Registered: March 13, 2007 | Posts: 96 |
| |
Registered: March 13, 2007 | Posts: 525 |
| Posted: | | | | I agree that epgs on the server shouldn't really be named after the upc. That just confuses things.
One advantage of having them locally is speed and availability.
However, having them dynamically download from the epg site is a rather cool idea. | | | Home of the phpDVDProfiler forums |
|
Registered: March 13, 2007 | Posts: 96 |
| Posted: | | | | Or, another idea: Consider the epg's located locally. If no EPG locally exists for a DVD, the appropriate html window could contain an "install" button, which checks if an EPG exists for it on the server and downloads and displays it afterwards if pressed. Or an "update" button, which cheks if a newer version exists for the EPG currentyl installed. There are so many nice things to be done... | | | Best regards,
Mithirandir
http://www.dvd-live.de
Download Mithirandir's Skin v1.54 from here!
Description / ReadMe's on Page 66! |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | Loading the EPGs from a server would not allow me to modify them to my personal taste... and I'd be wondering what kind of bandwidth would be required to host that.
Now, that Install button idea is a whole new dimension... Although I personally have no problem to browse to the EPG website and look for the file(s) needed... | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
|
Registered: March 13, 2007 | Reputation: | Posts: 922 |
| Posted: | | | | The install button would require direct disc access (-> ActiveX), and I don't think that many user would take the risk allowing a remote website to write on their computer...
What can be done is a "noepg"-site which redirects you to the epg archive. Or someone writes a plugin... | | | Deutsches DVD Profiler Forum: www.dvdprofiler-forum.de |
|
Registered: March 13, 2007 | Posts: 96 |
| Posted: | | | | Quoting SH84: Quote: The install button would require direct disc access (-> ActiveX), and I don't think that many user would take the risk allowing a remote website to write on their computer...
No, not always. Quoting SH84: Quote: Or someone writes a plugin... That would be a way. | | | Best regards,
Mithirandir
http://www.dvd-live.de
Download Mithirandir's Skin v1.54 from here!
Description / ReadMe's on Page 66! |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | Quoting mithirandir: Quote: Quoting SH84:
Quote: Or someone writes a plugin... That would be a way. I've got a few plugins lined up. But if no one else takes it on between now and when I'm done, I'd be happy to have a look. In fact I was already thinking of this for my fourth project. Of course if someone beats me to it, that would be cool too. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
Registered: March 16, 2007 | Posts: 69 |
| Posted: | | | | Addicted and ya_shin Rock! Now I have Episode Guides in my DVDPro 3.0.2. btw, does anyone know if the EPG's carry over to or negatively affect DVD Mobile? I'm trying to confirm before I do my next sync. btw, I created a forum topic in the DVD Mobile Tech Support Section: EPG Issues? |
|
Registered: March 13, 2007 | Posts: 525 |
| Posted: | | | | Putting them in the notes (like we did pre v3) they should appear in the mobile version without any images. Unless you manually copy the images over. Not something I've tried i must admit.
Using the this method I very much doubt they will appear | | | Home of the phpDVDProfiler forums |
|