Skip Menu |

This queue is for tickets about the Audio-MPD CPAN distribution.

Report information
The Basics
Id: 54367
Status: rejected
Priority: 0/
Queue: Audio-MPD

People
Owner: Nobody in particular
Requestors: dsamoyloff [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: WISHLIST: Getting MPD root directory
Is it possible to add to Audio::MPD some function returning the root (music) directory of MPD?
unfortunately, mpd network protocol doesn't allow to retrieve this information. but that's not really needed, since all mpd commands are assuming a path relative to mpd root... cf: - http://mpd.wikia.com/wiki/Protocol_Reference - http://mpd.wikia.com/wiki/MusicPlayerDaemonCommands if you find a way to do it, i'm more than willing to include it in audio::mpd. remember though that reading the config file is not allowed: mpd server can be on another machine. so it should be done through the network protocol.