Hi All
It has been over 2 years since I used B4j and I have forgotten a lot and there have been so many improvements. I just need a push in the right direction please.
My problem is I have a huge list of files over 10 million. There are quite a few duplicates over 5 drives. I wanted to maybe use the checksum of the files to determine if they are duplicates.
Firstly which I am looking for this "push in the right direction" is to read all the disks recursively and put as much info of each file in a sql database. I think that would be the best place to sort and determine duplicates.
Then I want the ability to do a bubble search to show the results in a window which I can then Drag each one of the results into a program. An example would be to sort pictures and then using a keyword being able to drop them into a design program or MP3 music and being able to drag them into a mp3 player.
What does work similar to what I want to create is Hddb a hard drive database of all files. The problem with this is there has been no dev for the past 6-7 years and the limitation of 4.8 million files is a problem. The same problem exists with EVERYTHING another Hard drive database.
I would maybe also use the ID3 lib to extract more info that can be stored in the database.
Thank you in advance for steering me in the right direction. If you just leave some keywords for me to research, that would be great. If you want to explain a bit more it would also be appreciated
Thank You
It has been over 2 years since I used B4j and I have forgotten a lot and there have been so many improvements. I just need a push in the right direction please.
My problem is I have a huge list of files over 10 million. There are quite a few duplicates over 5 drives. I wanted to maybe use the checksum of the files to determine if they are duplicates.
Firstly which I am looking for this "push in the right direction" is to read all the disks recursively and put as much info of each file in a sql database. I think that would be the best place to sort and determine duplicates.
Then I want the ability to do a bubble search to show the results in a window which I can then Drag each one of the results into a program. An example would be to sort pictures and then using a keyword being able to drop them into a design program or MP3 music and being able to drag them into a mp3 player.
What does work similar to what I want to create is Hddb a hard drive database of all files. The problem with this is there has been no dev for the past 6-7 years and the limitation of 4.8 million files is a problem. The same problem exists with EVERYTHING another Hard drive database.
I would maybe also use the ID3 lib to extract more info that can be stored in the database.
Thank you in advance for steering me in the right direction. If you just leave some keywords for me to research, that would be great. If you want to explain a bit more it would also be appreciated
Thank You