PDA

View Full Version : [ubuntu] Is there any application that start another allication are finnished



Azyx
April 23rd, 2013, 01:08 AM
For instane a movie player that start a music player when the movie is över? There are for instane vlc who may bllay booth movies and music, but I vant lower volume after the movir.

papibe
April 23rd, 2013, 01:42 AM
Hi Azyx.

You can write a little shell script for that. This would be a simple example:

#!/bin/bash

vlc --volume 400 movie.mp4

vlc --volume 200 song.mp3
Let us know if that helps.
Regards.

Azyx
April 23rd, 2013, 07:24 AM
Hi Azyx.

You can write a little shell script for that. This would be a simple example:

#!/bin/bash

vlc --volume 400 movie.mp4

vlc --volume 200 song.mp3
Let us know if that helps.
Regards.

vls want to open movie.mp4 and song.mp3