preparation of videoextras

This commit is contained in:
marcelveldt 2016-03-04 22:00:24 +01:00
parent 455b7262fc
commit 36007a1e7d
2 changed files with 32 additions and 2 deletions

View file

@ -50,7 +50,6 @@ class Main:
'reset': utils.reset,
'resetauth': entrypoint.resetAuth,
'extrafanart': entrypoint.getExtraFanArt,
'play': entrypoint.doPlayback,
'passwords': utils.passwordsXML,
'adduser': entrypoint.addUser,
@ -66,10 +65,15 @@ class Main:
'deviceid': entrypoint.resetDeviceId
}
if "extrafanart" in sys.argv[0]:
if "/extrafanart" in sys.argv[0]:
embypath = sys.argv[2][1:]
embyid = params.get('id',[""])[0]
entrypoint.getExtraFanArt(embyid,embypath)
if "/Extras" in sys.argv[0] or "/VideoFiles" in sys.argv[0]:
embypath = sys.argv[2][1:]
embyid = params.get('id',[""])[0]
entrypoint.getVideoFiles(embyid,embypath)
if modes.get(mode):
# Simple functions