Author |
Message |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | I noticed once you get the hang of it this is really simple. Though I still need to look at my sheet to tell me what number each section is for. Although I am not sure why these didn't work... <gallery=13?2=0:6&5=7:12> <gallery=15?2=0;1&5=2:14> | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting ya_shin: Quote: Quoting Addicted2DVD:
Quote: So looks like we have to tell every number instead of using 1-15?? If it is just one range, then a colon should work: <gallery=16?2=0&5=1:15>
What doesn't work, if the range is broken, like if the poster was in the middle somewhere, then you have to list them one by one. At least I haven't found a way to combine to ranges, like 1:10 and 12:23. [smacksselfonforhead] Grrrr, yes it should have been a colon, not a <strikethrough>dash</strikethrough>. Sorry! Thanks ya_shin! Quote: so this didn't work...
<gallery=13?2=0:6&5=7:12>
but yet this did work...
<gallery=13?2=0:6&5=7;8;9;10;11;12> That's wierd, I tested it to work here... b4 I published it... ...checking... Quote: maybe if you see what all don't work you will see a pattern? indeed... pattern is caught |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | cool | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting Addicted2DVD: Quote: I noticed once you get the hang of it this is really simple. Though I still need to look at my sheet to tell me what number each section is for. x: I thought about forcing you guys to rename your files, but I went with this solution instead
Although I am not sure why these didn't work... <gallery=13?2=0:6&5=7:12> <gallery=15?2=0;1&5=2:14> x: Thanks for testing and reporting this stuff Addicted!!!
After this is done, and I get custom sub-category names, and filename prefix in, I think this is pretty complete!? What you think? |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Sounds like it to me too... I can't think of a single other thing we could possibly add to the Gallery Window. BTW... Awesome Work! | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | You know... we could add more default categories... generalized categories... now if only I could figure out what those would be, it be all good [edit] Btw, those errors you've found have been fixed! working in next thing... | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Awesome!... looking forward to the next update! I already added a couple more default categories to mine... when I came up with a couple pics I couldn't decide what to do with... I added.. - Disc Art of course you will only see 1 image under this one.- Menu Shots don't normally add these but found one that I thought was cool... and since we didn't have custom categories yet... but yeah... sure there is always something we could come up with... but I think we are pretty much set once you add the things mentioned. | | | Pete |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | Quoting xyrano: Quote: After this is done, and I get custom sub-category names, and filename prefix in, I think this is pretty complete!? What you think? It's the last thing I am waiting for before getting to work on my galleries So for me that would make it complete. For me, the five categories you currently have will probably enough. If the names don't fit, I can just edit them within the html... | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | once he is done you won't have to... you will just be able to use the custom sub-galleries | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Custom sub-categories... - "It's working!" - Young Skywalker P.s with 1 condition: That the custom sub-category have at least 1 capitalized letter between A-Z. Will that be sufficient? Wait, that filename prefix thingie is gonna take some creative thinking... Hold on, cleaning code... | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | No problem for me to have 1 capitalized letter... I will mostly use it for Episode Names anyway! | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Ok! But, I've already weakened the condition by changing it to a-z. There is bound to be a lower letter in there... somewhere... lol Sorry, for being troublesome. Testing in DVD Profiler... Zu cod... Quote: is here now. Hope you guys test this... and stuff... ya_shin: Hope you don't mind waiting for the filename prefix thing a day or two more? | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Using the new stuff (1.4 and 1.5). <gallery=3 - where 3 is the number of images in your gallery. <gallery=3? - tells that you wish to use the new sub-categories. A line (bold) in the sub-category array (the array is in the configuration block)... Quote: var sc = new Array(["@", false], ["Image Gallery", "", false, false, []], // Line 1 ["Movie Posters", "", false, false, []], // Line 2 ["Promotional Photos", "", false, false, []], // Line 3 ["Production Photos", "", false, false, []], // Line 4 ["Screen Caps", "", false, false, []], // Line 5 ["Disc Art", "", false, false, []], // Line 6 ["Menu Shots", "", false, false, []], // Line 7 ["@"] ); Corresponds to: <gallery=1? 2 - next we wish to define the images to show for that sub-category. <gallery=3?2=1;3> - set here to show image 1 and 3. or <gallery=3?2=1:3> - set to show images 1 through 3. <gallery=3?2=1;3& - tells you wish to add a second sub-category to show. <gallery=3?2=1;3&5=2> - selects sub-category 5 (line 5) and to display image 2. Using a custom sub-category is no different than selecting a sub-category array line. <gallery=1? Box=1> - Bax as sub-category and to display image 1. <gallery=15?2=0:1& A custom sub-category=2&5=2:14> - to select sub-category 2 (line 2) and show image 0 through 1, then to pick your custom sub-category 'A custom sub-category' and to show image 2, then to select sub-category 5 (line 5) and to show image 2 through 14. <gallery=15?2=0:1& A custom sub-category=2& Another custom sub-category=3&5=2:14> - to select sub-category 2 (line 2) and show image 0 through 1, then to pick your custom sub-category 'A custom sub-category' and to show image 2, then to pick your second custom sub-category 'Another custom sub-category' and to show image 3, then finally to select sub-category 5 (line 5) and to show image 2 through 14. |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Awesome xyrano! I got the new code in.... you got the sub-categories all set.... now I can start collecting episode images for my TV Series!
Thanks a lot! So is that everything?... is the Gallery Viewer pretty much done now? | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | You are welcome!
Well, I've still got filename prefix to work in. | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | cool... at least you are so close you can taste it! | | | Pete |
|