Author |
Message |
Registered: March 13, 2007 | Posts: 2,692 |
| Posted: | | | | Quoting RossRoy: Quote:
Interesting change, although there's no way I'm going through my files renaming it all without the 0 I'm lucky in that all my files already start as 1.jpg etc.. And I couldn't face renaming them. Especially as Roolku's download creates files starting from 1 not 01. | | | Paul |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting RossRoy: Quote: Quoting xyrano:
Quote: RossRoy: In your Overview HTML (which looks real nice) you have a different font for the title, what is the name of that font?
Here's the CSS I used for the title on my Overview HTML H1 { padding: 0px; margin: 0px; color: white; font: bold 26pt "Monotype Corsiva"; }
Quote: I would like to have my overview like yours. Another question, is the imdb value always the same length (tt + number of digits) or does it vary?
As far as I know, it is fixed tt + 7 numbers, but the way I've coded the script (well, actually, they way someone else (don'T know who)), it handles variable length codes. Thanks! |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Gallery Viewer v1.3 code below: Quote: which is here now. A bit of a lengthy code there, but I hope you all can enjoy it anyway | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | xyrano... I just put your upgrade in... I don't see it... what do I need to change to continue using numbering starting at 00.jpg?? Thans for the upgrade though! | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting Addicted2DVD: Quote: xyrano... I just put your upgrade in... I don't see it... what do I need to change to continue using numbering starting at 00.jpg??
Thans for the upgrade though! var ist = 0; // First gallery image name: 00.jpg? var ist = 0;. 01.jpg? var ist = 1; Your welcome! |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Cool... got it... Thanks! | | | Pete |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Awesome Xyrano! Love it! exactly what I wanted with the clipping and all! Woohoo just noticed it clips the images that are too high, and centers those that are too small!! This is just too much, never expected it to work that well!! | | | Last edited: by RossRoy |
|
Registered: March 13, 2007 | Posts: 2,692 |
| Posted: | | | | Very nice. Now with the same width window I get two columns instead of 1 very very nice.. | | | Paul |
|
Registered: March 13, 2007 | Posts: 4,506 |
| Posted: | | | | xyrano Do i have to change something with the tags...? I deleted v1.0 and added v1.3, changed the path in var gsl = "C:/Documents and Settings/Administrator/Mijn Documenten/DVD Profiler/gallery/"; But the pics don't show up, only te red crosses are there again. For the tags i use <gallery=50> Or what is there different from v1.0 that i have to change now.... | | | Registered: July 7 2000 |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Ooo you guys... :makescirclewithfoot: Quoting Zwollenaar: Quote: xyrano
Do i have to change something with the tags...? I deleted v1.0 and added v1.3, changed the path in var gsl = "C:/Documents and Settings/Administrator/Mijn Documenten/DVD Profiler/gallery/"; But the pics don't show up, only te red crosses are there again. For the tags i use <gallery=50> Or what is there different from v1.0 that i have to change now.... Your gsl variable looks fine so does <gallery=50> in notes. I think you do not use the locality number in the folder name, thats actually fine, but you need to set as follows: var loc = false; // 5050582449433? var loc = false;. 5050582449433.4? var loc = true;. There are plenty of added stuff in 1.3, but try to set the loc var first and see if you get it going. |
|
Registered: March 13, 2007 | Posts: 4,506 |
| Posted: | | | | Sorry that i'm a pain again... But the folder names have the upc codes, 7321932013740 (Bandidas) is one of them... 8712609687941 Is from Casino Royale... The new version just doesn't find the folders.., it finds the gallery folder but after that it lost his way... What do i have to change at the loc var....? | | | Registered: July 7 2000 |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | Quoting Zwollenaar: Quote: What do i have to change at the loc var....? Quoting xyrano: Quote: var loc = false; // 5050582449433? var loc = false;. 5050582449433.4? var loc = true; ;) | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Thanks ya_shin, I was about to post but you beat me to it... again Hmm, maybe I need to do a tutorial after all. |
|
Registered: March 13, 2007 | Posts: 4,506 |
| Posted: | | | | Quoting xyrano: Quote: Thanks ya_shin, I was about to post but you beat me to it... again
Hmm, maybe I need to do a tutorial after all. It works... Thanks again.... | | | Registered: July 7 2000 |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Quoting xyrano: Quote: Thanks ya_shin, I was about to post but you beat me to it... again
Hmm, maybe I need to do a tutorial after all. I for one wouldn't mind seeing a tutorial for it... I know the one you made for the EPGL was a huige help for me... I am thinking about checking out the new cropping feature now... but not sure what I need to change. | | | Pete |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Quoting Addicted2DVD: Quote: I for one wouldn't mind seeing a tutorial for it... I know the one you made for the EPGL was a huige help for me... I am thinking about checking out the new cropping feature now... but not sure what I need to change. You could, for starter, try setting var pos = true; and var cl1 true; Which would give you thumbnails that are clipped to 2/3 of the value you set at tnv, and pos will make them be offset so you see the center part, instead of the top most part of the image. |
|