def getPlatformProps(self):
props = {}
# if xbmc.getCondVisibility('system.platform.android') and self.addon.getSetting('android_drm_widevine') == 'false':
# props.update({'license_type': 'com.microsoft.playready'})
# android_deviceid = None
# if self.addon.getSetting('android_deviceid'):
# android_deviceid = self.addon.getSetting('android_deviceid')
# else:
# android_deviceid = str(uuid.uuid1())
# self.addon.setSetting('android_deviceid', android_deviceid)
# props.update({'android_deviceid': android_deviceid})
else:
props.update({'license_type': 'com.widevine.alpha'})
props.update({'license_url': 'https://wvguard.sky.de/WidevineLicenser/WidevineLicenser|User-Agent=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F49.0.2623.87%20Safari%2F537.36&Referer=http%3A%2F%2Fwww.skygo.sky.de%2Ffilm%2Fscifi--fantasy%2Fjupiter-ascending%2Fasset%2Ffilmsection%2F144836.html&Content-Type=|R{SSM}|'})