Difference between revisions of "Audio - Duplicated Tracks"

From JRiverWiki
Jump to: navigation, search
m (Duplicated Tracks)
m
Line 3: Line 3:
 
The following smartlist will display all duplicated tracks in your library, ie those with identical [artist] and [name] fields:
 
The following smartlist will display all duplicated tracks in your library, ie those with identical [artist] and [name] fields:
  
<tt>[Media Type]=[Audio] ~dup=[Artist],[Name] ~sort=[Artist],[Name]</tt>
+
<tt>[Media Type]=[Audio] ~dup=[Artist],[Name] ~sort=[Artist],[Name]</tt>
  
 
[[category:smartlist:_examples]]
 
[[category:smartlist:_examples]]

Revision as of 06:44, 13 January 2009

Duplicated Tracks

The following smartlist will display all duplicated tracks in your library, ie those with identical [artist] and [name] fields:

[Media Type]=[Audio] ~dup=[Artist],[Name] ~sort=[Artist],[Name]