Plex-Ruby
Plex-Ruby copied to clipboard
A ruby wrapper for the Plex Media Server API
Collections are an attribute that can be returned from movies. It would be really nice to get collections the same way other tags are. For example, `movie.collections` would return: ```xml...
not exactly the same style as the rest, so not sure if you are interested. feedback welcomed.
Adds a collection tag and closes #25. Also fixes a bunch of linting errors from rubocop.
The owner of fakeweb has been sick and is no longer developing fake web it was talked about here: https://github.com/chrisk/fakeweb/issues/57#issuecomment-307594561 In that thread it was recommended to switch to https://github.com/bblimke/webmock
Add better support for accessing stream types, like video, audio, and subtitles. For example on this movie the streams section of the XML looks like this: ```xml ``` And I'd...
Users can now refresh sections
looks like `server.clients` is returning `[]` even when Plex Home Theater (OS X) and Plex Web are both connected, playing.
Everything seems to be functioning fine except when I actually try to play a movie using client.play_media(). It gives the following message... Error trying to ping http://10.0.1.124:32400/system/players/machine name/application/playMedia?path=http%3A%2F%2F10.0.1.124%3A32400%2Flibrary%2Fmetadata%2F445&key=%2Flibrary%2Fmetadata%2F445 - 500...