Here are the latest tips about the Update Feeds to latest version in OpenPLi image.

If you use the v21 image, you could need this tip to restore the latest Feeds to it.

1) You need to go on the JAM and select the OpenPLi 4.0 IPTV Support section



2) At the end of it you will find the Feeds Update for your box, select it and reboot your box. All should work fine.




The second way to do it, is after flashing the image you can directly login with Telnet to the box and send the 4 commands below for your box, and reboot the box.

Admin

DM8000HD :
Code:
cd /tmp
wget http://jam.japhar.com/download/addons/OpenPLi4.0-IPTV/opkg/openpli4-feeds_1.0-dm8000_all.ipk
opkg install *.ipk
reboot


DM800HDse :
Code:
cd /tmp
wget http://jam.japhar.com/download/addons/OpenPLi4.0-IPTV/opkg/openpli4-feeds_1.0-dm800se_all.ipk
opkg install *.ipk
reboot


DM500HD :
Code:
cd /tmp
wget http://jam.japhar.com/download/addons/OpenPLi4.0-IPTV/opkg/openpli4-feeds_1.0-dm500hd_all.ipk
opkg install *.ipk
reboot


DM800HD :
Code:
cd /tmp
wget http://jam.japhar.com/download/addons/OpenPLi4.0-IPTV/opkg/openpli4-feeds_1.0-dm800_all.ipk
opkg install *.ipk
reboot
_________________________