XStreamity V3.93
This is a minor update but it affected a lot of files
Used a more pythonic way to combine file paths to hopefully totally eliminate double slashes // I was seeing in some debug logs
Reverted the EPG download folder back to Name instead of domain, if a name is added
You no longer have to reboot if changing skin. Just exit and re-enter plugin.
Added another keymap to streamplayer, for users that cannot show or hide the infobar with ok button. Might or might not work.
Python 2
opkg install python-requests
opkg install python-multiprocessing
opkg install python-image
opkg install python-imaging
opkg install wget Full wget is required for https lines and used by the download manager.
python 3
opkg install python3-requests
opkg install python3-pillow
opkg install wget Full wget is required for https lines and used by the download manager.