Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iBaa/PlexConnect
/ getXMLFromPMSToQueue
Function
getXMLFromPMSToQueue
PlexAPI.py:483–485 ·
view source on GitHub ↗
(PMS, queue)
Source
from the content-addressed store, hash-verified
481
482
483
def
getXMLFromPMSToQueue(PMS, queue):
484
XML = getXMLFromPMS(PMS[
'baseURL'
],PMS[
'path'
],PMS[
'options'
],PMS[
'token'
])
485
queue.put( (PMS[
'data'
], XML) )
486
487
488
Callers
nothing calls this directly
Calls
1
getXMLFromPMS
Function · 0.85
Tested by
no test coverage detected