I have a playlist that specifies start and stop times using the following: #EXTVLCOPT:start-time=213 #EXTVLCOPT:stop-time=353 All works but now I'd like to also control the volume for each individual item within a playlist, is that possible? I tried adding "#EXTVLCOPT:directx-volume=0.4" t...