plex-tools/token-local
deathbybandaid 15fb5200c3 test
2023-03-14 08:44:15 -04:00

6 lines
191 B
Plaintext

# configs
PREF="/opt/plex/Library/Application Support/Plex Media Server/Preferences.xml"
# get token
TOKEN=`cat "${PREF}" | sed -e 's;^.* PlexOnlineToken=";;' | sed -e 's;".*$;;' | tail -1`