Personal Video Database

English => Support => Topic started by: dekiscool on March 27, 2012, 05:35:22 pm

Title: Alphabetical Order?
Post by: dekiscool on March 27, 2012, 05:35:22 pm
So I am loading my movies in and with some trial and error, I think I have it pretty much how I want it. Except for one thing. If I export as HTML Frames, it shows my movies in a list in alphabetical order. However, if I export my movies as Web Pages(Index & Movies), it shows the list of movies on the index all out of sequence...like Adventures In Babysitting, Coma, Balls Of Fury etc...even if I just export the "A" movies, they are all out of sequence if I export as Web Pages(Index & Movies) . Any way to fix this in the code of the ptm files?

Thanks in advance.

Title: Re: Alphabetical Order?
Post by: nostra on March 27, 2012, 05:49:50 pm
Remove these lines from the ptm file and it will use the default sorting order:
Code: [Select]
sortby="3"
sortdir="sdAscending"
Title: Re: Alphabetical Order?
Post by: dekiscool on March 27, 2012, 09:32:16 pm
Thanks! Worked like a charm.