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
 DefaultHTMLCard
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

JDommi
Administrator

Germany
4638 Posts

Posted - 12 Jan 2010 :  14:54:09  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
For testing purposes!!!

You can download the DefaultHTMLCard.rar from http://jdommi.de.vu/xmm
It now includes a routine for showing the card with normal font (just like it already is), in smaller font and in larger one.
Additionally ther is inbuilt a new kind of opening the (back) cover:
instead of opening a new window for it, now the pic will be shown in front of the card itself with the ability to show next/previous cover.
Only bug in that: if no more pics exist the function doesn't recognize it and shows a very small field instead. But that will be corrected in one of the next releases of XMM. Will be working dynamically just like the episodes of a TVShow.

Comments and improvements are welcome!

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 - 12 Jan 2010 :  20:15:10  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can delete these useless javascript copy's in the archive:

\Lightbox\js\lightbox.js.bak
\Lightbox\js\Kopie von lightbox.js
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 12 Jan 2010 :  20:52:32  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sure, but that doesn't change anything on behaviour ;)
More interesting is if all works correctly :P

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

Edited by - JDommi on 12 Jan 2010 20:52:59
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 13 Jan 2010 :  13:14:37  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Now not existing covers will be eliminated from list ;)
Only a workaround until Alessio has changed function in XMM.

readded: "old stars rating" for personal ratings

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

JDommi
Administrator

Germany
4638 Posts

Posted - 13 Jan 2010 :  20:33:36  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
MyCollectionCard.rar:
contains actor.htm, episode.htm and movienew.htm
actor and episodes: lightbox added
movienew: table width set to 100% instead of 1600px

still to do: conversion to css and font sizing. Help required...

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

JDommi
Administrator

Germany
4638 Posts

Posted - 14 Jan 2010 :  17:57:00  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Update:
DefaultHTMLCard:
. wrong font size on 2 fields corrected
MyCollectionCards:
. font sizing added to episode.htm
. font sizing added to movienew.htm (untested for I don't have any info in FILMOGRAPHY2)
. font sizing added to actor.htm (still does not work correctly on all fields) - would be nice if anyone can have a look at 'cause I don't have time to work on it some time soon...

ToDO: checking if all font sizes (small - normal - large) are readable
On 1280x1024 small is too small (for me) but the other sizes are good.

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

JDommi
Administrator

Germany
4638 Posts

Posted - 15 Jan 2010 :  13:05:37  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Update:
MyCollectionCards:
. font sizing added to actor.htm

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

bc0203
Starting Member

USA
8 Posts

Posted - 18 Jan 2010 :  09:45:59  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Wow... really cool. This makes a HUGE difference when trying to view cards on a 1080p display from across the room!

The word wrap gets kinda screwed up with the default card, though. Wonder if resizing the font would work better with the movie_bigcover template?

Just a thought.




Using Windows 7, eXtreme Media Manger, CyberLink Power DVD Ultimate and Virtual Clone Drive to catalog and play back my library of DVD images (ISO)

Edited by - bc0203 on 18 Jan 2010 09:47:19
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 18 Jan 2010 :  11:17:17  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well, the sizes can be adjusted... First intention was to implement font sizing itself.
Word wrapping screws up - as said before I only have tested it on 1280x1024 resolution and that seemed to be ok.
Other cards can be processed same way, but it's kinda killing work to rewrite all formatting commands to css. Especially if you never had worked with it (as every more experienced will see at first sight *g*).
Btw. movie_bigcover, what do you think about the lightbox functionality in new card?
Last but not least: thx for your reply :)

How to implement fontsizing to html cards:
1. convert formatting to css
2. copy these lines to the end of the <head>-section
	<link rel="alternate stylesheet" type="text/css" href="MovieCards/CSS/normal.css" title="normal" />
	<link rel="alternate stylesheet" type="text/css" href="MovieCards/CSS/small.css" title="small" />
	<link rel="alternate stylesheet" type="text/css" href="MovieCards/CSS/large.css" title="large" />
	<script type="text/javascript" src="MovieCards/styleswitcher.js"></script>

3. insert links to activate the desired style anywhere in <body>
<a href="#" onclick="setActiveStyleSheet('small'); return false;">Small Text</a>
<a href="#" onclick="setActiveStyleSheet('normal'); return false;">Normal Text</a>
<a href="#" onclick="setActiveStyleSheet('large'); return false;">Large Text</a>

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

Edited by - JDommi on 18 Jan 2010 11:19:21
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 20 Jan 2010 :  10:51:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Change in DefaultHTMLCard: Now Movie Specifications will no longer be stretched if right part (Episodes, Cast, Crew, Awards) contains very long info.

All fontsized cards are now packed in one single file: FontsizedCards.rar

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

JDommi
Administrator

Germany
4638 Posts

Posted - 21 Jan 2010 :  13:16:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Very last change: if no awards are known then this section will not be displayed.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
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.14 sec. Powered By: Snitz Forums 2000 Version 3.4.07