afriend wrote: 
> 
> P.S. I forget. Do you know the command to get the player model name
> (baby, boom...)  using the client id (player MAC address)?

If you are in the perl code i think you can do something like: 

Code:
--------------------
    
  Slim::Player::Client::getClient($clientId)->model
  
--------------------

Not beside a computer right now but it’s something like that.

However, if you are thinking of coding model specific logic you should
be careful since there are model names (not officially known) also for
third party players. The Slim::Player::Client object also have methods
to check the characteristics of the player and these are more suitable
to use if you want to have specific logic for a player with a specific
feature.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)
*Starting with LMS 8.0 I no longer support my plugins/applets* ('see
here for more information'
(https://forums.slimdevices.com/showthread.php?49483-Announce-New-versions-of-erlands-plugins&p=998836&viewfull=1#post998836)
)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to