Hi,
I've named my audio files %artist% - %title%.ext so for now I can only sort by artist (alphabetically, ascending or descending).
Is there a way to also sort by e.g. title or any other supported embedded music tag?
Thx!
Sort audio files by tags (Artist, Title, Album, etc...)
Re: Sort audio files by tags (Artist, Title, Album, etc...)
Just show the necessary tag column and use that for sorting?
Otherwise use a scripted custom column that returns only the part from the file name you want to use for sorting...
E.g. for the title:
Otherwise use a scripted custom column that returns only the part from the file name you want to use for sorting...
E.g. for the title:
return gettoken(<cc_base>, 2, " - ");One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club