Find the answer to your Linux question:
Results 1 to 3 of 3
Well, I was trying to do the similar yesterday, but somehow it didn't worked out. Just for checking, I wanted to play all the mp3s in a specific folder at ...
  1. #1
    Linux Newbie imranka's Avatar
    Join Date
    Dec 2007
    Location
    Kolkata
    Posts
    177

    crontab

    Well, I was trying to do the similar yesterday, but somehow it didn't worked out. Just for checking, I wanted to play all the mp3s in a specific folder at 10.15 p.m , so what I did is:

    I did crontab -e and added this line:
    15 22 * * * audacious ~/im/music/ipod/ *.mp3

    But it didn't work. Any suggestion?

  2. #2
    Just Joined! vitorgatti's Avatar
    Join Date
    Jan 2008
    Posts
    30
    15 22 * * * user audacious ~/im/music/ipod/*.mp3

    crontab probably was going to "/root" folder, because you didn't specified the user
    better is to put all the path: /home/user/im/music/ipod/*.mp3


  3. #3
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    Quote Originally Posted by imranka View Post
    15 22 * * * audacious ~/im/music/ipod/ *.mp3
    I think you need the full path of your audacious executable. I assume you did crontab -e as user not sudo.
    Pete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...