>>>>> Phil Meyer <[email protected]> writes: >> Then you would use ALBUMARTISTSORT as the sort field for that string. >> > Is that true - I didn't know SqueezeCenter supported sort tags on > anything other than ARTIST tags. I know generic support for > "...SORT" tags has been requested a few times (enhancement requests > filed). Do you happen to know if "ALBUM ARTISTSORT", and > "COMPOSERSORT" now too then?
Support for ALBUMARTISTSORT was fixed in r27349 in the 7.3 branch and is in 7.3.4 betas... see this bug: http://bugs.slimdevices.com/show_bug.cgi?id=4584 and here is the changeset: http://svn.slimdevices.com/slim/7.3/trunk/server/Slim/Schema.pm?r1=25638&r2=27349 A similar one line patch should be sufficient to get the various other "...SORT" tags to work. Look for the occurrence of ALBUMARTISTSORT in server/Slim/Schema.pm, processing of these other "...SORT" tag should just need to be deferred in the same way. I'm not convinced that BANDSORT / TSO2 are currently working, as JJZolx claimed earlier in this thread. greg _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
