BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 HTML Cards
 movie_bigcover update
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 35 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Prinz
Senior Member

Germany
1522 Posts

Posted - 23 Apr 2011 :  22:21:18  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Bugfix: Forgot to save the new Options from the Page Preferences to Cookies

http://www.mediafire.com/?ihw8hn2483ouo3d
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 23 Apr 2011 :  22:25:29  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 23 Apr 2011 :  22:36:36  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 23 Apr 2011 :  22:38:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 23 Apr 2011 :  22:46:43  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I can't give you any objective answer, I simply don't like it.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 23 Apr 2011 :  22:49:29  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  00:06:44  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- 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
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 24 Apr 2011 :  00:48:39  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well done!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  01:33:42  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Changed language detection from systemLanguage to userLanguage (Should be more correct)

http://www.mediafire.com/?mheulqtqc2th8bb
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  02:30:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Fixed the wrong case block parameters in the language detection block (the gave always de/Germany back)

http://www.mediafire.com/?i5b424hg8vkl3t9
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  21:51:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- 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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  22:18:29  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- 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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Apr 2011 :  23:43:18  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- a few more Strings can now be localized

Specials Chars in Tooltips and a few others need to be Unicode

http://www.mediafire.com/?wh6gklldspfg513
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 24 Apr 2011 :  23:48:35  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 25 Apr 2011 :  00:00:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 25 Apr 2011 :  00:02:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 25 Apr 2011 :  00:11:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 25 Apr 2011 :  00:19:00  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, I agree with you

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 25 Apr 2011 :  00:24:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 25 Apr 2011 :  00:40:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
Page: of 35 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.12 sec. Powered By: Snitz Forums 2000 Version 3.4.07