- Introduction |
- Hardware |
- Software |
- Sound Quality |
- Reference |
- Enjoy
There are many reasons why there will be duplicates:
You can make a Smartlist to detect duplicates.

A simple one is using Name, all the songs with the same name.
Sort them by Name to get the duplicates grouped.

If you use the name (title) only, you can get a lot of false positives especially in case of classical music.

Adding the artist solves this problem.
Adding duration gives you a list of exact duplicates.