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" to the Playlist but it didn't seem to work.
Running VLC for individual files and adding the command "--directx-volume=0.4" works at setting the volume, just can't get it to work within a Playlist.
Thanks.