Bugzilla – Bug 6793
Add ability for TT templates to access client objects so client preferences can be accessed cleanly from skins
Last modified: 2011-03-16 04:47:16 UTC
Requirement to access client preferences from TT raised on dev list: http://forums.slimdevices.com/showthread.php?t=34188&page=4 Propose to extend Slim::Plugin::TT::Clients to add new method to allow a client object to be obtained from the player id, this will allow clean access of client prefs from TT. Bug raised to agree this goes in 7.0..
Is this the whole patch: sub client { my $self = shift; my $id = shift; return Slim::Player::Client::getClient($id); } (from the post)? If so, go for it.
change 16792
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.