issues
search
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
136
stars
48
forks
source link
Improvements for linux arm64 support
#536
Closed
horstle
closed
7 months ago
horstle
commented
1 year ago
Check if the downloaded library fits the system architecture/bitness, possibly by using #415
pass a different path to find_file (cros_arm64 instead of cros_arm) for the aarch64 images
not necessary with naive search
Maybe create a github action which analyzes some of the 32bit images, to see if they made the switch to 64bit?
pass a different path to find_file (cros_arm64 instead of cros_arm) for the aarch64 imagesnot necessary with naive search