LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-17-2011, 07:15 PM   #1
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Indexing/organizing/searching Program?


I am looking for a program that will index all my files. When I say all I mean mp3's, pdf's, txt, pictures, etc. Maybe some kind of cross reference search as well. Not sure if I am explaining what I want correctly. I was thinking of something like Beagle use to be but I would want to manually certain folders, not all, scan rather then be forced with an autoscan that scans everything.

I have many files now (Documents, Audio, Images=50,000+) that it is hard to know what I have just by looking through them. It would take forever to do it that way. So basically they are just taking up space and sitting there.

Any ideas?

Edit: I am using three programs now. I would like to find one that does it all. I am using Gnome Referencer, Shotwell and JaJuk.

Last edited by Amdx2_x64; 11-17-2011 at 08:23 PM.
 
Old 11-17-2011, 09:07 PM   #2
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
Im not sure if I am understanding you exactly.

But mlocate sounds like it will do what you want.

Before searching it pays to update the database first.
Code:
updatedb
And then search with
Code:
locate some_file.txt
There's a bunch of options for both that you can configure it to suit your needs. (man updatedb, man locate)
 
Old 11-17-2011, 09:46 PM   #3
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
I am not sure what I am looking for either, lol.

I was hoping for something that scanned all files in specified folder and just listed them according to the type of file they are, example all .mp3's, all .pdf's, all .jpg's, etc and then listed them in a tree or folders. Something that would keep this info for easy and quick access, so I didn't have to rescan each time.

It doesn't need to play mp3's, view pdf's, edit images, etc. Something to just list them.

Last edited by Amdx2_x64; 11-17-2011 at 09:49 PM.
 
Old 11-17-2011, 10:37 PM   #4
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
find will do it for you
Code:
$ find -name '*.mp3'
You could output it to a file
Code:
$ find -name '*.mp3' > file.txt
To view a page at a time
Code:
$ find -name '*.mp3' | less
It doesn't store it anywhere, but it is fast enough that it doesn't have to.
 
Old 11-17-2011, 11:09 PM   #5
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Thanks for that info. But I was looking more for something with a GUI and would scan all sub-folders as well. This outputs it to a text file but that is it. I have many folders and 50,000 files to scan. I need something that has a little more to it.

However those commands will prove useful with some other things I plan on doing.
 
Old 11-17-2011, 11:13 PM   #6
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
Apparently there is a "google desktop" which may do what you are looking for.
http://www.nixtutor.com/linux/finding-files-in-linux/

Never used it, so i cant really comment, but might be of some use to you.
 
Old 11-17-2011, 11:28 PM   #7
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Thanks for the info. But it looks like they got rid of it.

Quote:
Google Desktop Update

Friday, September 02, 2011 12:48 PM

In 2004, Google launched Google Desktop, a program designed to make it easy for users to search their own PCs for emails, files, music, photos, Web pages and more.

Desktop has been used by tens of millions of people and we’ve been humbled by its usage and great user feedback. However, over the past seven years we’ve also witnessed some big changes in how users store and access their own data, with many moving to web-based applications. There has been a significant shift from local to cloud-based storage and computing, as well as integration of Google Desktop functionality (like local search) into most modern operating systems. This is a positive development for users and we’re excited that most people now have instant access to their personal information. As such, we’ll be discontinuing support for Google Desktop, including all of the associated APIs, services, plugins and gadgets.

As of September 14, Google Desktop will no longer be available for download, and existing installations will not be updated to include new features or fixes.

Thanks again to all of our users. It’s been a fun journey.
http://googledesktop.blogspot.com/20...op-update.html

Maybe they will give the code to the open source community. Or someone else will make an alternative. Seems like these places are trying to force everyone to the cloud. I refuse to go there. I like my feet on the ground and my files on MY computer, lol.

Edit: I looked for a Google desktop alternative. I found Beagle. But looks like that is discontinued as well. http://beagle-project.org/

Last edited by Amdx2_x64; 11-17-2011 at 11:39 PM.
 
Old 11-17-2011, 11:47 PM   #8
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Looks like I might just be out of luck. Not a complete loss. I do have Gnome Referencer, Shotwall and JaJuk. It is not all together like I want but at least it covers the files I want. Thanks for your help and suggestions fukawi1

Last edited by Amdx2_x64; 11-18-2011 at 12:10 AM.
 
Old 11-18-2011, 04:24 AM   #9
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Found what I want. Hope it works out well, seems to so far.

Data Crow

http://www.datacrow.net/download.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
recoll indexing error while indexing Mail/ [SOLVED] ajnabi Linux - Software 1 09-14-2009 12:44 AM
text indexing program gawain Linux - Newbie 8 01-14-2008 05:50 AM
Searching for a program like XMLSpy RazvanZ Programming 3 01-10-2008 04:18 AM
Searching/indexing software on a unix/linux server and windows-xp clients ArchNGEL Linux - Server 4 06-29-2007 02:45 PM
File indexing - Best program to use? IMSargon Linux - Software 2 04-02-2006 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration