Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#237 closed enhancement (fixed)

command line arguments for rpld-*

Reported by: chrysn Owned by: ph3-der-loewe
Priority: wishlist Milestone: RPLD major release 0.1.0
Component: RoarAudio PlayList Daemon Version: 0.1.0
Keywords: Cc:
Architecture: Compiler: perl
Difficulty: easy Kernel:
Operating System: Parent Tickets:
Patch attached: no Protocol: RPLD
Sound driver: Topic:

Description

rpld-play & co don't respond to --help being passed, as it is common with unix tools. those tools that require arguments (eg rpld-import) give meaningless error messages when called without arguments instead of presenting a usage message.

to the best of my knowledge, perl modules exist that make that feature quite easy to implement.

in the course of that, it might be useful to parse generic rpld options as well (eg to specify a socket/tcp destination of the server, in case different servers are run in a network).

Subtickets

Change History (5)

comment:1 Changed 12 years ago by ph3-der-loewe

  • Compiler set to perl
  • Difficulty set to easy
  • Owner set to ph3-der-loewe
  • Priority changed from medium to wishlist
  • Protocol set to RPLD
  • Status changed from new to accepted
  • Version set to current

comment:2 Changed 12 years ago by ph3-der-loewe

See also: #239

comment:3 Changed 12 years ago by ph3-der-loewe

Just a note:
The following is the list of the default locations Audio::RPLD searches for the rpld socket:

  • $RPLD_SERVER
  • ~/.rpld
  • /tmp/.rpld
  • /tmp/rpld
  • /var/run/rpld.sock
  • .rpld
  • localhost
  • ::rpld

comment:4 Changed 12 years ago by ph3-der-loewe

  • Resolution set to fixed
  • Status changed from accepted to closed
  • Version changed from current to 0.1rc8

comment:5 Changed 12 years ago by ph3-der-loewe

  • Milestone set to RPLD major release 0.1.0
Note: See TracTickets for help on using tickets.