INTERACT FORUM

Please login or register.

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

Author Topic: search for duplicate album names  (Read 1709 times)

mirdle

  • World Citizen
  • ***
  • Posts: 118
search for duplicate album names
« on: October 01, 2016, 12:11:19 am »

Is it possible to construct a query that results in all albums being displayed that are named the same as another album?
Logged

mirdle

  • World Citizen
  • ***
  • Posts: 118
Re: search for duplicate album names
« Reply #2 on: October 01, 2016, 09:51:08 am »

Thanks for the links, but that's not really what I'm trying to do.

My task is more simple.

I'm basically trying to find files that share the same album name but do not share the same directory or filepath.

Thanks for any help!

Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: search for duplicate album names
« Reply #3 on: October 01, 2016, 10:01:09 am »

You might try this.  Make a smart list and use this as the definition:

Code: [Select]
~nodup=[Album],[Filename /(path/)] ~dup=[Album]
Use the Import/Export dialog to paste in the expression.  Then save it.

That will probably get you close to what you are trying to do.

Brian.
Logged

mirdle

  • World Citizen
  • ***
  • Posts: 118
Re: search for duplicate album names
« Reply #4 on: October 01, 2016, 10:05:45 am »

Brian I think that did it! Thank you.
Logged
Pages: [1]   Go Up