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
 Information
 Yellow sign on DefaultMovieCard v. 7.0.4.8.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

marcehl
Starting Member

Spain
32 Posts

Posted - 13 Sep 2009 :  01:13:15  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi:

What's the meaning of the yellow sign on the left of the title in this new version?

Marcelino

marcehl
Starting Member

Spain
32 Posts

Posted - 13 Sep 2009 :  02:11:35  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I answer myself... It means the Genre, but how does it work exactly? I changed the name of the .png file "comedy.png" to "comedia.png" (in spanish), but the image does no appear in the movies with Genre "comedia".

Marcelino
Go to Top of Page

JDommi
Administrator

Germany
4655 Posts

Posted - 13 Sep 2009 :  09:15:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi marcehl ;)
That's indeed a little problem that need to be explained...

Go to the folder "C:\Documents and Settings\...\eXtreme Movie Manager\MovieCards". There is a file called Genre.js that has be be modified manually. This code will be called by DefaultHTMLCard so the card itself don't has to be changed.

A short explanation of how to modify:
1. adding genres:
just add the following lines before the last } else { phrase.
--> } else if(a == "new_genre") {
--> document.write('<img border="0" src="MovieCards/Genre/new_genrepic.png" width="48" height="48">');
new_genre has to be lowercase and the png has to be in folder Genre.
use _empty.png as template for the new pic
2. adding new translation:
add the 2 pipe signs (Alt Gr + <) and the new comparison before the trailing ")" --- || = or
--> } else if(a == "romance" || a == "romanze") {
--> } else if(a == "romance" || a == "romanze" || a == "amore") {

The png itself doesn't has to be renamed for translations.
I hope that I have explained it understandable enough...

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

Edited by - JDommi on 13 Sep 2009 09:19:17
Go to Top of Page

marcehl
Starting Member

Spain
32 Posts

Posted - 13 Sep 2009 :  11:13:49  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JDommi

I hope that I have explained it understandable enough...




Yes. Thank you, JDommi.

Marcelino
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.11 sec. Powered By: Snitz Forums 2000 Version 3.4.07