Various scripts for working with plex
Python (v2.x) script for getting various information of a recording (aka: 'grab').
python2 PlexGrab.py <PLEX_DB_PATH> <GRAB_ID>
Used to log into Plex and retrieve, among other things, an Authentication Token
Used to wrap calls to the Plex Web API (which is largely undocumented). It internally uses plex-login
to obtain an authentication token to use, but may use plex-api -t XXXXXXXXX
to specify the Authentication Token.