NAME

jukeboxd - jukebox network server


SYNOPSIS

  jukeboxd [options]
  options:
    -h, --help            - Show the help message then exit
    -V, --version         - Show the version message then exit
    -d, --debug           - Debug mode (foreground, messages to stdout)
    -a, --address address - Override default server address (0.0.0.0)
    -p, --port port       - Override default server port (1221)
    -g, --gap seconds     - Override default inter track gap (2)


DESCRIPTION

This is a network server that listens for requests to run jukebox. It allows multiple computers on a home network to initiate jukebox requests to a jukebox host that is connected to the home's sound system.

There is no user authentication. Use jukebox itself via ssh if you want user authentication. If you want to control which hosts are allowed to connect to the server, launch it from inetd or xinetd and use tcpwrappers. Never allow packets for this server through your firewall.

The -a, -p and -g options override defaults from the configuration file. The -g option only applies when tracks are played in random order. There is no extra gap between tracks played sequentially (but there is a gap before the first track).

The -d option keeps jukeboxd in the foreground and makes it emit messages about what's happening to standard output.


FILES

  /etc/jukebox.conf - System wide configuration file
  ~/.jukeboxrc      - User specific configuration file


SEE ALSO

  rip(1), riptrack(1), mktoc(1), toc2names(1), toc2tags(1),
  cdr(1), cdrw(1), burn(1), burnw(1), cdbackup(1), mp3backup(1),
  jukebox(1), jukeboxc(1), jukeboxc.jar(1), jukeboxd(8),
  jukeboxd-init.d(8), jukebox.conf(5),
  http://raf.org/jukebox/Jukebox-HOWTO


AUTHOR

raf <raf@raf.org>