- Mitglied seit
- 13. Nov 2010
- Beiträge
- 5
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
Ich habe auf meiner DS209j mpd installiert.
Ein Konfigurationsfile hab ich danach nicht gefunden, weshalb ich folgendes File angelegt habe:
Inhalt:
Die Files auf welche ich verweise habe ich alle angelegt:
Wenn ich die Datenbank erstellen will, kommt folgender Fehler:
Deshalb hab ich mal naiv Folgendes zum mpd.conf hinzugefügt:
Der Fehler bleibt jedoch derselbe...
Weiss jemand wie der Output zu konfigurieren ist?
Im Voraus vielen Dank,
F.
Ich habe auf meiner DS209j mpd installiert.
Ein Konfigurationsfile hab ich danach nicht gefunden, weshalb ich folgendes File angelegt habe:
/etc/mpd.conf Inhalt:
music_directory "/volume1/music"
playlist_directory "/volume1/music/.mpd/playlists"
db_file "/volume1/music/.mpd/mpd.db"
log_file "/volume1/music/.mpd/mpd.log"
pid_file "/volume1/music/.mpd/pid"
state_file "/volume1/music/.mpd/state"
bind_to_address "localhost"
playlist_directory "/volume1/music/.mpd/playlists"
db_file "/volume1/music/.mpd/mpd.db"
log_file "/volume1/music/.mpd/mpd.log"
pid_file "/volume1/music/.mpd/pid"
state_file "/volume1/music/.mpd/state"
bind_to_address "localhost"
Die Files auf welche ich verweise habe ich alle angelegt:
DiskStation> ls -la /volume1/music/.mpd
drwxr-xr-x 3 root root 4096 Nov 14 06:30 .
drwxrwxrwx 1297 root root 45056 Nov 14 06:22 ..
-rw-r--r-- 1 root root 0 Nov 14 06:29 mpd.db
-rw-r--r-- 1 root root 0 Nov 14 06:29 mpd.log
-rw-r--r-- 1 root root 0 Nov 14 06:30 pid
drwxr-xr-x 2 root root 4096 Nov 14 06:22 playlists
-rw-r--r-- 1 root root 0 Nov 14 06:30 state
drwxr-xr-x 3 root root 4096 Nov 14 06:30 .
drwxrwxrwx 1297 root root 45056 Nov 14 06:22 ..
-rw-r--r-- 1 root root 0 Nov 14 06:29 mpd.db
-rw-r--r-- 1 root root 0 Nov 14 06:29 mpd.log
-rw-r--r-- 1 root root 0 Nov 14 06:30 pid
drwxr-xr-x 2 root root 4096 Nov 14 06:22 playlists
-rw-r--r-- 1 root root 0 Nov 14 06:30 state
Wenn ich die Datenbank erstellen will, kommt folgender Fehler:
DiskStation> mpd --create-db /volume1/music/.mpd/
output: No "audio_output" defined in config file
output: Attempt to detect audio output device
output: Attempting to detect a oss audio device
oss: Error opening OSS device "/dev/dsp": No such device
oss: Error opening OSS device "/dev/sound/dsp": No such file or directory
output: Unable to detect an audio device
Aborted (core dumped)
output: No "audio_output" defined in config file
output: Attempt to detect audio output device
output: Attempting to detect a oss audio device
oss: Error opening OSS device "/dev/dsp": No such device
oss: Error opening OSS device "/dev/sound/dsp": No such file or directory
output: Unable to detect an audio device
Aborted (core dumped)
Deshalb hab ich mal naiv Folgendes zum mpd.conf hinzugefügt:
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional
format "44100:16:2" # optional
}
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional
format "44100:16:2" # optional
}
Der Fehler bleibt jedoch derselbe...
Weiss jemand wie der Output zu konfigurieren ist?
Im Voraus vielen Dank,
F.