Author |
Topic |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 12 Apr 2011 : 10:33:09
|
The current Database Table structure doesn't allow for such Movie/TVShow Role specific Data.
For that a new Table that is linked to the Movie Table with a new Memo field for the Role description has to be created and a additional Variable for the Moviecard's Actor Block has to be created. One could also create in the Table a Role specific Actor Image and Variable on the Moviecard (thetvdb for example has Role specific Actor Images). Of Course for both also a import function in magic script would be needed.
But that is much work and i think at the moment there are more imported Fields and functions for TV Shows missing. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 12 Apr 2011 : 10:42:32
|
I have posted in the feature request a few suggestions.
And here is a new studio pic "Babylon Productions" with the modified InsertImages.js |
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 Apr 2011 : 12:45:21
|
- Changed on the Actors Card the Movies in Database Table style to fixed and set a fixed height for the Movie Title/Plot cell (this ensures that all rows are the same height/ also it should increase the speed the table i drawn by the browser engine)
http://www.mediafire.com/?ouf1d7x98al02h5 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 13 Apr 2011 : 06:14:53
|
oops, forgotten to put the link in for Babylon Productions...
http://www.mediafire.com/?wvnd11k6212b74k |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
tonycole
New Member
87 Posts |
Posted - 13 Apr 2011 : 15:41:04
|
HI Good job on the moviecards guys, looking great. (hope alessio is giving you a cut). I don't know if it's me but the awards don't show on the actor card anymore ( i mainly use xp with ie8 but have dual boot win7 with ie9 same there). I've had a look at the code and that section is still therebut nothing appears no problem on moviecard. Also on the actor card is it possible for your picture script to show more pictures if they exist (i put some gallery's in mine ). Also could the episode card use the banners from tvdb.com. thanks in advance tony. |
"My god it's full of stars." |
Edited by - tonycole on 13 Apr 2011 15:44:59 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 13 Apr 2011 : 16:38:08
|
Oops... forgot to add the changed actor awards script for the tabs version...
http://www.mediafire.com/?t28ych91bv9e0a2
quote: Also could the episode card use the banners from tvdb.com.
That is more or less a request for additional fields for TV shows. Request have been made, but at the moment we can just hope for the day there are fulfilled.
quote: Also on the actor card is it possible for your picture script to show more pictures if they exist (i put some gallery's in mine ).
You mean the Actors Image(s)(_ACTOR_COVER_)? And no because XMM doesn't tell (no variable) the html Actors Cards how many Actor Images exist. |
|
|
tonycole
New Member
87 Posts |
Posted - 13 Apr 2011 : 17:44:15
|
Hi prinz
thanks for the info. reference actor image, in the past i have been able put a gallery at bottom the actor card cos as with movie_cover the actor_cover's get a number added to the end. I stopped doing it because i would forget to back the card before doing an update so I'd end up starting again,it was only few pictures similar imdb. Could i do a custom card and change the path in the config.ini or would that screw things up.
sorry for going off topic of the thread. Tony.
|
"My god it's full of stars." |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 13 Apr 2011 : 19:17:57
|
Prinz, as some users have extended the movie runtime to a length of 3 values (with the utility "MovieLength" http://www.mediafire.com/?qgkuqakgga6wz1u) for sorting purposes in the grid I wanna ask you to insert this code in the movie_bigcover cards:
<script>
var regEx1 = /^[0]+/;
var regEx2 = /\([0]/;
var before = '_MOVIE_LENGTH';
var after = '';
after = before.replace(regEx1,'');
after = after.replace(regEx2,'(');
document.write(after);
</script> it will remove the output of leading zeros on the cards, what's really look better. "Normal" length are not affected! |
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 - 13 Apr 2011 : 20:08:07
|
quote: Originally posted by JDommi var regEx2 = /\([0]/;
For what is that RegEx? |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 13 Apr 2011 : 20:16:12
|
That is for a second time as for the move "2001" => 142:45 Min. (134:45 Min.o.A.) The second time is without ending credits. |
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 |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 13 Apr 2011 : 20:42:03
|
THX, Prinz! By the way, do you have already included the new studio pic/insertimages.js (post from 06:14:53)? |
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 - 13 Apr 2011 : 20:46:00
|
Can't download that archive. Mediafire always redirects to a non-existing domain (the real domain name is missing in the url). It's a bug on there site that some urls get not correctly redirected. |
|
|
JDommi
Administrator
Germany
4653 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 14 Apr 2011 : 21:55:27
|
Is there Interest in changing the background color of the entire Page? Just asking, because i have an idea... |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 14 Apr 2011 : 22:55:06
|
Surely! I would like to have a black background... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
ronbug4444
Junior Member
147 Posts |
Posted - 15 Apr 2011 : 02:00:45
|
Yes, that would be great. The more customization the better. |
|
|
Topic |
|
|