Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38

Thread: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

  1. #11
    Join Date
    Oct 2006
    Location
    Toronto, Canada
    Beans
    15

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    I got this working in edgy:

    Code:
    # Install (or use Synaptic)
    sudo apt-get install mpd mpc gmpc
    
    # Replace mpd music directory with symlink to your own; I have my music in /home/khaeru/Music
    sudo rmdir /var/lib/mpd/music
    sudo ln -s ~/Music /var/lib/mpd/music
    
    # Restart and update database
    sudo /etc/init.d/mpd restart
    mpc update
    Run gmpc from the GNOME menu, click the 'Configure gmpc' button, then 'Connect'. Should be good! I also like pympd -- it tells me I have 9135 songs, 27 days 4 hours and 12 minutes of music -)

  2. #12
    Join Date
    Jan 2005
    Beans
    47

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    A new gmpc is making progress nicely, and if you want to try it before it's released you can follow the following howto (just something trown together, sorry for this, I will try to improve it)

    http://musicpd.org/~qball/HowtoGmpc.html

    For a few screenshots look here:
    http://musicpd.org/~qball/Manual.chunked/
    and:
    http://images.qballcow.nl/gmpc/gmpc-metainfo.png

  3. #13
    Join Date
    Apr 2005
    Beans
    133

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    thanks, qball. worked perfectly fine (one req was missing afair, gob(2) )
    I really like the new features

    Oh yeah, which package(s) do I need for the wikipedia plugin? It says something about gtk-mozembed or similar (cant remember right now) missing..

  4. #14
    Join Date
    Jan 2005
    Beans
    47

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    I indeed forgot to add gob2, I will add it...

    you need firefox-dev and this: http://wordpress.qballcow.nl/2006/06...r-heres-a-fix/

  5. #15
    Join Date
    Apr 2005
    Beans
    133

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    works!

  6. #16
    Join Date
    Jan 2005
    Beans
    47

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)


  7. #17
    Join Date
    Oct 2005
    Beans
    86

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    Quote Originally Posted by ShinjiLeery View Post
    Hi,

    When i run

    Code:
    sudo dpkg-reconfigure mpd
    nothing happen in the terminal ...
    All the packages are installed

    Tnx,
    Luca.
    I tried this as well and get nothing coming up on the terminal when doing the dpkg-reconfigure. Also, after the sudo aptitude install mpd mpc gmpc I get absolutely no mpd.conf anywhere in my system. Anyone have any idea?

  8. #18
    Join Date
    Jun 2005
    Location
    /world/OldEurope
    Beans
    184
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    Don't rely on information found in posts that were made a year ago! Software changes quickly, especially if it's Open Source Software
    Just follow this post, it worked for me.

  9. #19
    Join Date
    Oct 2006
    Location
    Toronto, Canada
    Beans
    15

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    Quote Originally Posted by elektronaut View Post
    Don't rely on information found in posts that were made a year ago! Software changes quickly, especially if it's Open Source Software
    Just follow this post, it worked for me.
    Thanks, elektronaut! I've since stopped using gmpc, and after having tried almost all of the available MPD clients, I've settled on Sonata. I asked for it to be included in the Feisty repositories - in the meantime, an Ubuntu .deb is available at http://packages.matt-good.net

    So, in my above post, only use
    Code:
    sudo apt-get install mpd mpc
    ... then follow the rest, and finally install the Sonata .deb. You're set!

  10. #20
    Join Date
    Sep 2006
    Beans
    187

    Re: HOWTO: Install and Customize Music Player Daemon in Ubuntu (v2)

    Khaeru, thanks for clearing things up.

    I've tried up sonata. IT ROCKS.

    Good by aoudacious, gmpc, and friends
    Last edited by el_itur; February 26th, 2007 at 09:54 PM.

Page 2 of 4 FirstFirst 1234 LastLast

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
  •