Page 1 of 2

airplane_vn template:Thumbnail, sorting, filtering...(v0.72)

Posted: 2006-10-28 04:27:11
by airplane_vn
Newer version 0.72 has come. Please view the latest reply.
I built this template for myself. It is quite simple yet easy to install.
But with all the features listed below, i hope you'll find it helpful in your case.

FEATURES

- Display:
-- Long List: Movies with image and details information
--Short List: Movies with main information only
-- Thumbnails : Images only

- Sort:
-- Sorting functions on all displayed fields

- Filter:
--Filter by Categories (support item with multi-categories separated by comma)
--Filter by Movie Types
--Filter by Movie Years [NEW]
--Search/Filter by Actor, Movie Name and Director [NEW]

- Others:
--Support movies with multi AVI files (will display a menu to play files)
--Click on Actor Name to filter Movies
--Support IE and Firefox
--Customizable columns to display


SCREENSHOTS
Image
Image

DOWNLOAD


http://rapidshare.com/files/146249643/a ... 2.rar.html

or

http://www.4shared.com/file/63453112/11 ... n_072.html

CUSTOMIZATION
-You can change the configuration variable on top of the html files to change the display type.
-- thbNumPic = 6; // number of pictures in a row when display thumbnails
-- thbPicSize = '120'; // pictures width when display thumbnails
-- iActorButton = 1 // enable/disable actor names hyper link

-You can change the columns to display, see my later post for this one.

-You can use functions for managing movies with multi-files
--Enter total files in AMC on field: Number of Disks
--Named your .avi files like this : XXXCD1.avi ; XXXXCD2.avi
--Your URL field on AMC should be point to the XXXCD1.avi file.


CHANGE LOG
Version 0.72
- Add filter movie by year of production
- Add search/filter by Director
- Compact the code for smaller size

Version 0.68:
- Improve performance on searching functions
- Improve display on IE (now fully tested with IE7)

Version 0.67
- add new search functions for actors
- add new filter functions for movie source
- optimize some functions for faster processing
- fix bug with blank space in categories
- add new functions for click on actor name to filter movies


Version 0.6
- Add on two variables to control thumbnails display
- Add sorting to all columns in the page.
- Change some GUI on "Long List" display type.
- Add function for controlling multi-files movies

Have fun.
airplane_vn@yahoo.com[/url]

Posted: 2006-11-06 12:39:51
by weazle
Damn man, this template really rules!

Looking for such a complete template for some time now. Finally all the options I want without the need to setup an database with a PHP frontend. :)

Keep up the good work!

Posted: 2006-12-10 00:34:25
by taz37m
Awesome template, works great.
Taz :D

New version 0.6

Posted: 2006-12-14 10:16:07
by airplane_vn
From last time, i've already made some changes for you to easier customized the template and add on some new features. So i think just post here for you to check it out.
This template was design base on my own requirements so it may or may not satisfy yours, but i will listen to any comments to improve the template.
Any sugesstion will be high appriciated.

Thanks.

This is the new version 0.6

-- Changes;
- Add on two variables to control thumbnails display
- Add sorting to all columns in the page.
- Change some GUI on "Long List" display type.
- Add function for controlling multi-files movies

-- Details
- thbNumPic, thbPicSize : is the 2 new variables. Allows you to change the size of the picture and the number of picture per row when display in Thumbnails mode.
- All column are sortable in both direction. You can fell free to add, delete or change column to suit your need. Note this:
This is the original code for the header:

Code: Select all

<td width=12% class="blk" nowrap><a id="header_1" href="javascript:sortTable(0,1,0);"><font color="#FFFFFF">Number</font></a></td>
sortTable() function, it has 3 variable

Code: Select all

1st variable : the type of sorting. 0 for descending, 1 for ascending
2nd variable: the index number of column. (Begin from 1)
3rd variable: the type of column data. 0 for number, 1 for text, 2 for date
- The last thing
Since i put the URL field storing my path to the .avi files (so when i click on the link, it will play the movie for me) so i put on another function to play around with multiple-files movies. If you do not use this functions just ignore this part, if manage .avi like i do you will need:
  • - You should have enter data on field : number of disks in AMC
    - You should name your avi file like : MovieXXX CD1.avi, MovieXXX CD2.avi... for multi-file movies. For single file movies, you do not need to change anything.
    - Your URL field should point to the path of MovieXXX CD1.avi
Have fun to you all.

Download the template 0.6 here
Newer version are available for download. Check out in latest reply.

Posted: 2006-12-14 13:06:37
by taz37m
Wow thank you very much Airplane This is just what I wanted. Your too cool.
Taz :grinking:

Posted: 2006-12-19 09:15:19
by homer94300
Thank you very much. This template is great.

Do you think there's a way to display all movies of a specific actor by clicking on its name in the cast ? Thats something I've been trying to do for monthes

Re: airplane_vn template : Thumbnail, sorting, filtering...

Posted: 2006-12-20 07:16:34
by Demonic
airplane_vn wrote:- Filter:
Filter by Categories (support item with multi-categories seperated by comma) --- if you want to change this just go to function loatcat();
script error if in categories include space. (seperated comma)

in template cut javascript first categories name

airplane_vn_template_05

Posted: 2007-01-29 19:23:52
by lafafmentvotre
Hello

I can't download this template.

Could you help me ?

Thanks

ps : sorry for my english

Posted: 2007-02-02 08:48:53
by Teebee
The file link that you requested is not valid. Please contact link publisher or
use our search engine to find a file or folder:

Posted: 2007-02-09 01:24:41
by airplane_vn
Hi all,
Regarding your previous requirements, i've add on some new functions for the template.

Version 0.67
- add new search functions for actors
- add new filter functions for movie source
- optimize some functions for faster processing
- fix bug with blank space in categories
- add new functions for click on actor name to filter movies

CUSTOMIZATION
Beside the last 2 option variables i've introduced, in this version you will have the new one.

- iActorButton : 0 to disable actor name hyperlink; 1 to enable it

(Just open the html file by notepad, you'll see this one. Change the way you want, save then use it to export movies)



Please try and enjoy.All the dead link above has been removed.You now can download the template in the following address.

For the one using URL to store web link
[url]http://www.4shared.com/file/10320850/12 ... _067a.html[/url]

For the one using URL to store AVI Files
[url]http://www.4shared.com/file/10320851/65 ... _067b.html[/url]


Best regards

Posted: 2007-02-10 06:05:18
by airplane_vn
Version 0.68:
- Improve performance on searching functions
- Improve display on IE (now fully tested with IE7)

You can download here

Version 0.68a for the one using URL to store weblink
http://www.4shared.com/file/10369133/5a ... _068a.html

Version 0.68b for the one using URL to store file path
http://www.4shared.com/file/10369136/2a ... _068b.html

Regards

JPEG

Posted: 2007-02-10 09:02:35
by lafafmentvotre
Hello

Thanks a lot for this template

So nice.

But some of my pictures movie are not visible in export HTML !!!!

What's the matter ?

Thanks for help

:cry: :cry: :cry:

Re: JPEG

Posted: 2007-02-10 11:42:42
by airplane_vn
lafafmentvotre wrote:Hello
Thanks a lot for this template
So nice.
But some of my pictures movie are not visible in export HTML !!!!
What's the matter ?
Thanks for help
:cry: :cry: :cry:
can you send me the exported HTML file and some pictures (which are not visible) to my email.
I will test and reply you later on.

Regard
airplane_vn@yahoo.com

Re: JPEG

Posted: 2007-02-10 12:39:34
by lafafmentvotre
Ok

It's in your mailbox

Thanks

Re: JPEG

Posted: 2007-02-10 18:31:40
by airplane_vn
lafafmentvotre wrote:Ok

It's in your mailbox

Thanks
It is because you exported pictures with file name = movie title.
So some picture's name will contains special characters that cause the display unsuccessful.

You can fix that by exporting pictures with file name = movie number. From AMC choose Preferences>Export; choose: Exported Filename + Movie Number in the Filenames area.

Your html file will be fine then.

Regards

Posted: 2007-02-22 15:16:44
by IBB
Excellent template :grinking:

2 questions: could you add a "search Director" function similar to the "Search Actor" ? It would be excellent to have all movies by Spielberg or Hitchcock in just 1 clic :p

Second question: I am creating a mod for video games collections, and I need an exportation template. Since the result you achieved is far beyond anything I could get, do you mind if I tweak your template a little for my mod and make it available? (I would obviously keep your name as author ;) )

Posted: 2007-02-22 16:24:12
by airplane_vn
IBB wrote:Excellent template :grinking:

2 questions: could you add a "search Director" function similar to the "Search Actor" ? It would be excellent to have all movies by Spielberg or Hitchcock in just 1 clic :p

Second question: I am creating a mod for video games collections, and I need an exportation template. Since the result you achieved is far beyond anything I could get, do you mind if I teak your template a little for my mod and make it available? (I would obviously keep your name as author ;) )
You're welcome to use my code with your mod and i'm happy to see it goes around like that.
If you face troubles just post your question, i'm willing to answer.

Beside, I will make the function you asked available in the next version along with some minor changes. Please keep update.

Regards

Posted: 2007-02-22 23:53:11
by IBB
Great :)

Posted: 2007-03-06 07:36:02
by Demonic
script 0.68 error if in categories include non English symbvols. (windows-1251 or UTF-8)
maybe set charset utf-8?

Posted: 2008-02-13 13:36:02
by javbal
Greets,

I'm unnable to download the template, can anyone help me?

tks