<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MPD</id>
	<title>MPD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MPD"/>
	<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=MPD&amp;action=history"/>
	<updated>2026-08-24T21:27:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://hurlster.com/wiki/index.php?title=MPD&amp;diff=122&amp;oldid=prev</id>
		<title>Gqwill69: /* pulseaudio */</title>
		<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=MPD&amp;diff=122&amp;oldid=prev"/>
		<updated>2010-09-14T19:33:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;pulseaudio&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki&lt;br /&gt;
&lt;br /&gt;
== mpd.conf ==&lt;br /&gt;
 # An example configuration file for MPD&lt;br /&gt;
 # See the mpd.conf man page for a more detailed description of each parameter.&lt;br /&gt;
  &lt;br /&gt;
 # Files and directories #######################################################&lt;br /&gt;
 #&lt;br /&gt;
 # This setting controls the top directory which MPD will search to discover the&lt;br /&gt;
 # available audio files and add them to the daemon&amp;#039;s online database. This &lt;br /&gt;
 # setting defaults to the XDG directory, otherwise the music directory will be&lt;br /&gt;
 # be disabled and audio files will only be accepted over ipc socket (using&lt;br /&gt;
 # file:// protocol) or streaming files over an accepted protocol.&lt;br /&gt;
 #&lt;br /&gt;
 #music_directory                &amp;quot;/var/lib/mpd/music&amp;quot;&lt;br /&gt;
 music_directory                 &amp;quot;/var/local/storage/Music&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the MPD internal playlist directory. The purpose of this&lt;br /&gt;
 # directory is storage for playlists created by MPD. The server will use &lt;br /&gt;
 # playlist files not created by the server but only if they are in the MPD&lt;br /&gt;
 # format. This setting defaults to playlist saving being disabled.&lt;br /&gt;
 #&lt;br /&gt;
 playlist_directory              &amp;quot;/var/lib/mpd/playlists&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the location of the MPD database. This file is used to&lt;br /&gt;
 # load the database at server start up and store the database while the &lt;br /&gt;
 # server is not up. This setting defaults to disabled which will allow&lt;br /&gt;
 # MPD to accept files over ipc socket (using file:// protocol) or streaming&lt;br /&gt;
 # files over an accepted protocol.&lt;br /&gt;
 #&lt;br /&gt;
 db_file                 &amp;quot;/var/lib/mpd/tag_cache&amp;quot;&lt;br /&gt;
 # &lt;br /&gt;
 # These settings are the locations for the daemon log files for the daemon.&lt;br /&gt;
 # These logs are great for troubleshooting, depending on your log_level&lt;br /&gt;
 # settings.&lt;br /&gt;
 #&lt;br /&gt;
 # The special value &amp;quot;syslog&amp;quot; makes MPD use the local syslog daemon. This&lt;br /&gt;
 # setting defaults to logging to syslog, otherwise logging is disabled.&lt;br /&gt;
 #&lt;br /&gt;
 log_file                        &amp;quot;/var/log/mpd/mpd.log&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the location of the file which stores the process ID&lt;br /&gt;
 # for use of mpd --kill and some init scripts. This setting is disabled by&lt;br /&gt;
 # default and the pid file will not be stored.&lt;br /&gt;
 #&lt;br /&gt;
 pid_file                        &amp;quot;/var/run/mpd/pid&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the location of the file which contains information about&lt;br /&gt;
 # most variables to get MPD back into the same general shape it was in before&lt;br /&gt;
 # it was brought down. This setting is disabled by default and the server &lt;br /&gt;
 # state will be reset on server start up.&lt;br /&gt;
 #&lt;br /&gt;
 state_file                      &amp;quot;/var/lib/mpd/state&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # General music daemon options ################################################&lt;br /&gt;
 #&lt;br /&gt;
 # This setting specifies the user that MPD will run as. MPD should never run as&lt;br /&gt;
 # root and you may use this setting to make MPD change its user ID after&lt;br /&gt;
 # initialization. This setting is disabled by default and MPD is run as the&lt;br /&gt;
 # current user.&lt;br /&gt;
 #&lt;br /&gt;
 user                            &amp;quot;mpd&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the address for the daemon to listen on. Careful attention&lt;br /&gt;
 # should be paid if this is assigned to anything other then the default, any.&lt;br /&gt;
 # This setting can deny access to control of the daemon.&lt;br /&gt;
 #&lt;br /&gt;
 # For network&lt;br /&gt;
 #bind_to_address                &amp;quot;localhost&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # And for Unix Socket&lt;br /&gt;
 #bind_to_address                &amp;quot;/var/run/mpd/socket&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting is the TCP port that is desired for the daemon to get assigned&lt;br /&gt;
 # to.&lt;br /&gt;
 #&lt;br /&gt;
 #port                           &amp;quot;6600&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting controls the type of information which is logged. Available &lt;br /&gt;
 # setting arguments are &amp;quot;default&amp;quot;, &amp;quot;secure&amp;quot; or &amp;quot;verbose&amp;quot;. The &amp;quot;verbose&amp;quot; setting&lt;br /&gt;
 # argument is recommended for troubleshooting, though can quickly stretch&lt;br /&gt;
 # available resources on limited hardware storage.&lt;br /&gt;
 #&lt;br /&gt;
 #log_level                      &amp;quot;default&amp;quot;&lt;br /&gt;
 log_level                       &amp;quot;secure&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # If you have a problem with your MP3s ending abruptly it is recommended that &lt;br /&gt;
 # you set this argument to &amp;quot;no&amp;quot; to attempt to fix the problem. If this solves&lt;br /&gt;
 # the problem, it is highly recommended to fix the MP3 files with vbrfix&lt;br /&gt;
 # (available from &amp;lt;http://www.willwap.co.uk/Programs/vbrfix.php&amp;gt;), at which&lt;br /&gt;
 # point gapless MP3 playback can be enabled.&lt;br /&gt;
 #&lt;br /&gt;
 #gapless_mp3_playback                   &amp;quot;yes&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting enables MPD to create playlists in a format usable by other&lt;br /&gt;
 # music players.&lt;br /&gt;
 #&lt;br /&gt;
 #save_absolute_paths_in_playlists       &amp;quot;no&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting defines a list of tag types that will be extracted during the &lt;br /&gt;
 # audio file discovery process. Optionally, &amp;#039;comment&amp;#039; can be added to this&lt;br /&gt;
 # list.&lt;br /&gt;
 #&lt;br /&gt;
 metadata_to_use &amp;quot;artist,album,title,track,name,genre,date,composer,performer,disc&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Symbolic link behavior ######################################################&lt;br /&gt;
 #&lt;br /&gt;
 # If this setting is set to &amp;quot;yes&amp;quot;, MPD will discover audio files by following &lt;br /&gt;
 # symbolic links outside of the configured music_directory.&lt;br /&gt;
 #&lt;br /&gt;
 #follow_outside_symlinks        &amp;quot;yes&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # If this setting is set to &amp;quot;yes&amp;quot;, MPD will discover audio files by following&lt;br /&gt;
 # symbolic links inside of the configured music_directory.&lt;br /&gt;
 #&lt;br /&gt;
 #follow_inside_symlinks         &amp;quot;yes&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Zeroconf / Avahi Service Discovery ##########################################&lt;br /&gt;
 #&lt;br /&gt;
 # If this setting is set to &amp;quot;yes&amp;quot;, service information will be published with&lt;br /&gt;
 # Zeroconf / Avahi.&lt;br /&gt;
 #&lt;br /&gt;
 zeroconf_enabled                &amp;quot;yes&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # The argument to this setting will be the Zeroconf / Avahi unique name for&lt;br /&gt;
 # this MPD server on the network.&lt;br /&gt;
 #&lt;br /&gt;
 zeroconf_name                   &amp;quot;Music Player&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Permissions #################################################################&lt;br /&gt;
 #&lt;br /&gt;
 # If this setting is set, MPD will require password authorization. The password&lt;br /&gt;
 # can setting can be specified multiple times for different password profiles.&lt;br /&gt;
 #&lt;br /&gt;
 #password                        &amp;quot;password@read,add,control,admin&amp;quot;&lt;br /&gt;
 password                        &amp;quot;password@read,add,control,admin&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting specifies the permissions a user has who has not yet logged in. &lt;br /&gt;
 #&lt;br /&gt;
 #default_permissions             &amp;quot;read,add,control,admin&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Input #######################################################################&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 input {&lt;br /&gt;
         plugin &amp;quot;curl&amp;quot;&lt;br /&gt;
 #       proxy &amp;quot;proxy.isp.com:8080&amp;quot;&lt;br /&gt;
 #       proxy_user &amp;quot;user&amp;quot;&lt;br /&gt;
 #       proxy_password &amp;quot;password&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 # Audio Output ################################################################&lt;br /&gt;
 #&lt;br /&gt;
 # MPD supports various audio output types, as well as playing through multiple &lt;br /&gt;
 # audio outputs at the same time, through multiple audio_output settings &lt;br /&gt;
 # blocks. Setting this block is optional, though the server will only attempt&lt;br /&gt;
 # autodetection for one sound card.&lt;br /&gt;
 #&lt;br /&gt;
 # See &amp;lt;http://mpd.wikia.com/wiki/Configuration#Audio_Outputs&amp;gt; for examples of &lt;br /&gt;
 # other audio outputs.&lt;br /&gt;
 #&lt;br /&gt;
 # An example of an ALSA output:&lt;br /&gt;
 #&lt;br /&gt;
 audio_output {&lt;br /&gt;
         type            &amp;quot;alsa&amp;quot;&lt;br /&gt;
         name            &amp;quot;Server&amp;quot;&lt;br /&gt;
         device          &amp;quot;hw:0,0&amp;quot;        # optional&lt;br /&gt;
         format          &amp;quot;44100:16:2&amp;quot;    # optional&lt;br /&gt;
         mixer_device    &amp;quot;default&amp;quot;       # optional&lt;br /&gt;
         mixer_control   &amp;quot;Master&amp;quot;        # optional&lt;br /&gt;
         mixer_index     &amp;quot;0&amp;quot;             # optional&lt;br /&gt;
 }&lt;br /&gt;
 audio_output {&lt;br /&gt;
         type &amp;quot;pulse&amp;quot;&lt;br /&gt;
 #       server &amp;quot;localhost&amp;quot;&lt;br /&gt;
         name &amp;quot;AirPort1&amp;quot;&lt;br /&gt;
         sink &amp;quot;raop&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
 #&lt;br /&gt;
 # An example of an OSS output:&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;oss&amp;quot;&lt;br /&gt;
 #       name            &amp;quot;My OSS Device&amp;quot;&lt;br /&gt;
 #       device          &amp;quot;/dev/dsp&amp;quot;      # optional&lt;br /&gt;
 #       format          &amp;quot;44100:16:2&amp;quot;    # optional&lt;br /&gt;
 #       mixer_device    &amp;quot;/dev/mixer&amp;quot;    # optional&lt;br /&gt;
 #       mixer_control   &amp;quot;PCM&amp;quot;           # optional&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 # An example of a shout output (for streaming to Icecast):&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;shout&amp;quot;&lt;br /&gt;
 #       encoding        &amp;quot;ogg&amp;quot;                   # optional&lt;br /&gt;
 #       name            &amp;quot;My Shout Stream&amp;quot;&lt;br /&gt;
 #       host            &amp;quot;localhost&amp;quot;&lt;br /&gt;
 #       port            &amp;quot;8000&amp;quot;&lt;br /&gt;
 #       mount           &amp;quot;/mpd.ogg&amp;quot;&lt;br /&gt;
 #       password        &amp;quot;hackme&amp;quot;&lt;br /&gt;
 #       quality         &amp;quot;5.0&amp;quot;&lt;br /&gt;
 #       bitrate         &amp;quot;128&amp;quot;&lt;br /&gt;
 #       format          &amp;quot;44100:16:1&amp;quot;&lt;br /&gt;
 #       protocol        &amp;quot;icecast2&amp;quot;              # optional&lt;br /&gt;
 #       user            &amp;quot;source&amp;quot;                # optional&lt;br /&gt;
 #       description     &amp;quot;My Stream Description&amp;quot; # optional&lt;br /&gt;
 #       genre           &amp;quot;jazz&amp;quot;                  # optional&lt;br /&gt;
 #       public          &amp;quot;no&amp;quot;                    # optional&lt;br /&gt;
 #       timeout         &amp;quot;2&amp;quot;                     # optional&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 # An example of a httpd output (built-in HTTP streaming server):&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;httpd&amp;quot;&lt;br /&gt;
 #       name            &amp;quot;My HTTP Stream&amp;quot;&lt;br /&gt;
 #       encoder         &amp;quot;vorbis&amp;quot;                # optional, vorbis or lame&lt;br /&gt;
 #       port            &amp;quot;8000&amp;quot;&lt;br /&gt;
 #       quality         &amp;quot;5.0&amp;quot;                   # do not define if bitrate is defined&lt;br /&gt;
 #       bitrate         &amp;quot;128&amp;quot;                   # do not define if quality is defined&lt;br /&gt;
 #       format          &amp;quot;44100:16:1&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 # An example of a pulseaudio output (streaming to a remote pulseaudio server)&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;pulse&amp;quot;&lt;br /&gt;
 #       name            &amp;quot;My Pulse Output&amp;quot;&lt;br /&gt;
 #       server          &amp;quot;remote_server&amp;quot;         # optional&lt;br /&gt;
 #       sink            &amp;quot;remote_server_sink&amp;quot;    # optional&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 ## Example &amp;quot;pipe&amp;quot; output:&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;pipe&amp;quot;&lt;br /&gt;
 #       name            &amp;quot;my pipe&amp;quot;&lt;br /&gt;
 #       command         &amp;quot;aplay -f cd 2&amp;gt;/dev/null&amp;quot;&lt;br /&gt;
 ## Or if you&amp;#039;re want to use AudioCompress&lt;br /&gt;
 #       command         &amp;quot;AudioCompress -m | aplay -f cd 2&amp;gt;/dev/null&amp;quot;&lt;br /&gt;
 ## Or to send raw PCM stream through PCM:&lt;br /&gt;
 #       command         &amp;quot;nc example.org 8765&amp;quot;&lt;br /&gt;
 #       format          &amp;quot;44100:16:2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 ## An example of a null output (for no audio output):&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output {&lt;br /&gt;
 #       type            &amp;quot;null&amp;quot;&lt;br /&gt;
 #       name            &amp;quot;My Null Output&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
 #&lt;br /&gt;
 # This setting will change all decoded audio to be converted to the specified&lt;br /&gt;
 # format before being passed to the audio outputs. By default, this setting is&lt;br /&gt;
 # disabled.&lt;br /&gt;
 #&lt;br /&gt;
 #audio_output_format            &amp;quot;44100:16:2&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # If MPD has been compiled with libsamplerate support, this setting specifies &lt;br /&gt;
 # the sample rate converter to use.  Possible values can be found in the &lt;br /&gt;
 # mpd.conf man page or the libsamplerate documentation. By default, this is&lt;br /&gt;
 # setting is disabled.&lt;br /&gt;
 #&lt;br /&gt;
 #samplerate_converter           &amp;quot;Fastest Sinc Interpolator&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Volume control mixer ########################################################&lt;br /&gt;
 #&lt;br /&gt;
 # These are the global volume control settings. By default, this setting will&lt;br /&gt;
 # be detected to the available audio output device, with preference going to &lt;br /&gt;
 # hardware mixing. Hardware and software mixers for individual audio_output&lt;br /&gt;
 # sections cannot yet be mixed.&lt;br /&gt;
 #&lt;br /&gt;
 # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this&lt;br /&gt;
 # setting is used other sound applications will be affected by the volume&lt;br /&gt;
 # being controlled by MPD.&lt;br /&gt;
 #&lt;br /&gt;
 #mixer_type                     &amp;quot;hardware&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # An example for controlling all mixers through software. This will control&lt;br /&gt;
 # all controls, even if the mixer is not supported by the device and will not&lt;br /&gt;
 # affect any other sound producing applications.&lt;br /&gt;
 #&lt;br /&gt;
 mixer_type                      &amp;quot;software&amp;quot;&lt;br /&gt;
 #mixer_type                     &amp;quot;alsa&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This example will not allow MPD to touch the mixer at all and will disable&lt;br /&gt;
 # all volume controls.&lt;br /&gt;
 #&lt;br /&gt;
 #mixer_type                     &amp;quot;disabled&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Normalization automatic volume adjustments ##################################&lt;br /&gt;
 #&lt;br /&gt;
 # This setting specifies the type of ReplayGain to use. This setting can have&lt;br /&gt;
 # the argument &amp;quot;album&amp;quot; or &amp;quot;track&amp;quot;. See &amp;lt;http://www.replaygain.org&amp;gt; for more&lt;br /&gt;
 # details. This setting is disabled by default.&lt;br /&gt;
 #&lt;br /&gt;
 #replaygain                     &amp;quot;album&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting sets the pre-amp used for files that have ReplayGain tags. By&lt;br /&gt;
 # default this setting is disabled.&lt;br /&gt;
 #&lt;br /&gt;
 #replaygain_preamp              &amp;quot;0&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting enables on-the-fly normalization volume adjustment. This will&lt;br /&gt;
 # result in the volume of all playing audio to be adjusted so the output has &lt;br /&gt;
 # equal &amp;quot;loudness&amp;quot;. This setting is disabled by default.&lt;br /&gt;
 #&lt;br /&gt;
 #volume_normalization           &amp;quot;no&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # MPD Internal Buffering ######################################################&lt;br /&gt;
 #&lt;br /&gt;
 # This setting adjusts the size of internal decoded audio buffering. Changing&lt;br /&gt;
 # this may have undesired effects. Don&amp;#039;t change this if you don&amp;#039;t know what you&lt;br /&gt;
 # are doing.&lt;br /&gt;
 #&lt;br /&gt;
 #audio_buffer_size              &amp;quot;2048&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting controls the percentage of the buffer which is filled before &lt;br /&gt;
 # beginning to play. Increasing this reduces the chance of audio file skipping, &lt;br /&gt;
 # at the cost of increased time prior to audio playback.&lt;br /&gt;
 #&lt;br /&gt;
 #buffer_before_play             &amp;quot;10%&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Resource Limitations ########################################################&lt;br /&gt;
 #&lt;br /&gt;
 # These settings are various limitations to prevent MPD from using too many&lt;br /&gt;
 # resources. Generally, these settings should be minimized to prevent security&lt;br /&gt;
 # risks, depending on the operating resources.&lt;br /&gt;
 #&lt;br /&gt;
 #connection_timeout             &amp;quot;60&amp;quot;&lt;br /&gt;
 max_connections         &amp;quot;10&amp;quot;&lt;br /&gt;
 #max_playlist_length            &amp;quot;16384&amp;quot;&lt;br /&gt;
 #max_command_list_size          &amp;quot;2048&amp;quot;&lt;br /&gt;
 #max_output_buffer_size         &amp;quot;8192&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 # Character Encoding ##########################################################&lt;br /&gt;
 #&lt;br /&gt;
 # If file or directory names do not display correctly for your locale then you &lt;br /&gt;
 # may need to modify this setting. After modification of this setting mpd &lt;br /&gt;
 # --create-db must be run to change the database.&lt;br /&gt;
 #&lt;br /&gt;
 filesystem_charset              &amp;quot;UTF-8&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 # This setting controls the encoding that ID3v1 tags should be converted from.&lt;br /&gt;
 #&lt;br /&gt;
 id3v1_encoding                  &amp;quot;UTF-8&amp;quot;&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
&lt;br /&gt;
== pulseaudio ==&lt;br /&gt;
/etc/pulse/system.pa&lt;br /&gt;
 #!/usr/bin/pulseaudio -nF&lt;br /&gt;
 #&lt;br /&gt;
 # This file is part of PulseAudio.&lt;br /&gt;
 #&lt;br /&gt;
 # PulseAudio is free software; you can redistribute it and/or modify it&lt;br /&gt;
 # under the terms of the GNU Lesser General Public License as published by&lt;br /&gt;
 # the Free Software Foundation; either version 2 of the License, or&lt;br /&gt;
 # (at your option) any later version.&lt;br /&gt;
 #&lt;br /&gt;
 # PulseAudio is distributed in the hope that it will be useful, but&lt;br /&gt;
 # WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU&lt;br /&gt;
 # General Public License for more details.&lt;br /&gt;
 #&lt;br /&gt;
 # You should have received a copy of the GNU Lesser General Public License&lt;br /&gt;
 # along with PulseAudio; if not, write to the Free Software Foundation,&lt;br /&gt;
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.&lt;br /&gt;
 &lt;br /&gt;
 # This startup script is used only if PulseAudio is started in system&lt;br /&gt;
 # mode.&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically load driver modules depending on the hardware available&lt;br /&gt;
 .ifexists module-hal-detect.so&lt;br /&gt;
 load-module module-hal-detect&lt;br /&gt;
 .else&lt;br /&gt;
 ### Alternatively use the static hardware detection module (for systems that&lt;br /&gt;
 ### lack HAL support)&lt;br /&gt;
 #load-module module-detect&lt;br /&gt;
 load-module module-udev-detect&lt;br /&gt;
 .endif&lt;br /&gt;
 &lt;br /&gt;
 ### Load several protocols&lt;br /&gt;
 .ifexists module-esound-protocol-unix.so&lt;br /&gt;
 load-module module-esound-protocol-unix&lt;br /&gt;
 .endif&lt;br /&gt;
 load-module module-native-protocol-unix&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically restore the volume of streams and devices&lt;br /&gt;
 load-module module-stream-restore&lt;br /&gt;
 load-module module-device-restore&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically restore the default sink/source when changed by the user during runtime&lt;br /&gt;
 load-module module-default-device-restore&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically move streams to the default sink if the sink they are&lt;br /&gt;
 ### connected to dies, similar for sources&lt;br /&gt;
 load-module module-rescue-streams&lt;br /&gt;
 &lt;br /&gt;
 ### Make sure we always have a sink around, even if it is a null sink.&lt;br /&gt;
 load-module module-always-sink&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically suspend sinks/sources that become idle for too long&lt;br /&gt;
 load-module module-suspend-on-idle&lt;br /&gt;
 &lt;br /&gt;
 ### Enable positioned event sounds&lt;br /&gt;
 load-module module-position-event-sounds&lt;br /&gt;
 &lt;br /&gt;
 ### ADDED WDH&lt;br /&gt;
 load-module module-native-protocol-tcp auth-anonymous=1&lt;br /&gt;
 &lt;br /&gt;
 ### Allow access to airport express&lt;br /&gt;
 load-module module-raop-discover&lt;br /&gt;
 load-module module-raop-sink server=192.168.0.27 sink_name=raop&lt;br /&gt;
 set-default-sink raop&lt;br /&gt;
 &lt;br /&gt;
 ### Automatically restore the volume of streams and devices&lt;br /&gt;
 #load-module module-stream-restore&lt;br /&gt;
 #load-module module-device-restore&lt;br /&gt;
&lt;br /&gt;
== MPoD ==&lt;br /&gt;
The iPhone/iTouch App&amp;lt;br /&amp;gt;&lt;br /&gt;
http://www.katoemba.net/makesnosenseatall/mpod/&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Gqwill69</name></author>
	</entry>
</feed>