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...)
-
chumbo
- Posts: 272
- Joined: 04 Jan 2015 15:20
-
highend
- Posts: 14923
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
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
-
chumbo
- Posts: 272
- Joined: 04 Jan 2015 15:20
XYplorer Beta Club