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... 8 9 10 11 12 ...16  Previous   Next
HTML Window - Galleries
Author Message
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
Sounds good to me... you are the genius coder... I am just an idea man! 
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
Hehe, I'm just trying to make it work...

Speaking of which... the image sequence would initially have to be... well in sequence... would that be sufficient? or do I have to code for image name jumping, like: 03, 06, 04?
Personally, I would go with sequence rather than the later.

Holding of coding for a spell...

Over...
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
I would stick with sequential order... it wouldn't be hard to name them as needed.

Or do you think it would be easier to code if we adopted a new order numbering... something like....

g1.00.jpg = Gallery 1 Image 00
g1.01.jpg = Gallery 1 Image 01

g2.00.jpg = Gallery 2 Image 00
g2.01.jpg = Gallery 2 Image 01

what do you think?
Pete
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
I like this idea of sub-galleries!

As for the notes, it may be too late, I would think I would've used something like

<gallery=[#ofgalleries];[captiongall1][#pic];[captiongal2][#pic] .... >

And then, number the files like Pete suggested :

g1.00.jpg
g1.01.jpg

g2.00.jpg
g2.01.jpg

It takes longer to set up and name the files, but if you're willing to go multi-sub-galleries, I'm guessing one wouldn't mind taking a little longer to actually name the files.

Now, if only FredLooks could integrate support for these (I mean our little HTML windows, not just this one) into phpdvdprofiler
 Last edited: by RossRoy
DVD Profiler Unlimited RegistrantFredLooks
phpDVDProfilerDude D5/7/2
Registered: March 13, 2007
Canada Posts: 350
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Yeah, I've been struggling a little with that. The issues include:

How do the HTML windows propagate? By this I mean: are they distributed in the phpDVDProfiler package? Or maybe some mechanism whereby you modify your phpDVDProfiler configuration to reference some HTML files, and then are responsible for getting them onto your server and named properly, etc.

How are the HTML windows to be displayed? The windows program has a fairly extensive (one could say even elaborate) set of mechanisms for manipulating the HTML windows, allowing docking with other windows, providing tabs with identifying names, etc. It would be easy to make phpDVDProfiler throw up new windows for each HTML window, but I expect that wouldn't be as satisfying as one would like. And the infrastructure for a windowing system of a similar nature to the windows program is pretty extensive...

I just realised, that if all of these windows are controlled from tags in the notes then one could add a parameter to the tags, like filename=xxx.html, and then you could have per-profile windows (assuming we figure out how to display them at all )
-fred
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
Quoting FredLooks:
Quote:
How do the HTML windows propagate? By this I mean: are they distributed in the phpDVDProfiler package? Or maybe some mechanism whereby you modify your phpDVDProfiler configuration to reference some HTML files, and then are responsible for getting them onto your server and named properly, etc.


Well, the windows themselves being HTML code with JavaScript, you could have a folder full of HTML files which are the different windows, and tell phpDVDProfiler where they are.

Since not everybody use the same windows, I don't know how that could be handled. One thing that comes to mind is that most windows will either use the Header_Vars through JavaScript, or the <DP Name> tags in HTML. There would probably need to have some sort of mechanism to treat those dynamically.

Quote:
How are the HTML windows to be displayed? The windows program has a fairly extensive (one could say even elaborate) set of mechanisms for manipulating the HTML windows, allowing docking with other windows, providing tabs with identifying names, etc. It would be easy to make phpDVDProfiler throw up new windows for each HTML window, but I expect that wouldn't be as satisfying as one would like. And the infrastructure for a windowing system of a similar nature to the windows program is pretty extensive...


My preference, if this would be added, is to have clickable tabs at the top on the main detail page. Kind of like how Mithirandir's divided the information among different tabs in his skin. So you'd have the first tab be the usual main detail of phpDVDProfiler, and then the different HTML window next to it, showing or not whether  they are set or not in the notes of the profile being shown.

Quote:
I just realised, that if all of these windows are controlled from tags in the notes then one could add a parameter to the tags, like filename=xxx.html, and then you could have per-profile windows (assuming we figure out how to display them at all )


Yeah, that would work too. If we take the Gallery for example, the tag we use is <gallery=#>, maybe we could just use the part before the = to name the file, so the HTML file it would look for is Gallery.html (prevents having to add even more data to the notes).

Hmmm.. Just thought of the episode guide.. This one would be a tough cookie. There's so many options in there (by upc, by upc with locality, define the epg name in the notes, etc.) 

It's really frustrating that I don't know anything about PHP..    I'm shooting out stuff and ideas, but I have no idea how difficult or if it's even possible to implement..
DVD Profiler Desktop and Mobile RegistrantStar ContributorNewEnglander
Registered: 11/13/2003
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 1,911
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I would suggest a naming scheme along the lines of....

Movie Posters: = mp-00.jpg, etc

Promotional Photos: = promo-00.jpg, etc.

Production Photos: = prod-00.jpg, etc.

Screen Caps: = sc-00.jpg, etc


For episodes of TV Shows = ep01-00.jpg; ep02.00.jpg


Easier to tell when browsing folders what images are for what sub-category
Signature banned: Reason out of date...
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
Just to let you guys know this is still on the table (for me), but as it turns out, I'm somewhat pressed for time.

I was thinking about the Video Viewer and how it was done, maybe the GV could be done in the same way (with the two dimensional array), then specify the differences between profiles in the notes section.
This way I wouldn't have to hard code the captions or the prefix's, but rather open to the user to specify.
Also, it must still be possible to only specify the Tag line <gallery=#> in notes + some people might not want to rename their files.

If you'd like to take a crack at it, then please go right ahead
I'll merge your stuff into the GV when time allows.
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 xyrano:
Quote:

Also, it must still be possible to only specify the Tag line <gallery=#> in notes + some people might not want to rename their files.


the prospect of having to rename all my pictures.. err.. no. lets make sure those who haven't unlimited time can still enjoy the gallery..

Paul
DVD Profiler Desktop and Mobile RegistrantStar ContributorNewEnglander
Registered: 11/13/2003
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 1,911
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
There are programs out there that batch rename files. I would not suggest the naming scheme otherwise.

It just seems to be the simplest solution.
Signature banned: Reason out of date...
DVD Profiler Unlimited Registrantzefeer
Registered: 10.02.2004
Registered: March 19, 2007
Portugal Posts: 93
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Hello to everyone.

I just saw this today after adding some large posters to my gallery, that after I click on it the photos don't appear as they should, they are cut off. Does this append to any one else? or do we have to change the height or width?
Beauty is in the eye of the beholder!
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
I haven't seen this problem myself... but no... you shouldn't need to adjust the hight and width... it should automatically fix itself to the right size. Not sure what the problem is you are having.
Pete
DVD Profiler Desktop and Mobile RegistrantStar ContributorPantheon
Registered: March 14, 2007
Reputation: High Rating
United Kingdom Posts: 1,819
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hello all

Fistly...many thanks Xyrano for an excellent feature...I've been waiting for something like this!! I've managed to get it all up and running...and now have a very nice collection of movie posters!

However, I'm having problems getting it to work with Disc IDs.

I've named the folders by the Disc ID leaving out the '-', but it's not working.

What am I doing wrong? Should I be giving them a different name?

Any help would be greatly appreciated!!

Pantheon
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 Pantheon:
Quote:
Hello all

Fistly...many thanks Xyrano for an excellent feature...I've been waiting for something like this!! I've managed to get it all up and running...and now have a very nice collection of movie posters!

However, I'm having problems getting it to work with Disc IDs.

I've named the folders by the Disc ID leaving out the '-', but it's not working.

What am I doing wrong? Should I be giving them a different name?

Any help would be greatly appreciated!!

Pantheon

There should be an 'I' before the UPC! Like so: I408431F5B5069A25.html
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...
ever look at getting sections in the gallery like we talked about... you know like... have it broken up in something like...

Movie Posters:
All poster images

Screen Caps:
All Screen Cap images

Production Photos:
All Production images

Sorry... had to ask! 

EDIT:
This would also work good for episode images for TV Series! 
Pete
 Last edited: by Addicted2DVD
DVD Profiler Desktop and Mobile RegistrantStar ContributorPantheon
Registered: March 14, 2007
Reputation: High Rating
United Kingdom Posts: 1,819
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting xyrano:
Quote:
Quoting Pantheon:
Quote:
Hello all

Fistly...many thanks Xyrano for an excellent feature...I've been waiting for something like this!! I've managed to get it all up and running...and now have a very nice collection of movie posters!

However, I'm having problems getting it to work with Disc IDs.

I've named the folders by the Disc ID leaving out the '-', but it's not working.

What am I doing wrong? Should I be giving them a different name?

Any help would be greatly appreciated!!

Pantheon

There should be an 'I' before the UPC! Like so: I408431F5B5069A25.html


Worked like a charm!!!

Many, many thanks!
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 8 9 10 11 12 ...16  Previous   Next