DerMixD 1.6.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DerMixD 1.6.0 (Default branch)
# 1  
Old 04-07-2008
DerMixD 1.6.0 (Default branch)

DerMixD is an audio mixing and network-listening daemon that is similar to mixplayd but quite different in its implementation. It supports the playing of music files on a run-time configurable number of input channels, mixing them together and producing output on a run-time configurable number of output channels. It is controlled over a TCP socket and supports scripting, gapless playing of tracks, including filtering of null samples from padding, use of mpg123's equalizer, flexible input/output connection, changing playback speed, and more. License: GNU General Public License (GPL) Changes:
This version gives you local communication via UNIX domain sockets and peer-to-peer communication between DerMixD clients.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gimmix(1)						      General Commands Manual							 Gimmix(1)

NAME
Gimmix - a graphical music player daemon (MPD) client SYNOPSIS
gimmix DESCRIPTION
This manual page documents briefly the gimmix command. gimmix is a graphical music player daemon (MPD) client written in C using GTK+2. It's very simple and easy to use, yet offers many fea- tures to make your audio experience a pleasant one. CONFIGURATION
Default configuration file location is $HOME/.gimmixrc. List of valid configuration options : mpd_hostname (mandatory) hostname mpd_port (mandatory) port number mpd_port (mandatory) mpd password. Leave blank for no password enable_systray (mandatory) Enable/Disable the system tray icon. Enable is true, Disable is false. enable_notification (mandatory) Enable/Disable the notification tooltip. Enable is true, Disable is false. music_directory (mandatory) The absolute path to the directory where your music is stored. This is same as the one you specified in your mpd.conf. This setting is required for the tag editor to function properly. play_on_add If true, songs will automatically be played when you add them to the playlist. If false, songs will just be added to the playlist. Default value is false. stop_on_exit If true, gimmix will stop playing when user quits gimmix. If false, gimmix will not stop playing when user quits gimmix. Default value is false. enable_search If true, search mode is enabled in library browser. If false, search mode will be disabled. Default value is true. update_on_startup If true, gimmix will update the mpd database everytime on startup. If false, gimmix won't update the mpd database on startup. Default value is false. full_view_mode If true, the playlist will be expanded by default when gimmix starts. If false, gimmix will start in compact mode (This is automati- cally set by gimmix, so, its not necessary to set this value always) window_xpos and window_ypos x and y co-ordinates representing window position of gimmix (These values are automatically set, so, its not necessary to set these values) window_width and window_height These represt the window geometry of gimmix (These values are automatically set, so, its not necessary to set these values) coverart_enable Enable/disable amazon cover art plugin coverart_location Amazon's server location to fetch covers from. Values : com | co.uk | jp | fr | ca | de SEE ALSO
Website: http://gimmix.berlios.de AUTHOR
Gimmix was written by Priyank Gosalia <priyankmg@gmail.com>. This manual page was written by Vincent Legout <vincent@legout.info>, for the Debian project (but may be used by others). July 20, 2008 Gimmix(1)