Field Mismatch (Artist): Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Field Mismatch (Artist)==

If you want to check artists for specific fields that do not match, eg their [country], try:
If you want to check artists for specific fields that do not match, eg their [country], try:


Line 11: Line 9:
* The modifier <tt>~a</tt> can be used to expand the results to full albums. Again this can be useful for showing which field is more common and thus more likely to be correct. It also allows mass tag updates.
* The modifier <tt>~a</tt> can be used to expand the results to full albums. Again this can be useful for showing which field is more common and thus more likely to be correct. It also allows mass tag updates.


[[Category:Smartlist:Examples:Audio]]
[[Category:Search Examples]]

Latest revision as of 05:50, 8 April 2014

If you want to check artists for specific fields that do not match, eg their [country], try:

[Media Type]=[Audio] ~nodup=[Artist],[Country] ~dup=[Artist] ~sort=[Artist],[Country]

For other fields, replace [Country] in the above example.

Notes:

  • You may want to tailor your results view to show useful fields that allow you to determine whether artists shown with different fields are the same artist, and not another artist of the same name. For example, showing [genre] can be useful here.
  • The modifier ~a can be used to expand the results to full albums. Again this can be useful for showing which field is more common and thus more likely to be correct. It also allows mass tag updates.