https://github.com/artbit/plex-cli
Simple script to control your Plex client
https://github.com/artbit/plex-cli
cli plex plex-cli shell
Last synced: 26 days ago
JSON representation
Simple script to control your Plex client
- Host: GitHub
- URL: https://github.com/artbit/plex-cli
- Owner: ArtBIT
- License: mit
- Created: 2016-05-25T15:59:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T06:05:14.000Z (over 9 years ago)
- Last Synced: 2026-05-20T03:15:32.985Z (about 1 month ago)
- Topics: cli, plex, plex-cli, shell
- Language: Shell
- Size: 3.91 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Plex CLI
Plex command line interface. A simple script to control your Plex client.
## Installation
1. Git clone the `plex.sh` to a folder in your $PATH
`curl https://raw.githubusercontent.com/ArtBIT/plex-cli/master/plex.sh > plex`
2. Make it executable
`chmod +x plex`
2. Edit it, set the Plex Media Server IP and your Plex client IP
4. Test it
`plex menu`
## Usage
Usage: plex \[\\]
Available commands:
- `up` _Navigate up_
- `down` _Navigate down_
- `left` _Navigate left_
- `right` _Navigate right_
- `back` _Navigate back_
- `menu` _Open menu_
- `select` _Select current option_
- `rewind` _Rewind the playback _
- `bigrewind` _Rewind the playback more_
- `forward` _Rewind the playback _
- `bigforward` _Rewind the playback more_
- `play` _Playback play_
- `stop` _Playback stop_
- `osd` _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