Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 6 7 8 9 10 ...16  Previous   Next
HTML Window - Galleries
Author Message
DVD Profiler Desktop and Mobile Registrantpauls42
Reg: 31/01/2003
Registered: March 13, 2007
United Kingdom Posts: 2,692
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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!
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,330
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with 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!
Pete
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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!
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,330
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Cool... got it... Thanks!
Pete
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
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
DVD Profiler Desktop and Mobile Registrantpauls42
Reg: 31/01/2003
Registered: March 13, 2007
United Kingdom Posts: 2,692
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Very nice. Now with the same width window I get two columns instead of 1

very very nice..
Paul
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with 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....
Registered: July 7 2000
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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.
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,436
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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)
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with 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.
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,330
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
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.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 6 7 8 9 10 ...16  Previous   Next