Jump to content

Recommended Posts

Posted

Hello, can someone tell me: I launched the mpd stream via httpd, the mpc client, when connected from another device there is neither the name of the station, nor the name of the song, nothing, only the start-stop button and volume control. Who can tell what the problem is? I enclose the configuration file mpd.conf:

Spoiler

music_directory         "/home/piro_tex/mnt_microsd"
playlist_directory      "/home/piro_tex/mpd/playlists"
db_file                 "/home/piro_tex/mpd/tag_cache"
log_file                "/home/piro_tex/mpd/mpd.log"
pid_file                "/home/piro_tex/mpd/pid"
state_file              "/home/piro_tex/mpd/state"
sticker_file            "/home/piro_tex/mpd/sticker.sql"

user                    "piro_tex"
bind_to_address         "localhost"
volume_normalization    "yes"
metadata_to_use         "artist,album,title,track,name,genre,date,composer,performer,comment,disc"
auto_update             "yes"
default_permissions     "read,add,control,admin"

audio_output {
        type            "httpd"
        name            "OragnePI_radio"
        server          "localhost"
        port            "8000"
        always_on       "yes"
        tags            "yes"

        max_clients     "3"                     # optional 0=no limit
}


id3v1_encoding          "WINDOWS-1251"
filesystem_charset      "UTF-8"
 

P.S. Sorry for my english.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines