Are there any Linux MPD (music player daemon) player alternatives for a network music server / player

16,924

Solution 1

xmms2 is a great alternative.

From the webpage:

Client-server model

  • Allows XMMS2 to have various multiple interfaces (as clients).
    • Command line interfaces
    • GTK clients (matching GNOME & Xfce4 look and feel)
    • KDE clients (matching KDE look and feel)
  • Network transparency means you can run and control XMMS2 remotely, (e.g. run XMMS2 on your 'media box' and control it over network using a bluetooth-enabled PDA (TCP) - see Mobile platforms)

Solution 2

Groove Basin is a competitor to MPD. It even supports the MPD protocol in addition to its own (better) protocol. It has built-in loudness scanning, file system watching, Last.fm scrobbling, Auto-DJ, tag-editing, and streaming support. It comes with a web-based interface which you can choose to use if you like (see screenshot).

Online Demo

Screenshot: Screenshot


Getting started on Ubuntu

You can install groovebasin on Ubuntu with:

sudo apt-get install groovebasin

Then create a symlink from ~/music to your own music folder:

ln -s -T $PATH_TO_OWN_MUSIC_FOLDER ~/music

Then start it:

groovebasin &

Then access it from a web browser at 127.0.0.1:16242

Solution 3

Not sure if you knew this, but the latest MPD has support for libinotify, which apparently updates the DB automatically.

Solution 4

I also really really like Ampache.

Solution 5

deejayd is another option, that was born of shortcomings in MPD and XMMS2. It's only got a few clients at the moment, a command-line one and a web interface. It's written in Python with GStreamer or Xine for media decoding, and uses JSON-RPC as the message format.

Share:
16,924

Related videos on Youtube

Kurund Jalmi
Author by

Kurund Jalmi

Updated on September 17, 2022

Comments

  • Kurund Jalmi
    Kurund Jalmi almost 2 years

    Are there any reasonable alternatives to MPD (music player daemon) as a remotely controlled music player? It should be controllable over the network and not require X server to run.

    • Admin
      Admin almost 15 years
      What should it do differently than MPD?
    • Admin
      Admin almost 15 years
      I am interested in all alternatives regardless of their capabilities. MPD itself lacks directory watching capabilities (you have to force it to refresh db once you add something new), playlists are quite static and there's no capability to edit tags remotely (it's annoying to have to edit them with external tools remotely). As it is stated on MPD wiki main page: MPD is a server that plays music. I wanted more :-)
    • Admin
      Admin over 14 years
      MPD has a lot of limitations: mpd.wikia.com/wiki/What_MPD_Is_and_Is_Not
    • Admin
      Admin over 14 years
      Unfortunately it seems the alternatives have even more limitations. I wish one of the real programs like Banshee could be decoupled and run as a server on one machine and a client/remote control on another machine. Sigh.
    • Admin
      Admin over 14 years
      Another possibility might be "faking" the X server (with Xvfb?) on the headless machine, and then using an X app via remote control. Banshee has remote controls, for instance. launchpad.net/banshee-remote-control dartmouth.edu/~nstamato/android.html
  • Kurund Jalmi
    Kurund Jalmi almost 15 years
    Since ages ago I've known xmms2 as a GUI player, haven't even thought it could have a command line interfaces and remote network control support. Thanks for the info!
  • Ashish Agarwal
    Ashish Agarwal almost 15 years
    xmms is/was a straight GUI player, xmms2 does not necessarily try to reimplement xmms but uses the client/server model and external GUI clients.
  • Kurund Jalmi
    Kurund Jalmi almost 15 years
    Oh ye, I meant xmms :-)
  • quack quixote
    quack quixote over 14 years
    from the project homepage: "If you want opengl waveform oscilloscope plugins to dance around the screen while you play Winger's greatest hits at top volume, you probably need something else."
  • endolith
    endolith over 14 years
    Unfortunately, I WANT something with bells and whistles, and MPD doesn't have them. I don't want dumb visualizations, but I do want DAAP access, Last.fm radio, tag editing and deletion of files from the client, album art sent to the client from the server, etc.
  • endolith
    endolith over 14 years
    Description of what it is and isn't: ampache.org/wiki/about
  • Josh
    Josh over 8 years
    I tried groovebasin but it does not have an option for the user to enter username/password to access the songs. It also does not provide any way to access the interface from the LAN. it only works on localhost. I don't understand the reason behind missing these bare minimum requirements for usage.
  • Josh
    Josh over 8 years
    Ampache does not display if a song is playing or not when using localplay. No seekbar too :(
  • Apogee
    Apogee over 8 years
    It supports both of these features. The former can be configured in the "Settings" pane of the web interface, and the latter can be configured in the "config.json" file in the same directory as the server. I invite you to file an issue if you have trouble figuring out how this stuff works and I'll give a more detailed explanation.