Back to Code & Script Bits Back to chipwork.com
 
...I'll name that tune in ASP (1).
Need an excuse to learn ASP?
How about organising that ever growing media collection?
 
Ingredients:
3GB 20GB+ of media files and a heck of a lot of movies to catalogue.
Objective.
To list all files within a directory structure in a plain ASCII text list which can be easily imported to any database, then to use that database to sort and display titles, artists and albums over the web, and to play files over a local network via ASP web pages.

The Page Layout.
Here's a screenshot of how it looked as it began to take shape, with a search box and 'order by' selector, and a couple of 'Category' and 'Artist' dropdowns contained in the top frame of a two-frame page. All the input boxes are within forms that call three slightly different ASP pages targeted to the lower frame.
Next >>

Back to chipwork.com.