I desperately try to write a search command with sort option, but always get "Unparsed garbage after expression".
For example:
Code: Select all
search "((genre contains \\"Jazz\\") AND (artist contains \\"Metheny\\")) sort \\"AlbumArtistSort\\""
Could somebody help me to get it right?