13298 Is there any way to find identical contents, ignoring names

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chrisjj
    Carpal Tunnel
    • Apr 2008
    • 2537

    #16
    Thanks for the suggestion.

    > Alter your file filter so that all files matching the new rule are hidden.

    Since file filter and AO rules use incompatible syntaxes, I dont see how e.g.

    for ._04 Roméo et Juliette_ Va! je t'ai pardonné ... Nuit d'hyménée.m4a

    AO rule: (.*)é(.*)é(.*)é(.*)é(.*).m4a = $1e$2e$3e$4e$5.m4a

    but what file filter lines?

    *é*é*é*é*.m4a and *e*e*e*e*.m4a don't work.

    Comment

    • Michael Bulgrien
      Carpal Tunnel
      • Oct 2007
      • 1772

      #17
      AO rule: (.*)é(.*)é(.*)é(.*)é(.*) = $1e$2e$3e$4e$5
      File Filter: -*é*é*é*é*

      ...works for me

      What I had in mind was not to show any file names unless thay have accents. Create a filter that only shows files with the accents you care about. For example:
      File filter: *á*;*é*;*í*;*ó*;*ú*

      Filter out the pattern you just created an AO for:
      File filter: *á*;*é*;*í*;*ó*;*ú*;-*é*é*é*é*
      Last edited by Michael Bulgrien; 29-Mar-2011, 08:19 PM.
      BC v4.0.7 build 19761
      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

      Comment

      Working...