emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
135 stars 49 forks source link

Option to get widevine from lacros image #558

Closed horstle closed 6 months ago

horstle commented 8 months ago

This adds the possibility to extract Widevine from a Lacros image. It also splits code that is specific to getting Widevine from Googles repo into repo.py.

Currently it relies on the zstd library being installed on the system. If that's not the case, it will use the old ChromeOS image method. It would be better if there was an addon for zstd decompression.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud