Use crontab in Ubuntu to customize mplayer notifications

Source: Internet
Author: User
Ubuntu8.04. Crontab is a tool used to regularly run programs in Linux. Edit the following shell script mp3.sh :#! /Bin/shmplayer/home/administrator/Others/mp3/lanlianhua.mp3 give executable properties through chmodu + x. You can play a song through./mp3.sh on the command line. However, if you use crontab

Ubuntu 8.04. Crontab is a tool used to regularly run programs in Linux. Edit the following shell script mp3.sh:

#! /Bin/sh

Mplayer/home/administrator/Others/mp3/lanlianhua.mp3

Execute attributes using chmod u + x. You can play a song through./mp3.sh on the command line. However, if you use crontab-e to edit a scheduled file

15 */home/administrator/mp3.sh

That is to say, it is impossible to play a song at 15th minutes every hour.

Later, I looked around on the Forum and said I needed to set the display device for the gui program: for example:

Realplay export DISPLAY =: 0/home/administrator/Others/mp3/lanlianhua.mp3

I tested it. It is true. However, realplay is acceptable, but mplayer is still not.

Finally, mplayer/home/administrator/Others/mp3/lanlianhua.mp3>/dev/null

I don't know why. ? In this case, do not assign a console to mplayer?

In any case, the problem is solved.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.