Hai all,
am using slackware and recently got mp3blaster. When I am in multi user mode, how can I put mp3blaster to background by playing songs and continue with coding work ?
Hai all,
am using slackware and recently got mp3blaster. When I am in multi user mode, how can I put mp3blaster to background by playing songs and continue with coding work ?
Control+Z and then "bg" should work (haven't tested it though)
Anyway I suggest you to use MPD instead
Regards
i like to use screen for this type of stuff:
screen -S myScreen
mp3blaster
To re-attach to it, run a command to list your currently running screens:
screen -ls
10046.myScreen (Detached)
screen -r 10046
Also, I've never used mp3blaster, but can you start it up in the background the old-school way, with an ampersand?
mp3blaster &
If you only use one screen you can use
screen -raAd
To reatach as well.
mp3blaster &
Will have the same problem as he already is having ;)
I have tested mp3blaster on slackware, running the app in the background stops the song. It looks like the best approach will be to use screen, then reattaching to you screen session to resume control.
The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Join / Linux Training / Board