Author |
Topic |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 13 Mar 2011 : 00:05:05
|
I have some bad News about the displaying of the Awards on the Main Movie Card.
I just found out i have to change the IMDB import script (awards part), because the Name of the Award Show (for example: Academy Awards) isn't imported just the name of the award (Oscar) itself. And just the Name of the Award isn't clear enough to know which Award it is.
Now i have to Bugfix the IMDB Scripts. Of Cause this means that the new Award Display with pictures won't work for old and current IMDB imports. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 13 Mar 2011 : 13:42:25
|
I'm sure you will find a way, Prinz! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 16 Mar 2011 : 10:06:16
|
Invalid or Deleted File... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 16 Mar 2011 : 10:24:59
|
Just thinking about to update only the awards for actors. Is there an option to take only this info? |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 16 Mar 2011 10:28:24 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 16 Mar 2011 : 10:40:49
|
Very well done, Prinz! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 16 Mar 2011 : 15:29:25
|
quote: Originally posted by JDommi
Just thinking about to update only the awards for actors. Is there an option to take only this info?
I don't understand what exactly you want to do? |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 16 Mar 2011 : 16:10:11
|
Some kind of thought aloud... I want to update the actors in my database by the imdb(for actors) script. And I wondered if there is an option in this script like for the movies and how I can see which actors are not imported yet. Belongs not really to this topic... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 20 Mar 2011 : 17:03:41
|
Just found another bug.
Under some circumstances the Awards are multiple times shown on the Moviecard. I have here one example with half the page full of Award Images
I think i fixed the bug now. I will test a bit more and with the next update the bug should be gone. |
Edited by - Prinz on 20 Mar 2011 17:42:11 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 20 Mar 2011 : 21:11:25
|
Would be great to add a new info line and a menu to chose the AKA display (selected language) for a movie from Custom9. As example "Wishmaster 2": Title in database: Wishmaster 2 Original Title: Wishmaster 2: Evil never dies Custom9: ... Wishmaster 2 - Das Böse stirbt nie - Germany ...
So the new info line should be (if Custom9 is not empty or identical to MovieTitle or OriginalTitle): AKA Title (Germany): Wishmaster 2 - Das Böse stirbt nie
*EDIT* just a first try:
<script language="JavaScript" type="text/javascript">
var srcTerm = ".-.Germany";
var Custom9 = '_MOVIE_CUSTOMFIELD9_';
var lng = new RegExp("^.*"+srcTerm+".*$","m");
Custom9 = Custom9.replace(/\<br\>/g, "\n");
Custom9 = Custom9.match(lng);
if (Custom9 != null) {
document.write("AKA: " + Custom9);
}
</script> |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 21 Mar 2011 13:41:10 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 21 Mar 2011 : 14:42:56
|
Most of the time the systemlanguage should be the one that the user wants, so you could use the window.navigator.systemLanguage Variable in the script. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 21 Mar 2011 : 15:00:03
|
That's a good idea! Then I need "only" a lot of case statements to fill var srcTerm. Let's see if I will make a good code for it... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Topic |
|
|