App to list down all files and folders of drives?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

App to list down all files and folders of drives?

Post by doctorized »

I have a couple of external hard drives that I use to store files. There are times that I look for a file, but I don't know which drive it's on. About 10 years ago I used a program which could record all the files that were on CDs and DVDs, so when I wanted to find a file, for example a song or a movie, I searched the list created by this program and found which disc it was on and in which subfolder. But I can't quite remember the name of the program to use it on the disks. A friend recommended VVV, Virtual Volumes View, but seems to be a little hard to use it. I t also createds a separate .vvv file for every drive. I tried Snap2HTML, seems easier to use but it is saving a separate file for each drive too. Do you have any other recommendations?
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: App to list down all files and folders of drives?

Post by boddhi »

Hello,

I don't know all the apps you've named and their features but why not create your own?

Personally, I've coded two apps for myself, one to list all my movies and epubs and another, working a little differently, for all my audio tracks.
This way, they meet exactly the needs that I have and that I don't always find in existing apps.
And only 3 databases, whatever the number of volumes. One for movies, one for ebooks and one for audio tracks.
But I could easily have just one.

You could use SQLite databases to store all the information you want to see.
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: App to list down all files and folders of drives?

Post by boddhi »

Here, a little screenshot of one of them.
Image
 
I have my own routines for analyzing the metadata of each type of file (avi, mkv and mp4 for movies, epub and mobi for ebooks, mp3, flac, wma, ma4, mp4 and wav for audio tracks) or for retrieving information (such as synopsis and posters for movies) from the net.
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
User avatar
skywalk
Addict
Addict
Posts: 4218
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: App to list down all files and folders of drives?

Post by skywalk »

If windows, use robocopy scripts with NULL option or dir listing.
These are super fast and highly customizable.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
KosterNET
User
User
Posts: 34
Joined: Tue Mar 22, 2016 10:08 pm

Re: App to list down all files and folders of drives?

Post by KosterNET »

I am extremely happy with FileLocator Pro from mythicsoft. I guess you can index all files on a removable harddisk as long as you do not set the index to run automatically.

https://www.mythicsoft.com/filelocatorpro/

I also use it to find applications or code that I have written before. As it has an index, you can even search inside files without having them available.
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: App to list down all files and folders of drives?

Post by AZJIO »

CD Collection 2.21 - but it has not been updated for a long time
Quin
Addict
Addict
Posts: 1133
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: App to list down all files and folders of drives?

Post by Quin »

I'm really happy with Voidtools' Everything. The alpha even has dupe finding, for example h: dupe;size->20mb
highend
Enthusiast
Enthusiast
Posts: 169
Joined: Tue Jun 17, 2014 4:49 pm

Re: App to list down all files and folders of drives?

Post by highend »

DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: App to list down all files and folders of drives?

Post by DarkDragon »

On linux I'd use find and grep. On windows you could download their windows executables or use WSL.
bye,
Daniel
Post Reply