File: 1664892804585.jpg–(61.53KB, 599x677, underwater.jpg)%3Ca%20href%3D%22..%2Fsrc%2F1664892804585.jpg%22%20onclick%3D%22return%20expandFile%28event%2C%20%2748%27%29%3B%22%3E%3Cimg%20src%3D%22..%2Fsrc%2F1664892804585.jpg%22%20width%3D%22599%22%20style%3D%22max-width%3A%2085vw%3Bheight%3A%20auto%3B%22%3E%3C%2Fa%3E
No.48
I was thinking about search.
a dumb simple method would be to write a mini script that recursively LISTS contents of a directory and writes the results to a text file
then appends other directory listings to that text file.
the text file could be accessed via a users browser, and use the browser's search feature to parse the text file/list
toss the tiny script into a nightly cron job, and either overwrite or create a new list base on date
IE:
cd action
ls-l >> main/text.list
cd drama
ls-l >> main/text.list
etc.
with a little tweaking and paying attention to PATHS you could get it to write out a text file of all the vid directories.
It's how I do it for my large collection.