Greetings!
I've been using the trial Windows version (plan to purchase a license when the trial's over in about 2 weeks - I already purchased a Linux license) and I've been customizing my panes columns and layout, but I've ran into a snag. I've using the following rules for file display for Panes...
[=save(0,v_tracks[album artist (auto)][album])1]=1 [=save(math(1+load(v_tracks[album artist (auto)][album])),v_tracks[album artist (auto)][album])1]=1 [=save(0,v_discs_[album artist (auto)]_[album])1]=1 [=save(math(max(max(0[disc #],1),load(v_discs_[album artist (auto)]_[album]))), v_discs_[album artist (auto)]_[album])1]=1
I'm also using the following expression for my Track/Total and Disc/Total columns...
[Track #] of load(v_tracks[album artist (auto)][album])
[Disc #] of load(v_discs_[album artist (auto)]_[album])
The problem is this, the total tracks for box sets/albums with multiple discs is capped at the total tracks for the entire set, not per disc. In the attachment, you'll see what I mean - it's displaying 81 tracks total for all discs, instead of the total tracks per disc. Single discs obviously display correctly How can I fix this to display correctly with multiple discs on the same album? Thanks in advance!
EDIT: I found another issue, this time Track/Total with 1 song for the album displays the total tracks with a 1, instead of the total tracks in the metadata. See the second attachment - it says 3 of 1, instead of 3 of 20 that's set in the metadata. How can I correct this one too?