Author |
Message |
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | The recent update of DVDP killed the functionality of the HTML Section Crew+ in goodguy's Credits Plus (see Layout Discussion for description and screen view, as it was supposed to work). I contribute a lot of cast and crew for TV seasons, and really miss this. Not just for display purposes, but also for checking for errors and consistency (in particular crew). I understand and respect goodguy's reasons for not participating anymore. However, would there be sufficient interest and support to try and come up with a functional (and functioning) alternative that achieves the same purpose in a similar manner? Personally, I am not sufficiently experienced with HTML and in particular don't know enough about the data structure of DVDP to make any repairs to Crew+, let alone construct something new. So two questions: - Are people interested in the result? - Are people interested to work on this? | | | Hans |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | I am a little confused. Are you looking to change the main program to be like the html section goodguy created? (as this is the feature request forum)... if so I disagree.... I wouldn't want to see the main program changed this way.
Or
are you looking for someone to make a similar html page/plugin for the new version?... if this is the case... I hope someone can help you. But you may have better luck in the Layout discussion forum... as that is where I see most html requests. | | | Pete |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| |
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | I was looking for the latter, an optional HTML window. I posted this in the Feature Requests forum, since hardly anybody seems to visit (or at least post) in the Layout Discussion forum. I did not realize that feature requests may be restricted to the main program, although your question makes me think differently now... Anyway, the fact that several weeks after the update of DVDP, nobody else has commented on the fact that Crew+ stopped functioning, does not bode well for general interest. | | | Hans |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Not saying you were wrong posting it here... but I for one am used to seeing only program related requests in this forum... so that is how I always seen it. So I just wasn't sure.
As for general intrest... I can't say... but I can say for me myself... I tried both cast+ and crew+ at one time... but took them out shortly after as I personally didn't care for them. | | | Pete |
|
Registered: March 19, 2007 | Reputation: | Posts: 6,018 |
| Posted: | | | | You might try posting in the Plugins forum, Hans. |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | Quoting dee1959jay: Quote: You might try posting in the Plugins forum, Hans. I don't think HTML windows for layouts are considered plugins, but anything to get attention! | | | Hans |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quoting Staid S Barr: Quote: Quoting dee1959jay:
Quote: You might try posting in the Plugins forum, Hans. I don't think HTML windows for layouts are considered plugins, but anything to get attention! We see you. But, speaking for myself, I would not have the confidence to even pretend to be able to do it. "Goodguy" was / is one amazing programmer. Maybe he will see these laments and have a change of heart ... (There are a couple of other guys around that I think could do it, but I can't speak for them.) | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| Posted: | | | | Quoting mediadogg: Quote: "Goodguy" was / is one amazing programmer. Maybe he will see these laments and have a change of heart ... He is indeed. And I contacted him via PM about that (updating Cast/Crew+, not his skills ). He made it clear that the PCP update was the sole exception, just because of the paying customers. And I only wrote "possibly" as in "I'll try to try" | | | 1.0.1, iPhone 3GS, iOS 4.1.0
Trivia v0.3.1 My HSDB v5 additions, HTML windows and other stuff | | | Last edited: by Muckl |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quoting Muckl: Quote: And I only wrote "possibly" as in "I'll try to try" Ok cool. Sorry, I missed that post. Good luck!!!! | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | While looking for a replacement, I don't want to suggest to use goodguy's work without his explicit approval. On the other hand, the problem in Crew+ may be quite minor. After some experimentation, it appears that at least one problem (and that's possibily all) is caused by the following:
a = aSections[i].innerText.Split("<BR>"); // in function CreateCrew
This splits up the data in rows, but apparently the new dividers in DVDP (all three types) are not terminated by a <BR>, which leads to divider data being improperly connected to the first next crew credit data. I don't know how to look for two alternative separators, or indeed what sepator to look for.
Hint: Dividers in DVDP (since 3.6) now have an attribute "Type" with possible values "Episode" and presumably "Group" and "End Group". | | | Hans |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | I think I just located the problem exactly, and completely. If I change a profile, so as to type "<BR>" (without the quotes) at the end of the episode titles, everything is displayed correctly, both for numbered and unnumbered episodes. It works for Epsiode dividers and Group dividers (not for Group End dividers since they have no text). So the question is, what to look for as a separator, and how to do so? And, although this is not a bug, it appears that Ken has been inconsistent in not using <BR> as a separator at the end of new dividers, in contrast to everywhere else in the database? | | | Hans | | | Last edited: by Staid S Barr |
|
Registered: March 13, 2007 | Reputation: | Posts: 906 |
| Posted: | | | | Quoting Staid S Barr: Quote:
This splits up the data in rows, but apparently the new dividers in DVDP (all three types) are not terminated by a <BR>, which leads to divider data being improperly connected to the first next crew credit data. Ah, that explains at least one of the bugs in Rho's comparison layout as well. Thanks for the tip. | | | The colour of her eyes, were the colour of insanity |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| Posted: | | | | Quoting Staid S Barr: Quote: I think I just located the problem exactly, and completely.
If I change a profile, so as to type "<BR>" (without the quotes) at the end of the episode titles, everything is displayed correctly, both for numbered and unnumbered episodes.
It works for Epsiode dividers and Group dividers (not for Group End dividers since they have no text).
So the question is, what to look for as a separator, and how to do so?
And, although this is not a bug, it appears that Ken has been inconsistent in not using <BR> as a separator at the end of new dividers, in contrast to everywhere else in the database? If we get new DP tag attributes "DividerGroup" (set to "<BR>") and "DividerEndGroup" (set to "<BR> <BR>"), there would be no need to modify the javascript code at all... I guess. | | | 1.0.1, iPhone 3GS, iOS 4.1.0
Trivia v0.3.1 My HSDB v5 additions, HTML windows and other stuff | | | Last edited: by Muckl |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | Quoting reybr: Quote: Ah, that explains at least one of the bugs in Rho's comparison layout as well. Thanks for the tip. If you find out what new separator is used, please let us all know! | | | Hans |
|