Crates.io | plex-list |
lib.rs | plex-list |
version | 0.1.8 |
source | src |
created_at | 2019-05-18 07:09:10.817761 |
updated_at | 2022-05-03 03:48:46.874897 |
description | List Plex activity via a Tautulli (Plexpy) Server |
homepage | |
repository | https://github.com/papertigers/pls |
max_upload_size | |
id | 135039 |
size | 50,768 |
pls allows you to list the current activity of your Plex Server via a Tautulli (Plexpy) connection.
pls processes the Tautulli server and key in the following order:
The optional config can be stored in your OS specific configuration directory:
Platform | Value | Example |
---|---|---|
Linux | $XDG_CONFIG_HOME or $HOME /.config |
/home/alice/.config/pls.toml |
macOS | $HOME /Library/Preferences |
/Users/Alice/Library/Preferences/pls.toml |
Windows | {FOLDERID_RoamingAppData} |
C:\Users\Alice\AppData\Roaming\pls.toml |
The config looks like:
server = 'https://plexpy.duckdns.com:8181'
key = 'my-super-secret-plexpy-key'