add instructions to find Plex Update URL (#35)
This commit is contained in:
@@ -94,7 +94,7 @@ if [ "$use_plexAPI" = "yes" ]; then
|
|||||||
if [ -z "$plexIP" ]; then
|
if [ -z "$plexIP" ]; then
|
||||||
echo "no Plex credentials provided"
|
echo "no Plex credentials provided"
|
||||||
else
|
else
|
||||||
curl -s -X POST "http://$plexIP:$plexPORT/livetv/dvrs/$plexID/reloadGuide?X-Plex-Token=$plexToken"
|
curl -s -X POST "$plexUpdateURL"
|
||||||
sleep 1
|
sleep 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
14
sample.env
14
sample.env
@@ -37,10 +37,10 @@ embyID=
|
|||||||
|
|
||||||
### Plex
|
### Plex
|
||||||
# Only necessary if xTeVe API is active
|
# Only necessary if xTeVe API is active
|
||||||
# Finding your Plex token: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
|
# To find your Plex Update URL navigate to your plex server in chrome (eg, 192.168.1.1:32400/web/),
|
||||||
# Finding Plex ID: http://YOUR_IP_HERE:32400/?X-Plex-Token=YOUR_TOKEN_HERE , look for "tv.plex.providers.epg.xmltv: " and enter the value blow.
|
# and open chrome developer tools (press F12). Once developer tools is open find and click the "Refresh
|
||||||
use_plexAPI=no
|
# Guide" link in Plex and then look at the developer tools window. The first request listed should start
|
||||||
plexIP=
|
# with "reloadGuide?". Right click the line and go to copy -> Copy link address. Paste the result below as
|
||||||
plexPORT=32400
|
# plexUpdateURL.
|
||||||
plexToken=
|
|
||||||
plexID=
|
plexUpdateURL=
|
||||||
|
|||||||
Reference in New Issue
Block a user