12.) Alternative Player: MPD - Music Player Daemon
Zitat:MPD HomePage - www.MusicPd.org
Music Playing Daemon Community Wiki - http://mpd.wikia.com/wiki/Main_PageAbout
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.
Eine liste aller Clients - http://mpd.wikia.com/wiki/Clients
MPD unter Gentoo (deu): http://de.gentoo-wiki.com/Mpd
Was ist MPD
FeaturesMPD steht für Music Player Daemon und erlaubt den Fernzugriff auf die Playlist bzw. das Eingreifen in das momentan gespielte Geschehen. MPD ist für die Integration eines Computers in ein Stereosystem bestimmt, welches das Steuern über das lokale Netzwerk erlaubt.
Installation:Das abspielen von MP3, Ogg Vorbis, FLAC, MP4/AAC, Mod, und Wave Datein.
Der Fernzugriff über das lokale Netzwerk per IPv4 und IPv6.
Das abspielen von MP3 und Ogg Vorbis streams.
Das Speichern ,Laden und Managen von Playlisten.
Lautstärkeregler per OSS, Alsa, und Software Mixers.
Code:ipkg list | grep mpd mpd - 0.13.0-1 - Music Player Daemon (MPD) allows remote access for playing music. mpdscribble - 0.2.12-1 - Last.fm reporting client for mpd.Code:[admin@Willi /]$ ipkg install mpd Installing mpd (0.13.0-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/mpd_0.13.0-1_mipsel.ipk Installing faad2 (2.5-3) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/faad2_2.5-3_mipsel.ipk Installing flac (1.2.1-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/flac_1.2.1-1_mipsel.ipk Installing libogg (1.1.3-3) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libogg_1.1.3-3_mipsel.ipk Installing libao (0.8.8-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libao_0.8.8-1_mipsel.ipk Installing libmpcdec (1.2.6-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libmpcdec_1.2.6-1_mipsel.ipk Installing libvorbisidec (cvs-20050221-2) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libvorbisidec_cvs-20050221-2_mipsel.ipk Installing avahi (0.6.22-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/avahi_0.6.22-1_mipsel.ipk Installing expat (2.0.1-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/expat_2.0.1-1_mipsel.ipk Installing libdaemon (0.11-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libdaemon_0.11-1_mipsel.ipk Installing dbus (1.1.1-2) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/dbus_1.1.1-2_mipsel.ipk Installing adduser (1.8.2-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/adduser_1.8.2-1_mipsel.ipk Configuring adduser update-alternatives: Linking //opt/bin/su to coreutils-su Configuring avahi Configuring dbus No messagebus user found, creating it... done Configuring expat Configuring faad2 Configuring flac Configuring libao Configuring libdaemon Configuring libmpcdec Configuring libogg Configuring libvorbisidec Configuring mpd Successfully terminated.
Fehlermeldung / Problem:
Lösungsweg 1?Code:mpd -h mpd: can't load library 'libssp.so.0'
http://wl500g.info/archive/index.php/t-10048.html
lib libssp.so.0 is part of bulidrootCode:ipkg –t /opt/tmp install buildroot
Ist es wirklich nötig so viel zu installieren nur weil die Datei fehlte?
Code:ipkg -t /opt/tmp install buildroot Installing buildroot (4.1.1-12) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/buildroot_4.1.1-12_mipsel.ipk Configuring buildroot Updating /opt/etc/ld.so.cache Successfully terminated.Code:mpd --help usage: mpd [options] <conf file> mpd [options] (searches for ~/.mpdconf then /etc/mpd.conf) options: --help this usage statement --kill kill the currently running mpd session --create-db force (re)creation of database and exit --no-create-db don't create database, even if it doesn't exist --no-daemon don't detach from console --stdout print messages to stdout and stderr --verbose verbose logging --version prints version information12. b)Konfiguration:Code:find | grep .mpdconf ./opt/share/doc/mpd/mpdconf.example
Code:ipkg list | grep mpc fuppes - 0.7.1-1 - FUPPES is a free, multiplatform UPnP (TM) A/V MediaServer, with optional on-the-fly audio transcondig from ogg/vorbis, mpc/muse libmpcdec - 1.2.6-1 - Portable Musepack decoder library. mpc - 0.12.1-1 - A command line tool to interface MPD. ncmpc - 0.11.1-1 - A curses client for the Music Player Daemon (MPD).Code:ipkg install mpc Installing mpc (0.12.1-1) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/mpc_0.12.1-1_mipsel.ipk Configuring mpc Successfully terminated. [admin@Willi /]$Code:mpc MPD_HOST and/or MPD_PORT environment variables are not set error: problems getting a response from "localhost" on port 6600 : Connection refusedCode:mpc -h unknown command "-h" Usage: mpc <command> [command args]... mpc version: 0.12.1 mpc Displays status mpc add <file> Add a song to the current playlist mpc crop Remove all but the currently playing song mpc del <position> Remove a song from the current playlist mpc play [<position>] Start playing at <position> (default: 1) mpc next Play the next song in the current playlist mpc prev Play the previous song in the current playlist mpc pause Pauses the currently playing song mpc toggle Toggles Play/Pause, plays if stopped mpc stop Stop the currently playing playlists mpc seek [+-][HH:MM:SS]|<0-100>% Seeks to the specified position mpc clear Clear the current playlist mpc outputs Show the current outputs mpc enable <output #> Enable a output mpc disable <output #> Disable a output mpc shuffle Shuffle the current playlist mpc move <from> <to> Move song in playlist mpc playlist Print the current playlist mpc listall [<file>] List all songs in the music dir mpc ls [<directory>] List the contents of <directory> mpc lsplaylists Lists currently available playlists mpc load <file> Load <file> as a playlist mpc save <file> Saves a playlist as <file> mpc rm <file> Removes a playlist mpc volume [+-]<num> Sets volume to <num> or adjusts by [+-]<num> mpc repeat <on|off> Toggle repeat mode, or specify state mpc random <on|off> Toggle random mode, or specify state mpc search <type> <query> Search for a song mpc crossfade [<seconds>] Set and display crossfade settings mpc update [<path>] Scans music directory for updates mpc stats Displays statistics about MPD mpc version Reports version of MPD For more information about these and other options look at man 1 mpc




Reply With Quote
