Opened 11 years ago
Closed 11 years ago
#227 closed enhancement (fixed)
rpld should be abled to list connected clients
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | RoarAudio PlayList Daemon | Version: | 0.1.2 |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | normal | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | RPLD |
Sound driver: | Topic: | New feature |
Description
rpld should be abled to list all connected clients.
Subtickets
Change History (6)
comment:1 Changed 11 years ago by iwdy23
comment:2 Changed 11 years ago by ph3-der-loewe
comment:3 Changed 11 years ago by rogers
comment:4 Changed 11 years ago by ph3-der-loewe
The output could be similar to the one of LISTPLAYLISTS. The output for LISTPLAYLISTS currently looks like this:
0: [parent: 0, volume: 65535/65535, role: music, history: 1, backend: "+default", mixer: -1] "Main Queue" 1: [parent: 0, history size: 42] "Main History"
Maybe we should use something like this:
X: [PID: XXX, UID: XXX, GID: XXX, Protocol: "xxx", HostID: 0xXXX] "name"
comment:5 Changed 11 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to accepted
currently working on this.
comment:6 Changed 11 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from accepted to closed
- Version changed from current to 0.1.2
This has been fixed with the LISTCLIENTS command.
Note: See
TracTickets for help on using
tickets.
See also #242.