mpd 0.13.0 gmpc0.15.1 ncmpc.0.11.1 compiled in Puppy 3.01

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
willhunt
Posts: 495
Joined: Wed 05 Oct 2005, 18:19

mpd 0.13.0 gmpc0.15.1 ncmpc.0.11.1 compiled in Puppy 3.01

#1 Post by willhunt »

MPD Is
* A server.
* A queue and control for your music.
o Can be controlled through various clients over TCP.
* A music file decoder for various open source audio input plugins,
which outputs to various output plugins, simultaneously if requested.
* A volume control.
o It is limited to one physical output at a time.
* A HTTP input.
o an http website url can be an input on the queue, or played directly (supported filetypes only).

/etc/mpd.conf file needs to be edited to point to your music files

Code: Select all

port			"6600"
music_directory         "/Where/YouStore/Music"
playlist_directory      "~/.mpd/playlists"
db_file                 "~/.mpd/mpd.db"
log_file                "~/.mpd/mpd.log"
error_file              "~/.mpd/mpd.error"
you will also need to add these to lines to your
/etc/rc.d/rc.local file if you want itto come everytime you boot

Code: Select all

mpd --create-db
mpd
nmpc
Image

GMPC
Image
[url=http://hostfile.org/icepak.pet]176 Icewm Themes :!:[/url]
[url=http://tinyurl.com/39fl3x]vlc-0.8.6c-i586.pet[/url]
[url=http://tinyurl.com/2q7cbp]vlc-0.8.6c-i586.pet[/url]

User avatar
willhunt
Posts: 495
Joined: Wed 05 Oct 2005, 18:19

#2 Post by willhunt »

I forgot to say you can get the window "gmpc" binaries
from the gmpc link :)
the family has been using it since I posted no problems
yet does anyone know of a video tools like this one?
[url=http://hostfile.org/icepak.pet]176 Icewm Themes :!:[/url]
[url=http://tinyurl.com/39fl3x]vlc-0.8.6c-i586.pet[/url]
[url=http://tinyurl.com/2q7cbp]vlc-0.8.6c-i586.pet[/url]

Post Reply