1
vote
1answer
155 views

Disable transparency mplayer in script

I am working on a short script that will allow me to use video files as a background using mplayer. The code i've got so far is: #!/bin/bash if zenity --question --title="Run movie as desktop ...
1
vote
3answers
437 views

mplayer can not play audio from cron when ncmpcpp playing

I have script which execute mplayer command to play audio in crontab. It will be executed in a special time. But this script can not play audio when ncmpcpp ( a front-end for mpd - music player ...