Nice to see the split-cue-to-individual-virtual-tracks feature.
However, I can't get the subsong titles to show...
An overhaul of the title formatting options is on the list for 3.9, but for now here's an update that adds a "%9" option for the subsong number...
www.un4seen.com/stuff/xmplay.exe
To get "Filename · Title_from_cue (1)", you might set the title format to something like this: %0%?9{ · %?1{%1 }(%9)}
Splendid! Thanks a bunch. That simplified my old (and rather horrible) format string a lot. I simplified it further by using
%0%?9{ · %?1{%1}} since it already adds the " (
<tracknum>)" bit at the end automatically.
I did encounter another issue of sorts with the .cue support, and it's... well, I guess I get why it does this, and I totally buy the reason, but it is a cause for annoyance nonetheless.
So, it's common to keep an
original .cue around from EAC (or your other ripper software of choice) for archival/completeness reasons, even though the album might be cut up into separate (encoded) files. If you try to add a folder containing both individually split tracks and this original .cue (which points to .wav files, naturally), it'll ignore the .mp3s (or FLACs, or what-have-you), and try to load the .wav files that the .cue is pointing to. Of course. Could there possibly be an option added that, if the .cue links fail to load when you add the folder to the playlist, you instead attempt to load the tracks in that folder? I get why this happens and it does make sense, so maybe it's best to make it an option...