esquiso
Power Member
1 - Introdução e instalação
2 - Configuração do MPD
3 - Overview dos Frontends
1 - Introdução e instalação
O que é?
http://en.wikipedia.org/wiki/MPD (Music_Player)
http://www.musicpd.org/
Para que serve?
Simplesmente, para ouvir música. Acho que já tinham adivinhado.
O que o distingue dos outros music players como o Amarok, Banshee, Exaile, etc?
A principal caracterista dele é sem dúvida o facto de não precisar de ambiente gráfico para correr. A leveza (para quem se preocupa com isso) é um prato forte também.
Como é que o instalo?
A maneira mais facil é mesmo usar o vosso package manager.
O modo "complicado" é fazer o download da tarball e seguir as instruções que estão no INSTALL.
2 - Configuração do MPD
3 - Overview dos Frontends
1 - Introdução e instalação
O que é?
Music Player Daemon (MPD) is a music player which allows for remote access from another computer. An example is a headless computer running MPD and using one of the available front ends to control it remotely. It also makes for a good media player for desktop computers, particularly if the user either does not use or frequently restarts X.
MPD uses a text file as a database in which to maintain the basic music file information when it is not running. Once the daemon is started, the database is kept completely in-memory and no hard disk access is necessary to look up or search for a song. This database does not allow arbitrary files to be added; music files must be above the music root directory and are only added to the database when the update command is sent to the server.
http://en.wikipedia.org/wiki/MPD (Music_Player)
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.
http://www.musicpd.org/
Para que serve?
Simplesmente, para ouvir música. Acho que já tinham adivinhado.
O que o distingue dos outros music players como o Amarok, Banshee, Exaile, etc?
A principal caracterista dele é sem dúvida o facto de não precisar de ambiente gráfico para correr. A leveza (para quem se preocupa com isso) é um prato forte também.
* Plays Ogg Vorbis, FLAC, OggFLAC, MP2, MP3, MP4/AAC, MOD, Musepack and wave files
* Remotely control MPD over a network (IPv4 and IPv6 supported)
* Play FLAC, OggFLAC, MP3 and Ogg Vorbis HTTP streams
* Reads and caches metadata information (ID3 (id3v1 and id3v2)), Vorbis Comments, and MP4 Metadata.
* Metadata information can be searched
* Buffer support for playback (prevents skipping due to high load or network latency)
* Gapless playback
* Crossfading support
* Seeking support
* Save, load, and manage playlists (in m3u format)
* Volume control (OSS, ALSA, and software mixers)
* Native Zeroconf support
* libsamplerate and native sample rate conversion
* Native support for ALSA, OSS, MVP, JACK, Mac OS X, PulseAudio
* Minimal hardware requirements
* Tested on Linux, FreeBSD, OpenBSD, NetBSD, Solaris, Mac OS X and HP-UX
* Can be used as a source for an Icecast stream, in Ogg Vorbis.
Como é que o instalo?
A maneira mais facil é mesmo usar o vosso package manager.
Código:
pacman -S mpd
aptitude install mpd
emerge mpd
e por ai fora
O modo "complicado" é fazer o download da tarball e seguir as instruções que estão no INSTALL.
Última edição: