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
 Suggestions / New Features
 movie_bigcover update
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Prinz
Senior Member

Germany
1522 Posts

Posted - 16 Aug 2010 :  16:13:45  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
In your insertimages.js are the current changes missing. (A new function and a Bugfix)

Here is your insertimages.js with the changes:

http://www.mediafire.com/download.php?cml4mp4g03cle8n

Edited by - Prinz on 16 Aug 2010 16:14:12
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 16 Aug 2010 :  17:05:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for the fix!
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 16 Aug 2010 :  22:08:34  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Here is an update with some new logos and some fixes in the genres. I have a problem with some genres (Third-Person 3D Shooter, Third-Person 3D action, Third-Person 3D Action RPG) i canīt make them to show the icon (maybe donīt recognize the word 3D). Try it

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

Prinz
Senior Member

Germany
1522 Posts

Posted - 16 Aug 2010 :  22:40:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You have to type all Strings in lowercase! All genre are converted to lowercase before these are compared. Reason: To make the function case-insensitive. ;)

Example:
else if(a == "crpg" || a == "rpg" || a == "third-person 3d action rpg" || a == "role-playing")

Edited by - Prinz on 16 Aug 2010 22:43:59
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 17 Aug 2010 :  01:16:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for the info, here is the file with some fixes:

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

merlino
Starting Member

19 Posts

Posted - 18 Aug 2010 :  16:18:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello Prinz,
how can I increase characters dimension in the Card ?
With an high resolution characters appears minimal.
Have a look at this:
http://img822.imageshack.us/img822/3351/screen2i.jpg

Edited by - merlino on 18 Aug 2010 17:45:46
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 18 Aug 2010 :  19:15:12  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
There is no easy way because there are multiple font and sizes defined. I personally don't have a problem here (1920x1200).

I'm trying to figure something out, but can't promise anything yet.
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 18 Aug 2010 :  22:22:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- fix: sometimes the cookie couldn't be read

http://www.mediafire.com/download.php?s6vgdzef809oh8o
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 20 Aug 2010 :  08:46:51  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Added possibility to translate country flags

At the moment there are only examples inside:

var country_replace = new Array(
'espaņa|Spain',
'estados unidos|USA',
'etats-unis|USA',
'united states of america|USA',
'germania|Germany',
'deutschland|Germany',
'ungheria|Hungary');

The Red Name is the country name in lowercase in another language or another spelling of the country and the Green Name is the flag filename without the extension from the MovieCards/Flags Folder.


http://www.mediafire.com/download.php?1su7n8r014cn4nf

Edited by - Prinz on 20 Aug 2010 09:08:27
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 21 Aug 2010 :  17:56:01  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- exported the country function to it's own file countrys.js (one file for both moviecards and actors card)
- modified InsertImages.js for MovieCards and actor.js for actors card that no changes to the html cards are necessary (these scripts include the new file countrys.js into the html card on load)
- Remove everything within () or [] in the country field before comparing (mainly Actor born in Countrys that don't exist anymore, example: USSR)

http://www.mediafire.com/download.php?2u4tiboginub1ly

Edited by - Prinz on 21 Aug 2010 20:18:22
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 21 Aug 2010 :  22:50:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
movie_bigcover(blue) and movie_bigcover(blue)-slideshow

- Now Cast (Starring) thumb-pics also respect aspect radio
Edit: - Bugfix the Actor-Name/-Role wasn't centered

http://www.mediafire.com/download.php?q2bwgz4tr9pt5bi

Edited by - Prinz on 22 Aug 2010 01:19:39
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 23 Aug 2010 :  21:03:10  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Added styleswitcher
- Added jquery.menu for dynamically created Color Chooser menu
- moved the css files to /movie_bigcover subfolder

To add a new Style simply add one line in head of the movie card. The rest is done automatically.

<link rel="alternate stylesheet" type="text/css" href="moviecards/movie_bigcover/movie_bigcover(Aqua).css" title="Aqua">

Red = the stylesheet file

Green = the title which is displayed in the menu and saved/loaded to/from a cookie

http://www.mediafire.com/download.php?t29f9i9i19y1bx2
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 23 Aug 2010 :  21:17:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
How can i add FEATURES to the moviecard (in exchange for custom 5 or 6). Because with allmovies script you take info there and it donīt shows on the card. (sometimes shows and sometimes not)
Thanks for the updates and here is a little update: icons for games platforms (put on media typeicons:

http://www.mediafire.com/?pqm7a7o3jmh7l4e

Edited by - eemakia on 23 Aug 2010 21:36:04
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 23 Aug 2010 :  21:49:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You mean ALLGAMES? ALLMOVIES doesn't import anything to the FEATURES Field (it doesn't have that block).

- Added FEATURES Field (it's one of the fields that don't have linebreaks <br>, this bug i reported already several times)

http://www.mediafire.com/download.php?6b01h9n76e04m70

Edited by - Prinz on 23 Aug 2010 21:50:07
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 23 Aug 2010 :  22:27:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ja ja, sorry. Is ALLGAMES. Thanks for the fix. Sorry again
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 24 Aug 2010 :  16:49:41  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
small change:
- Fanart-border Color will now be changed too

http://www.mediafire.com/download.php?omm12l47gi4r4t6
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 24 Aug 2010 :  21:37:13  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Here is and update of Genres.js with some new genres with icons and spanish adds:

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

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 25 Aug 2010 :  08:26:58  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Prinz,

I have problem downloading your last file, seem corrupted, can you post again?

Thank you!

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 25 Aug 2010 :  17:03:11  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Remove the extracover if there are non.

http://www.mediafire.com/download.php?ryjetw5ih6q78rt
Go to Top of Page

eemakia
Junior Member

163 Posts

Posted - 25 Aug 2010 :  21:26:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for the updates but with the last one it donīt remove the extra cover (i mean the back cover, if that was the fix)
Go to Top of Page
Page: of 11 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.18 sec. Powered By: Snitz Forums 2000 Version 3.4.07