I struggled a bit to get this right so just sharing. I want to start my videos in fullscreen mode and at a certain volume level. So I edited the defaultmediaplayer script (gnome-mplayer is my default player) as follows. Example:
Code: Select all
gnome-mplayer --fullscreen --volume=12 "$@"