Author |
Topic |
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 23 Apr 2011 : 22:25:29
|
Another suggestion: Add to Cover bar a rotate sign to exchange front and back cover (if a back cover is available). This way the second picture (back cover) is not always visible. I think most people wanna only see the front and the back only on demand. |
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 - 23 Apr 2011 : 22:36:36
|
I have to think about it, because I personally don't like this function. So if I add it ... only as a option...
First I have to add the new Original Field... if it works in the new version (didn't test it yet) |
Edited by - Prinz on 23 Apr 2011 22:37:58 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 23 Apr 2011 : 22:38:54
|
That would be no problem. But why don't you like that function? For my enlightenment... |
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 - 23 Apr 2011 : 22:46:43
|
I can't give you any objective answer, I simply don't like it. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 23 Apr 2011 : 22:49:29
|
There must still be an error in _MOVIE_ORIGINAL_ The variable shows always true value until there is a change to false. Okay! But value keeps false until the next "real" false value. Then it keeps the true for all following movies. Seems as if a "false" value only toggles the variable...
I've done a test for _MOVIE_ORIGINAL_ I set 2 movies to false (standard = true). Field _MOVIE_CHARACTERINFO_ is misused to contain info of original and remake in form of: [Original: title (year)|[_MOVIE_ID_]] Remake: title (year)|[_MOVIE_ID_]
Now I wanted to add following code but nothing happens (multiple remakes have to follow after...)
<script language="JavaScript" type="text/javascript">
var bOriginal = '_MOVIE_ORIGINAL_';
if (bOriginal == 'FALSE') {
var sOriginal = '_MOVIE_CHARACTERINFO_';
if (sOriginal.indexOf('Original') == 1) {
var sTitle = slice(sOriginal.indexOf('|');
var sID = slice(sOriginal.indexOf('|')-sOriginal.length);
document.write('Original');
document.write('<br><font color="#FFFFFF"><a href="" onClick="window.external.COLLECTION_FINDMOVIE(''' + sID + ''');return false;"><b> ' + sTitle + '</b></a></font><br>');
}
}
</script> |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 23 Apr 2011 22:54:21 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 24 Apr 2011 : 00:06:44
|
- Release Date now parsed with the Date.js lib from the Actors Card and formated with .toLocaleDateString (Downside the day of the week is added)
http://www.mediafire.com/?z65gmrrqa7cn52f |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 24 Apr 2011 : 00:48:39
|
Well done! |
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 |
Posted - 24 Apr 2011 : 21:51:33
|
- Additional Strings on the Card are now localized (Only these extra Strings can be localized)
Localization files are in MovieCards\movie_bigcover\local\ Filename is the country code, extension .txt
All Lines in it have the following structure:
{Release& n b s p;Date,Ver& o u m l ;ffentlichungsdatum}
Is the Original Text Is the localized Text
Special Char have to be in HTML Code (I added spaces just for the Forum-Software)
http://www.mediafire.com/?ib48fs5br4lik5g |
Edited by - Prinz on 24 Apr 2011 21:52:53 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 24 Apr 2011 : 22:18:29
|
- Small Bugfix: Set the Cast Line span over all columns (prevents because of a long translation of the String Actor-Name/Role from moving right)
http://www.mediafire.com/?y47zo6djm1n0ynz |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 24 Apr 2011 : 23:48:35
|
Are there already strings of the HTMLCard itself implemented? Like gesehen/nicht gesehen + My Rating... |
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 - 25 Apr 2011 : 00:00:22
|
I'm not fixing missing Variables only things are translatable that are added be me and not in XMM itself.
That is the missing _TMOVIE_PERSONALRATING_ Variable in XMM. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 25 Apr 2011 : 00:02:14
|
Yep, therefor I have asked. So Ale has to be reminded to add these missing variables. |
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 - 25 Apr 2011 : 00:11:07
|
And I'm not localizing the Page Preferences Dialog.
For many Reasons:
1. It should always be readable 2. It's a bit complicated 3. every translation reduces the loading speed of the page a little bit and that Dialog is rarely used |
Edited by - Prinz on 25 Apr 2011 00:22:07 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 25 Apr 2011 : 00:19:00
|
Yes, I agree with you |
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 - 25 Apr 2011 : 00:24:04
|
Some strings I didn't translate in german because I think there are readable in german. Example: Synopsis (but this word is translatable if someone needs to translate it in other languages) |
Edited by - Prinz on 25 Apr 2011 00:24:32 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 25 Apr 2011 : 00:40:14
|
I think there is needed a help or utility for the locale translation. We should provide something to help the people on unicode. Or a simple conversion table... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Topic |
|
|