mherger wrote:
> Where would I find those patches? Triode already asked me to include
> minor changes to support that value in the SqueezePlay class. If you had
> patches for the text change etc., that would be great.
There aren't any more patches at the moment, assuming the patch Adrian
sent you is the same as above, which is what I have applied to latest
git before pushing my LMS builds.....
Code:
--------------------
diff --git a/Slim/Player/SqueezePlay.pm b/Slim/Player/SqueezePlay.pm
index 2a2b84d..4bb6b91 100644
--- a/Slim/Player/SqueezePlay.pm
+++ b/Slim/Player/SqueezePlay.pm
@@ -38,6 +38,7 @@ BEGIN {
hasDigitalOut
hasPreAmp
hasDisableDac
+ hasPolarityInversion
spDirectHandlers
proxyAddress
));
@@ -60,6 +61,7 @@ sub new {
hasDigitalOut => 0,
hasPreAmp => 0,
hasDisableDac => 0,
+ hasPolarityInversion => 0,
spDirectHandlers => undef,
proxyAddress => undef,
);
@@ -80,6 +82,7 @@ my %CapabilitiesMap = (
HasDigitalOut => 'hasDigitalOut',
HasPreAmp => 'hasPreAmp',
HasDisableDac => 'hasDisableDac',
+ HasPolarityInversion => 'hasPolarityInversion',
SyncgroupID => undef,
Spdirect => 'spDirectHandlers',
Proxy => 'proxyAddress',
--------------------
We probably do want to change that tool-tip to say "Player", rather than
"Transporter"...... Just something I noticed, and was flagging up to
Triode. Overall scheme of things, it's not really important at the
moment. ;)
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix