Musicpd Install from the ports, also ncmpcpp.
If you know how to configure, but I have problems with sound in musicpd.
In linux freebsd use alsamixer but apparently not available, and the ports are alsa-lib and alsa-utils but just do not know how to start it.
My mpd.conf is this:
config ncmpcpp:
But when trying to start mpd gives me errors in the audio, then there is not as set in freebsd as not to use.
In linux the mpd configuration works fine as I use alsa, but freebsd does not do.
If you know how to configure, but I have problems with sound in musicpd.
In linux freebsd use alsamixer but apparently not available, and the ports are alsa-lib and alsa-utils but just do not know how to start it.
My mpd.conf is this:
Code:
music_directory "/media/Datos/ArchLinux/Music"
playlist_directory "/home/lin/.mpd/playlists"
db_file "/home/lin/.mpd/mpd.db"
log_file "/home/lin/.mpd/log"
pid_file "/home/lin/.mpd/mpd.pid"
user "lin"
port "6600"
bind_to_address "localhost"
audio_output {
type "alsa"
name "My ALSA Device"
}
audio_output {
type "fifo"
name "visual"
path "/home/lin/.mpd/mpd.fifo"
format "44100:16:1"
}
config ncmpcpp:
Code:
# ---
# MPD
# ---
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_music_dir = "/media/Datos/ArchLinux/Music"
mpd_connection_timeout = "5"
mpd_crossfade_time = "5"
# ----
# Bars
# ----
statusbar_visibility = "yes"
header_visibility = "yes"
# ------
# Delays
# ------
playlist_disable_highlight_delay = "1"
message_delay_time = "1"
# ------
# Format
# ------
song_list_format = "$7[$4%n$7]$9 $7[$9$3%l$7]$9 $1|$9 $7%a$9 $1|$9 $2%t$9 $R $5%b$9"
song_columns_list_format = "(35)[black]{t} (20)[black]{a} (6)[black]{l} (30)[black]{b} "
song_window_title_format = "{%a - }{%t}|{%f}"
song_status_format = "$b{$2%a$9 $3-$9 }$6{%t$9}"
now_playing_suffix = "$/b"
# ------
# Colors
# ------
colors_enabled = "yes"
color1 = "red"
color2 = "black"
empty_tag_color = "red"
main_window_color = "cyan"
main_window_highlight_color = "blue"
active_column_color = "green"
active_window_border = "black"
window_border_color = "red"
statusbar_color = "yellow"
header_window_color = "black"
# ------------
# Progress bar
# ------------
progressbar_color = "cyan"
progressbar_look = ">>"
# ----
# Misc
# ----
playlist_separate_albums = "no"
cyclic_scrolling = "yes"
fancy_scrolling = "yes"
display_screens_numbers_on_start = "no"
regular_expressions = "extended"
external_editor = "/usr/bin/gedit"
ignore_leading_the = "no"
# lyrics_database = "1" # 1 - lyricwiki.org | 2 - lyricsplugin.com
clock_display_seconds = "yes"
display_bitrate = "no"
state_line_color = "red"
state_flags_color = "blue"
state_window_color ="blue"
empty_tag_marker = "<empty>"
jump_to_now_playing_song_at_start = "yes"
ask_before_clearing_main_playlist = "no"
display_remaining_time = "no"
volume_color = "magenta"
visualizer_fifo_path = "/home/lin/.mpd/mpd.fifo"
visualizer_output_name = "visual"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" (spectrum/wave)
But when trying to start mpd gives me errors in the audio, then there is not as set in freebsd as not to use.
In linux the mpd configuration works fine as I use alsa, but freebsd does not do.