clearsort (353B)
1 #!/bin/rc 2 # Clear annoying sorting tags. Different people want things sorted in different 3 # ways. Let software (i,e, cmus) do it rather than hardcoding different sorting 4 # systems into files. 5 6 for (f in $*) { 7 tag/clear $f TSOP TSOA TSOC TSO2 XSOP XSOA XSOC TSP TS2 TSA TSC albumsort artistsort albumartistsort album-sort artist-sort albumartist-sort 8 }