Pete Tomasik
Pete Tomasik
When running `prt check_config`, it would only verify hosts listed under `servers` in `.prt.conf` (even if `servers_script` is not null). This changes the behavior to match how `prt` decides which...
Updates `get_auth_token()` to pull in existing Plex auth token from the `SETTINGS_PATH` file, with a fallback to prompting the user for their Plex creds to obtain a token from `plex.tv`....
Discovered that plexmediaserver will fall back to using the transcode directory if it gets a `Permission Denied` error when writing to `/tmp/pms-*/` at service startup: ``` /Transcode/Sessions/EasyAudioEncoder ``` To take...