File search even beter !

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
nsp
Power Member
Power Member
Posts: 1806
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

File search even beter !

Post by *nsp »

Two small feature request :
edit: all above is related to content plugin additional tab !

A) (simple) adding a not regexp operator
for startsWith, endsWith, 8 first characters,... regex is what we need !

B) (more difficult) adding an expression comparison like "Left part" <operator > "Right part".
left part and right part are string like : "[tag.track] - [tag.title].[Media.ext]"

Where inside bracket you have a call to a content plugin !

-- the operator could be = != ....

This would be a really good file finding stuff !!!

Next step would be to have two streams => matching and not matching files at once and being able to populate two tabs !!!!! (I will wait TC 7.5 to ask this one for TC 7.52 ;) )
Last edited by nsp on 2007-11-29, 05:48 UTC, edited 1 time in total.
User avatar
Flint
Power Member
Power Member
Posts: 3487
Joined: 2003-10-27, 09:25 UTC
Location: Antalya, Turkey
Contact:

Post by *Flint »

nsp wrote:A) (simple) adding a not regexp operator
for startsWith, endsWith, 8 first characters,... regex is what we need !
For text or for filename? If for text, then just check both RegEx (2) and Find files NOT containing the text.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 10.52 / Win10 x64
User avatar
nsp
Power Member
Power Member
Posts: 1806
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

I forgot to mention in my previous post that i was only referring the content plugin tab.

--- the post is edited ! ---
User avatar
Flint
Power Member
Power Member
Posts: 3487
Joined: 2003-10-27, 09:25 UTC
Location: Antalya, Turkey
Contact:

Post by *Flint »

Then I support the idea.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 10.52 / Win10 x64
User avatar
white
Power Member
Power Member
Posts: 4623
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: File search even beter !

Post by *white »

nsp wrote:Two small feature request :
edit: all above is related to content plugin additional tab !

A) (simple) adding a not regexp operator
for startsWith, endsWith, 8 first characters,... regex is what we need !
Support++ This operator is strangely absent in the search function "Plugins" page. List of operators when defining a rule using a content plug-in field of type string:

Code: Select all

contains
!contains
contains (case)
!contains (case)
=
!=
=(case)
!=(case)
regex
!regex         <---  absent! 
User avatar
white
Power Member
Power Member
Posts: 4623
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: File search even beter !

Post by *white »

nsp wrote: A) (simple) adding a not regexp operator
This feature has been implemented in TC 7.5

Thanks.
Post Reply