justinemter / pseudo-channel

This is a python based cli-app using the python-plex-api to control a plex-client and act like a real TV channel with show scheduling, commercial breaks, movie nights, etc. "Home-Brewed TV Channel(s) for Hackers"
GNU General Public License v3.0
130 stars 18 forks source link

Allow to pass baseurl of client instead of just the name #73

Closed Lunik closed 5 years ago

Lunik commented 5 years ago

Sometimes, Plex server don't see clients for some reasons... But clients like "RasPlex" or still operational when talking to them directly.

This PR is about allowing user to set directly the url of the client instead of asking Plex server the list of available clients.

This allow to bypass Plex server when client is not showing up.

Disclaimer : This is only usefull when client can be controlled directly without passing via the Plex server proxy.

justinemter commented 5 years ago

Thanks @Lunik. Haven't tested, but it looks good. Check out the new repo over at FakeTV: https://github.com/faketv

I haven't posted it to the README in this repo yet cause we're not quite ready over there. Anyway, thanks for the pull request. Cheers.