Hello all, I am trying to play several files audio1.mp3, audio2.mp3, .... and to jump 30 seconds from the first file then to continue playing all in loop, without jumping the rest files What I have tried is: vlc --loop --start-time=30 audio1.mp3 audio2.mp3 But this command always jumps 30 second on ...