denysvitali / sonos-web

Web interface for Sonos audio systems
120 stars 14 forks source link

Add Plex Support #24

Closed make92 closed 6 years ago

make92 commented 7 years ago

not sure how active this is still maintained but i was wondering if its planed to integrate the Plex plugin?

denysvitali commented 7 years ago

It isn't planned in the README, but I will make sure to add it as planned ASAP.

By the way, the project is still maintained, but unfortunately I don't have much time to dedicate to it

denysvitali commented 6 years ago

@make92 Can you try out the newest Plex features? You'll need to add your Plex Token and the Plex Hostname to your settings.json file.

{
  "debug": true,
  "port": 8888,
  "plugins": {
    "sonos-web-plex": {
      "token": "YOUR TOKEN HERE",
      "hostname": "whatever.domain.plex.direct" 
     }
   }
}
denysvitali commented 6 years ago

Plex seems to be well integrated now. :+1:

Feel free to reopen the issue if you think something needs to be improved :rocket: