Questions tagged [mpd]

For questions about Music Player Daemon (mpd), an audio server on Unix-type systems.

Music Player Daemon (mpd) is an audio server on Unix-type systems. It plays audio files, organizes playlists and maintains a music database.

MPD is designed around a client/server architecture, where the clients and server interact over a network. Thus, running MPD is only half of the equation. To use MPD, you need to install a MPD client (aka MPD interface).

35 questions
30
votes
2 answers

Download all .m4s files of a mpeg dash stream

When I open this page I can see in Firefox Web Developer Tools / "Network" tab that the page loads files with .mpd extension. And then every few seconds it loads a file/stream with .m4s extension named like 000000.m4s 000001.m4s How can I download…
16851556
  • 672
  • 2
  • 8
  • 19
12
votes
10 answers

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

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.
8
votes
2 answers

ncmpcpp: playlist + library layout

I'm trying to replicate this ncmpcpp configuration found on ArchLinux BBS. It features a double-paned playlist window: on the left it shows a classic playlist, on the right there is a file browser (by default on window 3). On the entire internet…
fradeve
  • 453
8
votes
1 answer

How do I play a particular playlist with mpc?

I am using mpd with mpc for all my music needs. Now, what I want to ask is how to load/play songs from a particular playlist in mpc/mpd so that it only plays those song. For example, I created a linkinpark.m3u playlist file using ncmpcpp.Now I want…
RanRag
  • 267
  • 1
  • 3
  • 10
6
votes
2 answers

Forwarding Specific Ports through SSH Reverse Tunnels

So unfortunately I live in a place that will not let me have a static IP, so I have been setting up access to my home computer via reverse SSH tunnels that run on an micro amazon ec2 instance. I have gotten SSH to work fine, but I cannot figure out…
4
votes
2 answers

Bad mpd audio playback with fifo enabled

I am using Music Player Daemon (mpd) with ncmpcpp on OS X. ncmpcpp has a feature, the music visualizer, that draws a realtime wave/spectrum of the music you are currently playing. In order to use this you have to enable the fifo output in mpd. Well,…
Rnhmjoj
  • 878
3
votes
2 answers

Getting sound to play from the speakers on a Headless 9.04 Ubuntu Serve

I have this Ubuntu Server running in my room and i wanted to use it as an alarm clock, so i decided to make a C++ program for it (i know i could've used cron but meh). The problem is the fact that i can't get any sound to play from my speaker (i had…
3
votes
0 answers

What is the difference between hw:CARD=Generic_1,DEV=0 and hw:CARD=Generic_1,DEV=1?

Show info on my sound card: aplay -L default Playback/recording through the PulseAudio sound server null Discard all samples (playback) or generate zero samples (capture) jack JACK Audio Connection Kit pulse PulseAudio Sound…
showkey
  • 291
2
votes
2 answers

Tell mplayer to keep listening to audio stream that pauses

I am using mplayer to stream audio coming from an MPD instance that is configured to output via HTTP: mplayer http://: The stream is controlled by an MPD client (Cantata). The stream pauses whenever MPD reaches the end of the play…
itsjeyd
  • 178
2
votes
1 answer

How to address an alsa "mixer_device" in mpd config for a second sound card?

I run mpd on a system with a built in sound card and a second card that I plugged in via USB. Adressing the second sound card in the mpd.conf was easy: change: device "hw:0:0" to device "hw:1" This works fine so far, what's missing though is the…
hennr
  • 364
2
votes
1 answer

NCMPCPP Backend For Windows (or how to setup MPD on Windows)?

I run Kubuntu(x64)+tmux at work and a Windows 7 x64 machine at home. I would really like to run ncmpcpp at work in a tmux window that connects to my Windows machine at home. I can port forward and I have a DynDNS account that is also set up on my…
Eric H
  • 203
2
votes
1 answer

Using pulseaudio with mpd: libpulse not found

I'm trying to build and install mpd to work with pulse audio, so I'm running: ./configure --enable-pulse but the last lines read - checking for PULSE... no configure: error: PulseAudio output plugin: libpulse not found I'm not too familiar with…
Josh
  • 215
2
votes
1 answer

How can I pipe output from my local sound card to MPD?

I would like to "Pipe" the output of my local sound card to MPD on a networked music server. Anyone have any suggestions how to go about this? I'm thinking maybe i can make a live MP3 stream? maybe over the web, or over the intranet? (IIRC MPD…
2
votes
2 answers

How to use playerctl with mpd to control music with the media keys for mpd and other players

I used to have my media keys bound to prev/next/pause with i3 like so bindsym XF86AudioPrev exec --no-startup-id mpc prev But I wanted to also use other players so I set it to bindsym XF86AudioPlay exec --no-startup-id playerctl…
1
vote
1 answer

Running mpd with local config on Linux Mint

I'm trying to set the mpd daemon to run as the local logged on user under Linux Mint (Cinnamon). I have set the following folder structure: $ cp /usr/share/doc/mpd/mpdconf.example ~/.config/mpd/mpd.conf $ mkdir ~/.config/mpd/playlists $ touch…
A Dwarf
  • 19,329
1
2 3