Code:
[IFCOMP]Various Artists\[album][IFMULTI] (Disc [disc])[]\[track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[album][IFMULTI] (Disc [disc])[]\[track] - [title][]
Madonna\Immaculate (Disc 1) (Disc 1)\05 - Holiday
Code:
[IFCOMP]Various Artists\[album][IFMULTI][]\[track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[album][IFMULTI][]\[track] - [title][]
Madonna\Immaculate (Disc 1)\05 - Holiday
[IFMULTI][] is just supposed to be an argument correct, so without anything in it, it should not be inserting (Disc 1). Instead you should need
[IFMULTI](Disc [disc])[], correct?
Comment