My DVD collection is getting a bit out of hand. I have commercial DVDs, mini DVDs from my awful Sony DCR-DVD203, software DVDs and CDs, along with ages worth of backups of music, video, and general data. I'd like to implement a system of organization within the 800-or-so disks so that I can easily find the disk that contains the file I'm looking for.
Ideally it'd be a GUI app, perhaps linked to a MySQL or SQLite database for fast searches. I'd like it to make the data entry portion painless; stick the disk in, let it check the contents, write the proper metadata, and eject it so I can insert the next.
It's possible that something as simple as
find /cdrom/* >> big_nasty_list.txt could do most of the work. It'd be nice if it grabbed and recorded the disk's title as well. I could knock up a simple script that does that, but I imagine that with thousands or tens of thousands of lines in such a file grepping it would become a chore, hence the database. (I don't know squat about interfacing with databases in my own amateurish scripts).
Is there anything like this available? I'd prefer if it ran on Linux, but if you know of something excellent that runs on Windows, Mac, or even some other *NIX I'm all ears.
TIA!
Ideally it'd be a GUI app, perhaps linked to a MySQL or SQLite database for fast searches. I'd like it to make the data entry portion painless; stick the disk in, let it check the contents, write the proper metadata, and eject it so I can insert the next.
It's possible that something as simple as
find /cdrom/* >> big_nasty_list.txt could do most of the work. It'd be nice if it grabbed and recorded the disk's title as well. I could knock up a simple script that does that, but I imagine that with thousands or tens of thousands of lines in such a file grepping it would become a chore, hence the database. (I don't know squat about interfacing with databases in my own amateurish scripts).
Is there anything like this available? I'd prefer if it ran on Linux, but if you know of something excellent that runs on Windows, Mac, or even some other *NIX I'm all ears.
TIA!
Last edited: