Bugzilla – Bug 8075
Returning full version over CLI
Last modified: 2008-05-12 06:11:09 UTC
when requesting the version through the CLI interface all that is returned is the major digit. Would it be posssible to return the complete string including the build? In that way a companion program (e.g. remote using CLI) could condition behavior (code Operation) based on the version of squeezecenter attached to. Ideally a nice slim style response of the form . . . major:7 minor:0 revision:1 build:17654 would be ideal, but I will take what I can get
This can be deleted as the serverstatus command does exactly what I needed.