Possible Duplicate:
How can I play a song in the background via my command line?
I used the command setsid mplayer strayheart.mp3 in a terminal, but then I couldn't stop it and I couldn't work on something else with that terminal instance. What I want is to be able to play music in background in the same terminal and get to write some commands while it is playing. Is it possible or not? If yes, how do I do that?