LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   about at command (https://www.linuxquestions.org/questions/linux-newbie-8/about-at-command-143484/)

ixogn 02-07-2004 07:53 PM

about at command
 
i want to let xmms play a song at 07:00 this morning,
so i use at command like this:
$ at 07:00 2/7/04
>xmms /data/music/mp3/01.mp3
>echo "finished"
>CTRL + D

at 07:00,
no music heard,
but in /var/spool/mail/ixogn there is the finished msg.

i try it again with mplayer,
but get the same result.

i can use at to update my software,
why i cann't use it to play music?

:newbie:

jerrymei 02-08-2004 03:26 AM

Hey,

I think you don't have any problems with at command. Your problem is that since mp3 license is not freeware there is no free mp3 player shipping with Linux and unless you don't install the required plug-ins you can not play mp3 songs using xmms or mplayer.

Try to play a wave file see if you get the same result or not?

Hope it would help.

Greyweather 02-08-2004 08:13 AM

I have the same problem with at and xmms, and it does have the needed pluggins for mp3s (playing one right now).

In contrast, amp (comand-line mp3 player) works just fine with at.

aiki_kid 10-06-2004 04:47 AM

With both at adn cron you have to use comand line programs if you want it to work. Remember that at and cron are meant to be use for automatic backup and that surt of task and there is no need for gui in anything automated.

I use mpg321 with cron and it works like a charm.


-- aiki_kid :jawa:


All times are GMT -5. The time now is 05:44 PM.