google-code-export / mediaplayer2-for-sh4

Automatically exported from code.google.com/p/mediaplayer2-for-sh4
1 stars 0 forks source link

OpenRSI 3.0 image and Mediaplayer2 ver. 0.50 or above on AZBox HD Premium + #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I trying to install the MP2 ver0.50 or above on that image I am unable to 
do so due to following problem: In command promt when executing the following 
command opkg install 
enigma2-plugin-extensions-mediaplayer2_0.50_20140215_all.ipk I get this error:
Installing enigma2-plugin-extensions-mediaplayer2 (0.50_20140215) to root...
Installing unrar (4.0.4-r0) to root...
Downloading http://update.openrsi.org/feeds/openrsi-3.0/azboxhd/mips32el/unrar_4
.0.4-r0_mips32el.ipk.
Collected errors:
 * opkg_install_pkg: Package unrar md5sum mismatch. Either the opkg or the packa
ge index are corrupt. Try 'opkg update'.
 * opkg_install_cmd: Cannot install package enigma2-plugin-extensions-mediaplaye
r2.

Original issue reported on code.google.com by uhrinbra...@gmail.com on 27 Dec 2014 at 4:58

GoogleCodeExporter commented 9 years ago
As its mentions, first try command: 'opkg update'

Original comment by mx3Lm...@gmail.com on 1 Jan 2015 at 1:38

GoogleCodeExporter commented 9 years ago
opkg update .... failed too with the same error.

Original comment by uhrinbra...@gmail.com on 1 Jan 2015 at 5:36

GoogleCodeExporter commented 9 years ago
If you try "opkg install unrar", does it work?

If yes then try again:
opkg install 
http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.56_2
0140905_all.ipk

If no then try:
opkg --no-install-recommends install 
http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.56_2
0140905_all.ipk

Original comment by mx3Lm...@gmail.com on 2 Jan 2015 at 8:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same issue, solved by:

First run update:
$ opkg update

Download 'unrar_4.0.4-r0_mips32el.ipk' to /tmp (with wget or to PC and transfer 
via FTP/SSH to sat box)
- extract and install it: 
$ cd /tmp
$ ar x unrar_4.0.4-r0_mips32el.ipk
$ tar -C / -xf data.tar.gz

Install subssuport without rar dependency (already installed):
$ opkg install --nodeps subssuport..._all.ipk

Install mediaplayer2:
$ opkg install enigma2-plugin-extensions-mediaplayer2

Next when You start mediaplaer2 and will se error: 'mediaplayer2 no module 
named zipfile', install python-compression package:
$ opkg install python-compression 
(package python-zlib should be installed as default)

Enjoy :-)

Original comment by cyberbo...@gmail.com on 23 Feb 2015 at 9:29