Im looking for something that I can run on my media server that will allow people to access an http(s) page, and run searches against my media collection.
it _must_ be http, as I will be allowing access from outside my network via a portfoward on the firewall, and it must index via the ID3v2.x tags as well as filename, and only show results from directorys I specify. It would be good if I can have it map each search result to an ftp:// URL thru a mapping scheme that I specify.
Ideally something in php or similar that would store the goodies in a mysql database, but im open to anything solong as it will run in a windows 2003 environment.
Anyone have any suggestions?