T O P I C R E V I E W |
Prinz |
Posted - 02 Jan 2010 : 18:21:32 I changed the thetvdb.com script so it imports all posters and the new fanart. But it doesn't work. It downloads the fanart and saves it to the database folder, but it's not shown/added to the database.
Is it a Bug or does it not work with TVShows? Or something wrong with my changes to the script?
Here is the changed script: http://www.mediafire.com/download.php?vwowjjcyy0y |
20 L A T E S T R E P L I E S (Newest First) |
JDommi |
Posted - 12 Jan 2010 : 19:00:47 http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=6134 :) |
JDommi |
Posted - 11 Jan 2010 : 21:14:56 Yes, but as I have converted the fonts to em I must have the base size for 1em... and that it so far 16pt. But I wanted to have 8pt like in the original card as base. Or can I already scale the font size? Then it would doesn't matter... I'm just a little bit out of my mind *lol*
But the tag IS used... otherwise tahoma would not be used! |
Prinz |
Posted - 11 Jan 2010 : 20:59:59 quote: Originally posted by JDommi
Just converted DefaultHTMLCard to CSS. And it looks like before
But one thing that I can't go working
<style type="text/css">
body {font-family: tahoma; font-size: 8pt; margin-top: 0; margin-bottom: 0;}
</style>
Changes on body font-size style doesn't affect anything.
Because that Style is not used anywhere.
Everthing on that Card is already using Styles:
quote: <style> <!-- div.c22, p.c27 { text-align: center; } hr.c48 { height: 1px; } ... .c1 { color: white; font-size: 1.00em; } ... --> </style>
It will be used for everthing inside the arcording tag:
quote: <span class="c1"> ... </span>
|
JDommi |
Posted - 11 Jan 2010 : 19:54:38 Just converted DefaultHTMLCard to CSS. And it looks like before
But one thing that I can't go working
<style type="text/css">
body {font-family: tahoma; font-size: 8pt; margin-top: 0; margin-bottom: 0;}
</style>
Changes on body font-size style doesn't affect anything.
Card is updated on known address... |
JDommi |
Posted - 10 Jan 2010 : 21:56:25 No need to wait ;) As you might have seen the lines between start_(back)covers and end_(back)covers are only inserted if that picture exists ;) |
Prinz |
Posted - 10 Jan 2010 : 19:58:36 I will wait until the new functions are working. |
JDommi |
Posted - 10 Jan 2010 : 19:44:52 Well, feel free to correct it or write it your own. It's the best I have found for I'm not able to script it my own. Delphi would be much easier *lol* |
Prinz |
Posted - 10 Jan 2010 : 19:39:25 Just found out the Lightbox seams to have a Bug, sometimes it doesn't show the image in the correct aspect ratio. |
JDommi |
Posted - 10 Jan 2010 : 19:30:00 Well, the _MOVIE_COVERx_ will be changed dynamcially be Ale, same way like the episodes... there can be more than 10 pics, too! Therefore I didn't have worked on nonexisting covers ;) Movie specs: that was one of the original parts that was never changed, I think. Play Button: yes, seems that nobody else had thought to hide it if not used. But some parts should stay wheather their is data available or not. That garantuees same structure without searching data position for every movie. |
Prinz |
Posted - 10 Jan 2010 : 19:05:56 There is also a bug in EMM, if a cover is deleted the Moviecard should be reloaded. At the Moment it isn't and Variables _MOVIE_COVERx_, _MOVIE_BACKCOVERx_ are the old ones including the missing (deleted) Image. So the Lightbox doesn't work correct until the Moviecard is manually reloaded. |
Prinz |
Posted - 10 Jan 2010 : 18:56:46 Thx for the card. I added a few changes you missed or were there intentionally missing?
- relative height (height="75%") removed for the Movie Specification (I think so it looks nicer without the stretching) - play - button hidding
And i modified the LightBox to show the correct number of Images, if there are less then 10/11 (No more endless loading window)
Commented out the Variable _MOVIE_BACKCOVER10_ (The Variable doesn't exists - possibly a bug in EMM) |
JDommi |
Posted - 10 Jan 2010 : 16:00:04 Btw. I have checked the div container for the tagline... seems as if it's the same behaviour like the font slider. For me my div shows the correct result and yours show 1,8 lines (the descenders are out of the bar). It seems a little bit too much to the right and is overlapping a part of the first movie rating. Although only your height is 22 instead of my 14. Really strange! |
JDommi |
Posted - 10 Jan 2010 : 15:37:06 Well, jdommi.de.vu/xmm. There can you download the card.
|
Prinz |
Posted - 10 Jan 2010 : 14:54:58 CSS Styles are something that will simplify the Cards much. It's simple to make a consistent look on the page and modifying will be much easier.
Maybe i will try to convert the Card after the changes (Lightbox) are made and working. I don't know yet how much time i have i next weeks.
If i like the new Card. *just kidding* |
JDommi |
Posted - 10 Jan 2010 : 10:15:56 CSS - I don't have any experiences with style sheets. I only know that they exist... So I have to pass the ball to another one. |
Prinz |
Posted - 10 Jan 2010 : 02:07:27 Maybe the Moviecards should be changed:
quote: The <font> Tag Should NOT be Used
The <font> tag is deprecated in the latest versions of HTML (HTML 4 and XHTML).
The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. In future versions of HTML, style sheets (CSS) will be used to define the layout and display properties of HTML elements.
So the Cards should be converted to only use css Style="font-size:
With a mix of old html font tag and css style attributes is a uniform increase, decrease almost impossible. And one thing is much better about css style, you have much more possibility. ;) |
JDommi |
Posted - 09 Jan 2010 : 23:01:17 True, but I'm not that expert in javascript or html... for that I think (hope) I have done some good improvements on the card. But further work on is always welcome! I'm just looking for an easy way to realize the font scaling for the HTML card just Alessio has done for the grids. But that seems be be a harder work or needs a complete rewriting of the card(s). Maybe you are the guy for implementing that... |
Prinz |
Posted - 09 Jan 2010 : 22:49:58 It's just a matter of personal taste. I never liked it on Websites. Can't exactly say why, but i never liked the look.
The ability to choose the Moviecard is made just for that. Everybody likes a different look and feel. |
JDommi |
Posted - 09 Jan 2010 : 22:35:52 I don't like standard functions, too but: Just make it better |
Prinz |
Posted - 09 Jan 2010 : 22:20:53 Lightbox ... I'm not the biggest fan of these sort functions. I will see how it looks/works. Can't be much worse as it looks at the moment.
Yeah i know i need to send the script to Alessio but I'm still improving it and especially with one thing I'm not happy yet. Still thinking how to make it work correctly. When I'm done i will send it to him. |