Results 1 to 2 of 2

Thread: Playing Music

  1. #1
    Join Date
    Feb 2011
    Beans
    17

    Question Playing Music

    Hi,

    This is a bit of a first for me so I am not sure what to look for.

    I need to be able to play a piece of music at predetermined times. For example one piece at 1300, the second at 1400 and the third at 1500.

    How do I best go about this? Is there a player that will allow me to create a playlist and a time for the piece to play?

    Thanks

  2. #2
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Playing Music

    Quote Originally Posted by cosmarchy View Post
    Hi,

    This is a bit of a first for me so I am not sure what to look for.

    I need to be able to play a piece of music at predetermined times. For example one piece at 1300, the second at 1400 and the third at 1500.

    How do I best go about this? Is there a player that will allow me to create a playlist and a time for the piece to play?

    Thanks
    You can make a cron job for each song. (there are a lot of resources out there about it). Use the command

    Code:
    xdg-open filename
    To open it with the default music player, or just the name of the music player-

    Code:
    vlc file_name

Tags for this Thread

Bookmarks

Posting Permissions

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