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

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

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

Post 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]
Last edited by airplane_vn on 2008-09-18 08:50:48, edited 16 times in total.
weazle
Posts: 6
Joined: 2006-10-18 15:50:30

Post 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!
taz37m
Posts: 6
Joined: 2006-12-10 00:30:37

Post by taz37m »

Awesome template, works great.
Taz :D
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

New version 0.6

Post 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.
Last edited by airplane_vn on 2007-02-09 08:35:45, edited 2 times in total.
taz37m
Posts: 6
Joined: 2006-12-10 00:30:37

Post by taz37m »

Wow thank you very much Airplane This is just what I wanted. Your too cool.
Taz :grinking:
homer94300
Posts: 2
Joined: 2006-03-21 15:46:49

Post 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
Demonic
Posts: 10
Joined: 2006-12-11 05:57:36

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

Post 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
lafafmentvotre
Posts: 19
Joined: 2007-01-29 19:21:22
Location: France

airplane_vn_template_05

Post by lafafmentvotre »

Hello

I can't download this template.

Could you help me ?

Thanks

ps : sorry for my english
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post 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:
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

Post 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
Last edited by airplane_vn on 2007-02-10 06:52:53, edited 2 times in total.
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

Post 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
lafafmentvotre
Posts: 19
Joined: 2007-01-29 19:21:22
Location: France

JPEG

Post 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:
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

Re: JPEG

Post 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
lafafmentvotre
Posts: 19
Joined: 2007-01-29 19:21:22
Location: France

Re: JPEG

Post by lafafmentvotre »

Ok

It's in your mailbox

Thanks
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

Re: JPEG

Post 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
IBB
Posts: 18
Joined: 2007-02-18 00:35:51

Post 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 ;) )
Last edited by IBB on 2007-02-22 23:52:36, edited 1 time in total.
airplane_vn
Posts: 11
Joined: 2006-10-24 10:56:27

Post 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
IBB
Posts: 18
Joined: 2007-02-18 00:35:51

Post by IBB »

Great :)
Demonic
Posts: 10
Joined: 2006-12-11 05:57:36

Post by Demonic »

script 0.68 error if in categories include non English symbvols. (windows-1251 or UTF-8)
maybe set charset utf-8?
javbal
Posts: 1
Joined: 2008-02-13 13:33:54

Post by javbal »

Greets,

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

tks
Post Reply