Plex CLI
Plex command line interface. A simple script to control your Plex client.
Installation
-
Git clone the
plex.sh
to a folder in your $PATHcurl https://raw.githubusercontent.com/ArtBIT/plex-cli/master/plex.sh > plex
-
Make it executable
chmod +x plex
-
Edit it, set the Plex Media Server IP and your Plex client IP
-
Test it
plex menu
Usage
Usage: plex [<command>]
Available commands:
up
Navigate updown
Navigate downleft
Navigate leftright
Navigate rightback
Navigate backmenu
Open menuselect
Select current optionrewind
_Rewind the playback _bigrewind
Rewind the playback moreforward
_Rewind the playback _bigforward
Rewind the playback moreplay
Playback playstop
Playback stoposd
Toggle OSD
Examples:
plex play
plex pause
plex stop
License
This project is licensed under the MIT License - see the LICENSE.md file for details