Sonata refuses to play music

Yesterday, I was finally able to install arch. I immediately went installing programs, which went well untill I got to mpd/sonata. Mpd seems to be working, and I can see my songs within sonata. However, when I click on a song to play, it appears to start but stops immediately. If i start sonata from a terminal, it doesn't display any errors.
Here's my /etc/mpd.conf
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
######################## REQUIRED PATHS ########################
#music_directory "~/music"
#playlist_directory "~/playlists"
#db_file "~/mpd.db"
#log_file "~/mpd.log"
#error_file "~/mpd.error"
music_directory "/media/data/mpd/music"
playlist_directory "/media/data/mpd/music/pls"
db_file "/var/lib/mpd/mpd.db"
log_file "/var/log/mpd/mpd.log"
error_file "/var/log/mpd/mpd.error"
# Note: ~ is the home directory of user set in the "user" option
######################## OPTIONAL PATHS ########################
# If you wish to use mpd --kill to stop MPD, then you must
# specify a file here in which to store MPD's process ID.
#pid_file "~/.mpd/mpd.pid"
pid_file "/var/run/mpd/mpd.pid"
# If specified, MPD will save its current state (playlist,
# current song, playing/paused, etc.) at exit. This will be
# used to restore the session the next time it is run.
#state_file "~/.mpd/mpdstate"
state_file "/var/lib/mpd/mpdstate"
######################## DAEMON OPTIONS ########################
# If started as root, MPD will drop root privileges and run as
# this user instead. Otherwise, MPD will run as the user it was
# started by. If left unspecified, MPD will not drop root
# privileges at all (not recommended).
user "varreon"
# The address and port to listen on.
#bind_to_address "localhost"
bind_to_address "any"
port "6600"
# Controls the amount of information that is logged. Can be
# "default", "secure", or "verbose".
#log_level "default"
########################## PERMISSIONS #########################
# MPD can require that users specify a password before using it.
# You may specify one ore more here, along with what users who
# log in with that password are allowed to do.
#password "password@read,add,control,admin"
# Specifies what permissions a user who has not logged in with a
# password has. By default, all users have full access to MPD
# if no password is specified above, or no access if one or
# more passwords are specified.
#default_permissions "read,add,control,admin"
########################## AUDIO OUTPUT ########################
# MPD supports many audio output types, as well as playing
# through multiple audio outputs at the same time. You can
# specify one or more here. If you don't specify any, MPD will
# automatically scan for a usable audio output.
# See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs>
# for examples of other audio outputs.
# An example of an ALSA output:
audio_output {
type "alsa"
name "My ALSA Device"
options "dev=dmixer"
device "plug:dmix" # optional
# An example of an OSS output:
#audio_output {
# type "oss"
# name "My OSS Device"
# device "/dev/dsp" # optional
# format "44100:16:2" # optional
# An example of a shout output (for streaming to Icecast):
#audio_output {
# type "shout"
# name "My Shout Stream"
# host "localhost"
# port "8000"
# mount "/mpd.ogg"
# password "hackme"
# quality "5.0"
# bitrate "128"
# format "44100:16:1"
# user "source" # optional
# description "My Stream Description" # optional
# genre "jazz" # optional
# public "no" # optional
# Force all decoded audio to be converted to this format before
# being passed to the audio outputs.
#audio_output_format "44100:16:2"
############################# MIXER ############################
# MPD needs to know what mixer settings to change when you
# adjust the volume. If you don't specify one here, MPD will
# pick one based on which ones it was compiled with support for.
# An example for controlling an ALSA mixer:
#mixer_type "alsa"
#mixer_device "default"
#mixer_control "PCM"
# An example for controlling an OSS mixer:
#mixer_type "oss"
#mixer_device "/dev/mixer"
#mixer_control "PCM"
# If you want MPD to adjust the volume of audio sent to the
# audio outputs, you can tell it to use the software mixer:
#mixer_type "software"
######################### NORMALIZATION ########################
# Specifies the type of ReplayGain to use. Can be "album" or
# "track". ReplayGain will not be used if not specified. See
# <http://www.replaygain.org> for more details.
#replaygain "album"
# Sets the pre-amp used for files that have ReplayGain tags.
#replaygain_preamp "0"
# Enable on the fly volume normalization. This will cause the
# volume of all songs played to be adjusted so that they sound
# as though they are of equal loudness.
#volume_normalization "no"
########################### BUFFERING ##########################
# The size of the buffer containing decoded audio. You probably
# shouldn't change this.
#audio_buffer_size "2048"
# How much of the buffer to fill before beginning to play.
#buffer_before_play "0%"
# Similar options for the HTTP stream buffer. If you hear
# skipping while playing HTTP streams, you may wish to increase
# these.
#http_buffer_size "128"
#http_prebuffer_size "25%"
########################### HTTP PROXY #########################
# Specifies the HTTP proxy to use for playing HTTP streams.
#http_proxy_host "proxy.isp.com"
#http_proxy_port "8080"
#http_proxy_user "user"
#http_proxy_password "password"
############################# LIMITS ###########################
# These are various limits to prevent MPD from using too many
# resources. You should only change them if they start
# restricting your usage of MPD.
#connection_timeout "60"
#max_connections "5"
#max_playlist_length "16384"
#max_command_list_size "2048"
#max_output_buffer_size "8192"
###################### CHARACTER ENCODINGS #####################
# If file or directory names do not display correctly, then you
# may need to change this. In most cases it should be either
# "ISO-8859-1" or "UTF-8". You must recreate your database
# after changing this (use mpd --create-db).
#filesystem_charset "ISO-8859-1"
# The encoding that ID3v1 tags should be converted from.
#id3v1_encoding "ISO-8859-1"
######################### OTHER OPTIONS ########################
# The metadata types MPD will recognize.
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
# Enable this if you wish to use your MPD created playlists in
# other music players.
#save_absolute_paths_in_playlists "no"
Edit: Forget about the xmms comment posted earlier. Xmms works, yet sonata still doesn't.
Last edited by Varreon (2008-07-22 01:41:32)

I have the exact same issue. Reboot is not helping.
Trouble is, I had it working properly in my other Arch install. I have tried ncmpc and Sonata and gmpc, they all start to play the song - I even see the CD covers (for the songs that I have CD covers for) -- but only for a split second and thenit stops.
I don't think alsa is an issue, because cplay plays all songs without a hitch.
I was hoping for a solution - but all I found was this thread and unfortunately Varreon doesn't know what he/she did to get it to work.
Could you maybe retrace your steps - if you remember them ?
EDIT : This is my mpd.error file. Having a look at it, it does seem that mpd is not recognizing mpdvol
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL mpdvol
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM mpdvol
Jul 26 10:02 : Error opening alsa device "mpdvol": No such file or directory
Last edited by Inxsible (2008-07-26 15:34:24)

Similar Messages

  • Refuse to play Music

    I did the updates to my Ipod touch now it doesn't play it works to the point of playing music then all of a sudden it return back to the page where you choose your music  any help

    - Have you tried resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Next would be to restore from backup followed by restoring to factory defaults/new iPod.

  • Stops Playing Music

    What is going on?!?!
    Ever since I purchased my iPad (1st Gen iPad - June 2010), I have been using it to play music.  My son and I have it run all the time, even while in standby mode.  Several days ago, I sync'd my iPad and now it refuses to play music constantly.
    At first I thought it was my Wi-Fi connection.  I would turn on my app (TuneIn), set it to our radio station, shut the iPad down (standby mode) and set it on the nightstand beside our beds.  Once on the nightstand it would stop playing.  I would then open the iPad, power it up, and the VERY MOMENT I would begin typing in my 4-digit passcode, it would begin playing.  I then thought it might be the specific app (TuneIn), but this happens with other apps as well.
    People, this has not happened before until now.
    My conclusion is that it is in the iOS.

    johncalvinhall wrote:
    Once on the nightstand it would stop playing.  I would then open the iPad, power it up, and the VERY MOMENT I would begin typing in my 4-digit passcode, it would begin playing.  I then thought it might be the specific app (TuneIn), but this happens with other apps as well.
    What other apps would you have running or expect to run while the iPad is in sleep mode? Alarm apps or other music apps? Are you using a dock with the iPad?
    Have you tried a reset?
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Unable to play music on iphone 5

    My iphone 5 refusing to play music , the moment i touch play sign it moves to next song but dont play it either just flipping to next song list. what to do?
    thanks

    I am just wondering if this worked?
    The same thing has happened to me - i got an iphone aa few months ago and connected it to my laptop for the first time yesterday.  When i set it up i connected to my existing itunes (but i didnt realise my sister had used my laptop for her itunes an so i ended up with all her stuff so i clicked to restore) since then i cannot play my music on my iphone.  Should i do the above??
    Thanks

  • ITunes Cannot Play Music

    Recently my computer just crashed and all my music files were deleted. I did have it backed up on my iPod nano. I have the new iTunes installed and Quicktime. That all works. I have updated my iPod. The music works on my Nano...but I can't play them on my computer. I don't know what to do. Please help me. I will try anything.
    Emachines T3104   Windows XP   Home Edition, Crashed on 3/24/06

    Ahhhhhh... I think I see the problem. Did you convert the files to M4A by burn them to CD and re importing them? If not iTunes may not not play them. iTunes will refuse to play music files that it thinks were tampered with.
    I would give more details but the Apple monitors will just edit them out. If indeed you did use a program to "convert"
    iTunes Music Store files they try Googling for details on this.

  • Can't play music in Sonata 2011 after ios6

    I have an iPhone 4 (not 4s) and after upgrading to ios6, I can't play music in my Hyundai Sonata. As always, I connect my phone to the Sonata using the manufacturers supplied cable. The car will begin to read it, but will eventually just stop reading and revert to whatever media was playing before or to the radio. The iPhone is left in an odd state where the Music app will just cycle through my albums until I shut the unit down and restart it. I tried using an Apple iPhone USB cable, but that generates a "Connection Error" right away. Is anyone else having this problem? Is there a solution?
    Thanks

    Sorry to take so long to reply, but I figured out the problem. Apparently, if you select a song to play on the iPhone, and the song is not available, the Music app will cycle through your music, until it finds a song that is actually on the iPhone. I believe this is a change with iOS6. Its my wife's car and I don't drive it that often, so there was a lag between installing iOS6, clearing space on the device and actually trying to use it in the car. Now to be clear, not all of my music was missing, just most of them and while troubleshooting the problem I actually played a couple of songs on the device to make sure nothing was wrong with the iPhone. As luck would have it, I selected two of the songs that were still on the device, so I neglected to consider my space clearing. I google'd my question and after much filtering, found the answer.
    Apple should fix this such that at least one of two things happen in this situation:
    1) The iPhone tells you that the song is not on the device.
    2) The iPhone does not list songs, playlists, artists, etc. that are not actually there.
    Although both of these fall into the 'duh' category, the second one makes the most sense as I would have seen right away that my music was gone.
    Anyway, thanks for the reply. It made me look deeper.

  • HT1711 I backed up my iphone5 in the morning and later again on the same day, in the afternoon. I then restored an older backup from the morning. Now all my music files refuse to play even though they still appear on iphone. How can I resolve this?

    I backed up my iphone5 in the morning and later again on the same day, in the afternoon. I then restored an older backup from the morning. Now all my music files refuse to play even though they still appear on iphone. How can I resolve this?

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • [SOLVED] mpd refuses to play songs with unicode in the filenames

    Hi,
    I've been using MPD+Sonata for a while now (two great pieces of software), unfortunately I just tried to play some songs stored in files with unicode characters (i think they're unicode, the ones with the accents, like 'è') and they refuse to play.
    I modified my mpd.conf file to set filesystem_charset to both ISO-8859-1 and UTF-8 (restarting mpd and rebuilding the DB each time) and then it simply refused to add the songs to the database. Furthermore, when I uncommented the line again, MPD still won't add them to the database.
    Any ideas what's going on?
    Thanks in advance!
    Last edited by capnfabs (2009-01-17 07:01:14)

    ah... ok! it seems that the problem is deeper than that. I have my music stored on an NTFS drive and it would appear that these files have disappeared, as far as linux is concerned. I'll move the thread to something more appropriate
    And that was fixed by a remount. Sorry for wasting everyone's time! :-/
    Last edited by capnfabs (2009-01-17 07:00:59)

  • My Ipod Touch is giving a error message of 'This accessory is not supported by iPod Touch' whenever I dock it in my Bose Sound Dock and refuses to play but will charge the device?? am screaming mad and want to be able to play audio thru using the 2

    my ipod touch will not play music thru the Bose sound dock and displays the message 'this accessory is not supported by iPod Touch' how can I fix it?

    "This accessory is not supported" usually refers to an inability to charge the iPod, but the music should still play throguh the Bose dock. My iPod Touch works this way.
    However, when the Bose refuses to make any sound, I unplug it from mains power for one minute. Then plug it back in and try again. This always sorts out the sound issue, but of course, it still will not charg the Touch.
    What happens in your case?

  • MacBook Pro has no sound, no way to adjust volume, and will not play music.

    My MacBook Pro seems to have lost all of its audio functions.  I cannot adjust my volume using the keyboard controls, or through the button at the top of my desktop screen, or even through System Preferences.  I get the normal volume adjust screen, but it is faded, and there is a symbol over it indicating that I cannot adjust anything.  When I go into the Sounds menu from System Preferences, there is nothing for me to select under Input or under Output.  My computer makes no noise, whether I'm using iTunes, watching a video, or anything.  I cannot play music.  My songs simply won't start, and when I skip to any given part of a song, the music still refuses to play.  I am not getting the red light from my headphone port.  I tried to remove any dust that may have collected in the headphone port, and I've even tried to reset my NVRAM and PRAM.  I also updated to OS X Mavericks 10.9.2.  Nothing helped.  I remember that my MacBook was working perfectly fine all of yesterday, but at one point later in the evening, I tried to plug in my headphones to play music, but nothing would play.  I opened Spotify, and it gave me a message that my speakers were broken (I was using the internal speakers).  That's when I first noticed the issue.  Is there anything else I can try before going to the Apple Store and having them try to fix it? Thank you very much, I appreciate any help.   

    The last gasp is an OSX reinstall.  If that fails, then the genius bar is the best option.
    Ciao.

  • ITunes is SO confused: refuses to play 89 of my 1000+ songs

    I backed up my iTunes library to DVD-ROM and had to reformat and reload my entire computer (Windows XP). Reloaded entire computer and reinstalled iTunes 8ish. Restored iTunes library from backup.
    (It isn't smart enough to restore all of my artwork, only some; and it forgot which songs were checked and which weren't. Different problems, but poor functionality nevertheless.)
    Now, iTunes refuses to play 89 of my 1000+ songs, saying my computer isn't authorized to play them. Stupid, since it's apparently authorized to play all the rest of them. It says I have to authorize the computer with an old AOL ID I apparently used to purchase those songs. Although, many of them were not purchased from the iTunes store, but imported from CDs I own.
    So I go through the steps it's forcing me to take. I sign on to the old account, at which point it tells me I have to upgrade to an Apple ID or I can't go any further. Fine. I already have an Apple ID, and there's no way to inform iTunes of that. So I go through the motions to create yet another new Apple ID. Says the request cannot be completed. No explanation.
    So I'm stuck. It still refuses to play those tunes, which played fine before I reloaded and restored the computer and library. Now it thinks I have two computers authorized to play iTunes music, and I only have one. Yes, one. It may have been reloaded, but iTunes should be smart enough to figure out that it's the same one. Duh.
    So I'm stuck not being able to play music I own and am authorized to play, and it refuses to allow me to transfer or reorient my songs to my normal Apple ID.
    Is there anyone who can fix this? I hope I don't have to tell you how ridiculous this problem is, and how iTunes/Apple is forcing me to take steps it won't allow me to take.
    Thanks.

    You can Prevent automatic syncing one time, without changing settings:  Open iTunes. Then, as you connect iPhone to your computer, press and hold Command and Option keys (on a Mac) until you see iPhone appear in the iTunes sidebar.
    To load all the stuff from your phone, you'll need to use a 3rd-party uitility. Here are 2 that will work:
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Playing music in my car with Droid Razr...my problem

    I used to play music from my droid in my truck via a microUSB to USB cable. I have a aftermarket high end stereo in my ride and this was the best option since a USB connection is digital and it charges the phone while plugged in, so no messy cables. After a over the air android update to the "Ice Cream Sandwich" version I can no longer do this as my steareo just spits an error message at me saying "No Support". When I inquired about this at my local Verizon retailer they kept pushing a car dock accessory package at me that would connect it to my radio thru the auxilary port. the drawback is however that I would now have to have a car charger cable to keep my droid from dying while in use. It all sounded like a marketing ploy to move accessories to me and quite frankly im more then a bit annoyed about it. I despise Apple products in all forms and refuse to drop additional cash on an Ipod. Is there a way to undo the Ice Cream Sandwich update or does anyone know of a setting that will allow music play thru the USB cable like it did before? I tried all the USB function settings, Mass Storage, Media etc... all say No Support on my trucks head unit now.

    lunchbox739 wrote:
    I used to play music from my droid in my truck via a microUSB to USB cable. I have a aftermarket high end stereo in my ride and this was the best option since a USB connection is digital and it charges the phone while plugged in, so no messy cables. After a over the air android update to the "Ice Cream Sandwich" version I can no longer do this as my steareo just spits an error message at me saying "No Support". When I inquired about this at my local Verizon retailer they kept pushing a car dock accessory package at me that would connect it to my radio thru the auxilary port. the drawback is however that I would now have to have a car charger cable to keep my droid from dying while in use. It all sounded like a marketing ploy to move accessories to me and quite frankly im more then a bit annoyed about it. I despise Apple products in all forms and refuse to drop additional cash on an Ipod. Is there a way to undo the Ice Cream Sandwich update or does anyone know of a setting that will allow music play thru the USB cable like it did before? I tried all the USB function settings, Mass Storage, Media etc... all say No Support on my trucks head unit now.
       To answer the first part of the question, by keeping the phone stock, there is no way to go back to GingerBread. Once you did the upgrade, it wrote itself in the boot loader, and any time you factory reset, it will go to Ice Cream Sandwich. Now, as SmashOgre mentioned, there are other ways to do it, but they cannot be discussed here.
      As far as your phone not working on your radio anymore, I am afraid I don't have access to a radio like that to test it with, so I can't tell you if it is an issue with your phone in particular or not.

  • Just downloaded latest OS 10.4.6   iTunes refuses to play-

    Can't get my computer to produce any sound at all!!!! after 10.4.6 install.
    help !!

    Sound comes out through speakers alright . iTunes will play videos with sound normally, but refuses to play mp3's aac's or stuff from music store.
    pressing the play button is non responsive. I can't find anything amiss in the preferences. iTunes also seems to burn discs ok as well, just no PLAY.

  • ITunes refuses to play shared .ogg files

    I have the xiph codec thing installed for playing ogg files. Ogg files play fine if the files are stored locally on the mac. However, if I try to play the same files when they are stored on another computer on the network, it refuses to play them. Why?
    Nearly all my music files are ogg vorbis. I have only one imac running OS X 10.4.
    All my other computers are linux based and share their music through Rhythmbox's DAAP music sharing function.
    itunes has no problem playing regular mp3 files from shared sources. Only has a problem playing shared ogg files.

    I have ogg files stored locally (on a PC) and iTunes won't play them, no idea why.

  • Sonata Library Files Playing only internet connection time

    Hi everyone.
    My Problem ; Sonata Library Files Playing only internet connection time.When Internet connection not available sonata not playing my library files.
    Thank you for helping.
    MPD Conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.mpd/Playlist"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.mpd/mpdstate"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "ceyhan"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    ## device "hw:0,0" # optional
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "MASTER" # optional
    mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Volume control mixer ########################################################
    # These are the global volume control settings. By default, this setting will
    # be detected to the available audio output device, with preference going to
    # hardware mixing. Hardware and software mixers for individual audio_output
    # sections cannot yet be mixed.
    # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
    # setting is used other sound applications will be affected by the volume
    # being controlled by MPD.
    #mixer_type "hardware"
    # An example for controlling all mixers through software. This will control
    # all controls, even if the mixer is not supported by the device and will not
    # affect any other sound producing applications.
    #mixer_type "software"
    # This example will not allow MPD to touch the mixer at all and will disable
    # all volume controls.
    #mixer_type "disabled"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "album" or "track". See <http://www.replaygain.org> for more
    # details. This setting is disabled by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting. After modification of this setting mpd
    # --create-db must be run to change the database.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    Last edited by SYSTEMEDIC (2010-07-10 06:36:03)

    What is dropping I guess is the question? Is it wireless? Is it your WAN connection? You need to identify where the problem is.
    To do that you need to try a few things.
    1. If you use wireless then bypass it and use ethernet if that is possible.. even just drag things around so you can test if ethernet fixes it. If so and wireless is in fact the problem.. then you can do a few things.
    2. Wireless issues with the 7.6.4 firmware are common. Did you upgrade about the time the problems started? I am afraid the bad news is, downgrading is not like in the past where it fixed things.. 7.6.4 seems to have some permanent effect on the TC and it is never quite the same again. How this is even possible I have yet to determine.
    The usual fix is factory reset.
    Set wireless with short names, no spaces and pure alphanumeric. Different name for 5ghz.
    Make sure security is WPA Personal  with pure alphanumeric password of 8-20 characters.. unless you are more paranoid.
    Fix the wireless channels and test in order. 11, 8, 6, 1
    And for 5ghz try the lowest channel, 36 and then a high one, around 150.
    3. No improvement factory reset again.. downgrade to 7.6.1 or even 7.5.2 if it is an older Gen4 .. at 18months it might be old enough.. no harm trying. Factory reset again after the downgrade to see if we can get rid of the memory effect.. then try the above steps again.
    No luck.. whatever the upgrade did it did permanently.. no fix is available until Apple pushes out a new firmware to fix what they did in the last one. Buy a different wireless router for now and use the TC in bridge just for TM backups.

Maybe you are looking for

  • I need to change my payment info but can't do it online?

    I have followed your instruction to a tee and the page leads me to a page that apparently doesn't exist. Come on Adobe! I expect so much more from you...

  • KOMK Field is not showing up in the field catalog for creating cond.  tab

    Hi Guys,              I add a new field in KOMK table. Its showing up in the Field catalog but when I create a condition table, its not showing up in that catalog to choose. Thank U for Ur time. Cheers S Kumar

  • Facebook messages - Push or not lumia 800

    i see a few people have had this problem but i can not seem to find an answer as they are talking about apps.  i am using an up to date Lumia 800. I am not using the facebook app, instead using the intergration to try and get the full nokia experienc

  • Variant Configuration - nested KMAT

    Hello All I am facing problem in variant type matching - I created 3 KMATs - Wire Rod, Billet & Liquid Steel I created 3 MVs for each Rod_a, Rod_b, Rod_c, Billet_a, Billet_b, Billet_c, Liquid Steel_a, b & c I assigned all MVs to respective BOM and Ro

  • Idocs totally processed

    Hi everyone: I have a BPM sending idocs to R/3, each execution into XI send an xml with lots of idocs, Those idocs are being executed through a workflow, the problem is that, probably if the workflow of the first idoc takes long time to finish the ex