Hello everyone.
On linux Mint, in my music file, i have alot of different music files containing lots of songs.
What is the best way to proceed in finding specific songs without having to open all of my files one by one?
I tried entering parts of the titles in the research area of the file manager when i am inside the music file and it doesn't find anything.
I know that i have certain songs but i don't always know in what album they are stored in and i sometimes don't know the entire exact title name.
Some help would be greatly appreciated.
Thanks in advance for the help
SOLVED File search
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.
SOLVED File search
Last edited by jayr69 on Thu May 04, 2023 7:38 am, edited 1 time in total.
Re: File search
Import your music library into a player. I think Rhythmbox is pre installed.
Quodlibet is another one.
Quodlibet is another one.
Re: File search
jayr69...If you mean trying to find a specific music file in your Music folder...
...IF you have all of your songs inside that Music folder not sub folder-ed within it ( as in Each Artist or band has his/her their own Folder each within the Music folder)... then you can simply focus on that Music folder ( left click on it somewhere that doesn't perform any action .worst case other than highlighting something, or alt-tab to it )... then just start typing the name of the song and via indexing it will find it if that name of that music file is in that folder.
Also when in doubt... Terminal is your best friend.
use the
For example apparently I have more than one file with the name .. blackbird in it ( albeit one is all lower case and another is properly capitalized..which is the song of an Alterbridge song
So
If it's on more than one drive....will show me precisely where that file name in it's exact spelling is located across every drive that contains it.
I seem to have better luck with
...IF you have all of your songs inside that Music folder not sub folder-ed within it ( as in Each Artist or band has his/her their own Folder each within the Music folder)... then you can simply focus on that Music folder ( left click on it somewhere that doesn't perform any action .worst case other than highlighting something, or alt-tab to it )... then just start typing the name of the song and via indexing it will find it if that name of that music file is in that folder.
Also when in doubt... Terminal is your best friend.
use the
find
or locate
commandsFor example apparently I have more than one file with the name .. blackbird in it ( albeit one is all lower case and another is properly capitalized..which is the song of an Alterbridge song
So
locate Blackbird
If it's on more than one drive....will show me precisely where that file name in it's exact spelling is located across every drive that contains it.
I seem to have better luck with
locate
asrock x570 taichi
ryzen 5900x
128GB of kingston fury at 3600mhz 1.44 volts 20-20-20
corsair mp600 pro xt NVME ssd 4TB
8GB rx580 sapphire nitro+ video card
Viewsonic Elite UHD 32" 144hz monitor
ryzen 5900x
128GB of kingston fury at 3600mhz 1.44 volts 20-20-20
corsair mp600 pro xt NVME ssd 4TB
8GB rx580 sapphire nitro+ video card
Viewsonic Elite UHD 32" 144hz monitor
Re: File search
I love the find command, and this precisely is one of my big uses of it.
find
also works recursively, so no need have everything in one folder. Anyway I do have most of my music in one folder.I store music files as
artist name-song title
and all alphabetically using the artist's name (or band name)There are hundreds of files in one folder.
Say I can't remember the name of the artist (or band), but I do remember the song's title or even a part of it I use find to get the whole files name.
Say, for example I'm looking for "don't fear the reaper" I type;
Code: Select all
rick@t420:~$ find -iname "*don't fear the reaper*"
./Music/Blue Oyster Cult-don't fear the reaper.mp3
I HIGHLY recommend anyone using Linux to learn the basics of the find command.
Mint 20.0, and 21.0 MATE on Thinkpads, 3 X T420, T450, T470, and X200
Re: File search
Which file manager? Nemo, the default in Cinnamon, easily finds everything and defaults to searching through subfolders.
Re: File search
Yes it is nemo and it doesn't find the songs that i am looking for.
I did install Fsearch and that works.
I don't even have to write the entire song name and it will find all that contains the letters that i typed.
Worst come to worst i will work with that.
Thanks for the help everybody
I did install Fsearch and that works.
I don't even have to write the entire song name and it will find all that contains the letters that i typed.
Worst come to worst i will work with that.
Thanks for the help everybody
Re: File search
A dedicated audio player like those I mentioned has that built in - as well as the capability to use information contained inside the files themselves (id3-tag, for instance).
.. just saying - a file manager is not the most efficient tool to peruse a collection of audio files
It does work, of course.
.. just saying - a file manager is not the most efficient tool to peruse a collection of audio files
It does work, of course.
Re: File search
Thinkcentre M720Q - LM21.1 cinnamon, 4 x T430 - LM20.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
Re: File search
Hello.
I just tried catfish and it works good also.
Thanks
I just tried catfish and it works good also.
Thanks
Re: File search
What sort of search fails in Nemo and works in the others?
SearchMonkey
SearchMonkey was apparently made to bring Windows Explorer's sophisticated searching capabilities to Linux, but it looks like it is not being developed anymore.
Re: File search
Well just to let you know that the package Fsearch did solve the problem so for my usage i will use that instead to find my songs in my audio files.
If i want to find the song SAD SONGS by ELTON JOHN i just need to type sad and it will find all of the files containing the word sad.
I don't even need to bother with capital letters.
You just need to tell Fsearch where to start looking and then it will do the rest.
Catfish works good too but i do prefer Ssearch.
Thanks for the help people and i hope that my discoveries will help others as well.
Have a good day
If i want to find the song SAD SONGS by ELTON JOHN i just need to type sad and it will find all of the files containing the word sad.
I don't even need to bother with capital letters.
You just need to tell Fsearch where to start looking and then it will do the rest.
Catfish works good too but i do prefer Ssearch.
Thanks for the help people and i hope that my discoveries will help others as well.
Have a good day