- 在线时间
- 191 小时
- 最后登录
- 2009.9.24
- 注册时间
- 2005.11.28
- 积分
- 2161
 
 - 注册时间
- 2005.11.28
- 金币
- 2092 个
- 财富
- 0 元
- 阅读权限
- 50
- 积分
- 2161
- 帖子
- 606
- 主题
- 0
- 精华
- 6
- UID
- 132771
|
发表于 2009.4.17 15:12:34
|显示全部楼层
还是权限问题,这个权限问题很头疼……
贴下我的配置
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
######################## REQUIRED PATHS ########################
# You can put symlinks in here, if you like. Make sure that
# the user that mpd runs as (see the 'user' config parameter)
# can read the files in this directory.
music_directory "/var/lib/mpd/music"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/tag_cache"
log_file "/var/lib/mpd/mpd.log"
error_file "/var/lib/mpd/errors.log"
pid_file "/var/run/mpd/pid"
################################################################
######################## OPTIONAL PATHS ########################
#
# 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 "/var/lib/mpd/state"
#
################################################################
######################## 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 "user"
#
# The address and port to listen on.
#
bind_to_address "localhost"
#port "6600"
#
# Controls the amount of information that is logged. Can be
# "default", "secure", or "verbose".
#
#log_level "default"
#
################################################################ |
|