forked-daapd не работает, и я не знаю почему! [закрыто]

Я использую ubuntu server 11.10, я установил forked-daapd, и это его файл конфигурации:

    general {
        # Username
        uid = "musica"
        logfile = "/var/log/forked-daapd.log"
        # Database location
        db_path = "/var/cache/forked-daapd/songs3.db"
        # Available levels: fatal, log, warning, info, debug, spam
        loglevel = spam
        # Admin password for the non-existent web interface
        admin_password = "unused"
        # Enable/disable IPv6
        ipv6 = no
}

# Library configuration
library {
        # Name of the library as displayed by the clients
        # %h: hostname, %v: version
        name = "Musica %h"
        # TCP port to listen on. Default port is 3689 (daap)
        port = 3689
        # Password for the library. Optional.
#       password = ""

        # Directories to index
        directories = { "/media/musica/" }
        # Directories containing compilations
        # Matches anywhere in the path (not a regexp, though)
#       compilations = { "/compilations/" }

        # Should iTunes metadata override ours?
#       itunes_overrides = true

        # Formats: mp4a, mp4v, mpeg, alac, flac, mpc, ogg, wma, wmal, wmav, aif, wav
        # Formats that should never be transcoded
#       no_transcode = { "alac", "mp4a" }
        # Formats that should always be transcoded
        force_transcode = { "ogg", "flac" }
}

# Local audio output
audio {
        # AirTunes name - used in the speaker list in Remote
        nickname = "Computer"
        # Audio device name for local audio output
#       card = "default"
        # Mixer channel to use for volume control - ALSA/Linux only
        # If not set, PCM will be used if available, otherwise Master.
#       mixer = ""
}

# Airport Express device
#apex "ApEx" {
        # AirTunes password
#       password = "s1kr3t"
#}

Когда я запускаю forked-daapd, это будет выход:

    root@petra:/media/video# service forked-daapd restart
    Restarting RSP and DAAP media server:     main: Forked Media Server Version 
0.19 taking off main: Initialized with gcrypt 1.5.0
    forked-daapd.

И это файл журнала:

[2012-01-03 17:18:29]     main: Forked Media Server Version 0.19 taking off
[2012-01-03 17:18:29]     main: Initialized with gcrypt 1.5.0
[2012-01-03 17:18:29]     main: PID: 12319
[2012-01-03 17:18:29]     main: mDNS init
[2012-01-03 17:18:29]     mdns: Initializing Avahi mDNS

Проблема заключается в том, что banshee и rhythmbox не видят сервер daap, и если я вручную добавлю общий ресурс, ничего не произойдет!

Что я могу сделать? Я уже изменил loglevel = спам, но forked-daapd не показывает никакой дополнительной информации в файле журнала

2
задан 3 January 2012 в 22:28

0 ответов

Другие вопросы по тегам:

Похожие вопросы: