radish112 wrote: 
> Here's an observation that I'd like to add as a feature request if it's
> not a major hassle:
> 
> When I access Pandora via Orange Squeeze, I get the option of rating the
> currently-playing tune with a "Thumbs Up" or "Thumbs Down." (see
> photo).
> 
> When I access Pandora via the Material Skin the Thumbs Up/Thumbs Down
> option is not presented.

OK, I don't use pandora - but I can see from the LMS JSON API docs that
it should be possible to support this. However, you will have to help me
with this. Can you install material from git? This post
https://forums.slimdevices.com/showthread.php?109624-Announce-Material-Skin&p=950033&viewfull=1#post950033
will show you how. If you do, *after* you have installed the git version
(and restarted LMS):

  
-  Edit (in the installed copy)
  "MaterialSkin/HTML/material/html/js/server.js" and change line 8 to be
  *const PLAYER_STATUS_TAGS = "tags:cdegloyrstABKNS";*  (the "B" has
  been added).
-  Open Material in Chrome using
  "http://SERVER:9000/material/desktop?auto=false&debug=cometd";
-  On Chrome's developer tools
-  Force a full reload of the Material web page (clearing cache, etc)
- press and hold on the refresh icon in the main toolbar you will be
  presented with a menu. Select "Empty Cache and Hard Reload"
-  Play a pandora track
-  In the console tab of Chrome's developer tools, you should see
  lines that contain "COMETD PLAYER" - these will be the status messages
  sent from LMS for the current player. Post some of these here
  

Adding the "B" should make LMS tell Material of any "button" actions.
These should be what is needed for thumbs up/down.


------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to