INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Editing Duplicates Issue  (Read 843 times)

Bioman

  • Recent member
  • *
  • Posts: 29
Editing Duplicates Issue
« on: August 22, 2019, 11:21:39 am »

The Wiki process works fine.  I am able to generate a list of duplicates.  Is there a way to get the list to NOT scroll back to the top each time I highlight and delete a file.  The list is rather large and scrolling back down to where I was last after every deletion is a real PITA.  :P
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Editing Duplicates Issue
« Reply #1 on: August 22, 2019, 11:50:11 am »

While this isn't a fix, I have a possible workaround.

For all your duplicates you could temporarily co-opt a field, say the comments field.  For every duplicate you could put whatever you want in the Comment field, like the letter X.  Then once you are done marking everything as a dupe do a search to only display files where the comment field equals X and then delete all the results.
Logged

Bioman

  • Recent member
  • *
  • Posts: 29
Re: Editing Duplicates Issue
« Reply #2 on: August 22, 2019, 12:27:44 pm »

So the script would be Comments=X instead of ~dup=[File Size],[Name]?
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Editing Duplicates Issue
« Reply #3 on: August 22, 2019, 01:12:27 pm »

What I am saying is continue doing what you're doing now, but instead of deleting the files, which causes everything to jump to the top, add an X to the comment field (or whatever field you want, one that is normally empty).  Then once you are done identifying your dupes search for [Comment]=[ x ]  This will then show you everything that you've deemed a duplicate and you can select them all and then delete them.
Logged

Bioman

  • Recent member
  • *
  • Posts: 29
Re: Editing Duplicates Issue
« Reply #4 on: August 22, 2019, 03:24:57 pm »

Yes, I understood.  Simply was not aware of the correct command syntax.  Thanks, I'll try that.
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Editing Duplicates Issue
« Reply #5 on: August 22, 2019, 03:49:10 pm »

The actual term will be

Code: [Select]
[Comment]=[x]
(No spaces) The forum was messing with it before
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1971
Re: Editing Duplicates Issue
« Reply #6 on: August 22, 2019, 04:19:19 pm »

Logged

Bioman

  • Recent member
  • *
  • Posts: 29
Re: Editing Duplicates Issue
« Reply #7 on: August 23, 2019, 06:36:59 am »

Thanks Moe
Logged
Pages: [1]   Go Up