Welcome to the Linux Foundation Forum!

mp3blaster in Slackware terminal

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 ?

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 647
    Control+Z and then "bg" should work (haven't tested it though)

    Anyway I suggest you to use MPD instead

    Regards
  • Posts: 216
    i like to use screen for this type of stuff:
    1. screen -S myScreen
    This will launch the screen program in your same terminal, using whatever label you want ( "myScreen" ). Then at the prompt, launch your app as normal, e.g.:
    1. mp3blaster
    then you can detech from the screen and return to your original terminal by pressing [CTRL]+[A], then [D]

    To re-attach to it, run a command to list your currently running screens:
    1. screen -ls
    and look for the output that has your label in it ( "myScreen" ), it will look something like:
    1. 10046.myScreen (Detached)
    Then reattach to it like this:
    1. 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?
    1. mp3blaster &
  • Posts: 647
    If you only use one screen you can use
    1. screen -raAd

    To reatach as well.
    1. mp3blaster &

    Will have the same problem as he already is having ;)
  • Posts: 2,177
    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.
  • Posts: 182
    sure. I will give a try with MPD. thanks
  • Posts: 182
    "Will have the same problem as he already is having "

    yes
  • Posts: 182
    thanks you all people , got it working using screen now :-)
  • Posts: 647
    linustorvalds wrote:
    sure. I will give a try with MPD. thanks

    [mode rant on]
    DAMN IT! I HATE THE FLOOD PROTECTION. I AM NOT SPAMMING AND I HAVE TO REWRITE THE MESSAGE AGAIN!!!
    [mode rant off]

    Have a look at ncmpc as mpd client for the command line

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training