Manually install dependencies
OK, we have used the box menus to setup most of the plugins required.
Feeds don't always have the latest version of plugins or all the required library dependancies that a plugin might need.
Realistically. These should all actually be installed. Its just a bit of a tick box checking exercise.
So lets do some manual installing of elements via telnet and ftp.
First setup a password on your box, so we are able to log into it via ftp, openwebif or telnet
Menu > Setup > System > Network > Password Settings >
Old habit but I always just keep this as "root"
So username is "root"
password is "root"
But obviously set the password to whatever you want
You can press text button on your remote to bring up virtual keyboard.
Telnet
I personally use PuTTY as my telnet client.
Download PuTTY: latest release (0.76)
But you can use openwebif in a browser.
To open telnet with PuTTY or openwebif in a browser you need to know your boxes IP address
Menu > Information > Network > IP Address
pasted-from-clipboard.png
PuTTY
pasted-from-clipboard.png
pasted-from-clipboard.png
Openwebif > Terminal
pasted-from-clipboard.png
pasted-from-clipboard.png
All latest images are python3. Install the correct libraries from the relevant python version.
Don't install python2 libraries on python3 or vice versa.
If unsure of your python version, check your menu > information page.
python3 images only
opkg update update feed files
opkg install wget install full wget needed for https downloads used in a lot of plugins
opkg install python3-requests
opkg install python3-multiprocessing
opkg install python3-six
opkg install python3-pillow
python2 images only
opkg update update feed files
opkg install wget install full wget needed for https downloads used in a lot of plugins
opkg install python-requests
opkg install python-multiprocessing
opkg install python-image
opkg install python-imaging
opkg install python-six
dreambox - python3 images only
apt-get -y update update feed files
apt-get -y install wget install full wget needed for https downloads used in a lot of plugins
apt-get -y install python3-requests
apt-get -y install python3-multiprocessing
apt-get -y install python3-six
dreambox - python2 images only
apt-get -y update update feed files
apt-get -y install wget install full wget needed for https downloads used in a lot of plugins
apt-get -y install python-requests
apt-get -y install python-multiprocessing
apt-get -y install python-image
apt-get -y install python-imaging
apt-get -y install python-six
ServiceApp, Gstreamer, Exteplayer3
Some plugins install rogue or monkey patched versions of these. So we will start with a clean install
opkg remove enigma2-plugin-systemplugins-serviceapp
opkg remove exteplayer3
opkg remove ffmpeg
opkg remove gstplayer
opkg install enigma2-plugin-systemplugins-serviceapp
opkg install exteplayer3
opkg install ffmpeg
opkg install gstplayer
Reboot Gui