On Sun 15 Nov 2020 at 02:35:39 -0000, Juan R. de Silva wrote: > I use cron job to run VLC several times a day at predefined times. Each > time a different mp3 file is played and I need to set different audio > volume for each file. I also need to make it working unattended.
Set the volume level before running vlc: amixer sset 'Master' 10% -- Brian.