Search question
Moderators: Hacker, petermad, Stefan2, white
Search question
How can I search for mp3 in a filename and exclude the file extension? Is it possible?
- ghisler(Author)
- Site Admin
- Posts: 50934
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Or use the plugins page:
"tc" "Name" "contains" "mp3"
(without the double quotes).
"tc" "Name" "contains" "mp3"
(without the double quotes).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
*mp3*.?* finds files with ANY (non-empty) extension. mp3 too.MVV wrote:You can try to find *mp3*.?* - this will find all files with mp3 in filename and with non-empty extensions. Or you can try to find *mp3*. *mp3*.?* - this will find files w/o extensions too.
It should be rather
*mp3*|*.mp3
(exluding mp3 extension).
You're right, only topic starter knows what he wants.Gral wrote:MVV - "exclude the file extension" i unterstood as a "NOT MP3 files in search results at all", maybe i'm wrong - curls decides what he wants.

BTW this method works like my one (it may select MP3-files too if their names contain mp3).Gral wrote:Christian's method works in any case of course.
