Enhanced Movie Center (EMC)

Seth_72

Vu+ User
Ok, just need a module in dependencies ... i have repacked the file in order to install it automaticaly.

The module needed is "requests = python-requests" .... so:

With the version installed from my post #172, is all fine, if you install "python-requests" module not present on Duo2 BlackHole 3.0.5 image.

In order to do so, you must run by telnet the following commands:

Code:
opkg install python-requests

killall -9 enigma2

After restarting enigma, all should work normally with the previous version ( post #172 ).

In any case as i told above, in this post, i just repacked and i added to dependencies needed, python-requests

best regards
nunigaia
hello Nunigaia, i wounder if it is hard to learn to make an ipk file for vuplus like emc

regards Seth_72
 

nunigaia

Moderator
hello Nunigaia, i wounder if it is hard to learn to make an ipk file for vuplus like emc

regards Seth_72

By curiosity, i´ve followed this great guide by our master @Shiro -> http://www.vuplus-community.net/board/threads/how-to-create-ipk-packages-bh-bp.9009/#post-67683

It is not hard, but is not so simple too, because each package have its own variables ( dependencies ).

You have to take a look at the addons feeds for a package "named" opkg-tools ... if you intend to do it with the help of your STB and HDD.

best regards
nunigaia
 

Seth_72

Vu+ User
By curiosity, i´ve followed this great guide by our master @Shiro -> http://www.vuplus-community.net/board/threads/how-to-create-ipk-packages-bh-bp.9009/#post-67683

It is not hard, but is not so simple too, because each package have its own variables ( dependencies ).

You have to take a look at the addons feeds for a package "named" opkg-tools ... if you intend to do it with the help of your STB and HDD.

best regards
nunigaia
Thanks Nunigaia , will give it a try
 

Seth_72

Vu+ User
By curiosity, i´ve followed this great guide by our master @Shiro -> http://www.vuplus-community.net/board/threads/how-to-create-ipk-packages-bh-bp.9009/#post-67683

It is not hard, but is not so simple too, because each package have its own variables ( dependencies ).

You have to take a look at the addons feeds for a package "named" opkg-tools ... if you intend to do it with the help of your STB and HDD.

best regards
nunigaia
hello nunigaia. i get this "ipkg-build: Error: Package name contains illegal characters, (other than [a-z0-9.+-])" whats wrong with cotrol file
 

Matrix10

Administrator
IPKG TOOLS ARM boxes

Let me give you what I use.
If you have installed earlier files for Ipkg, first delete them

copy my file IPKG_TOOLS_ARM_bh.tgz to /tmp
Install with Manually Install Bh packages.

After install you have
/media/hdd/ipkg-tools/
folder and in the folder ipkginfo.txt file

In this file you have telnet commands to build and to unbuild ipk files.

Commands:
cd /media/hdd/ipkg-tools/
./ipkg-unbuild ipkFileName
./ipkg-build FolderName


Example to unbuild package with file name rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk telnet command :
./ipkg-unbuild rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk

Example to build package with directory name rtl-sdr_1.0+git334+b04c2f9-r0_all telnet command :
./ipkg-build rtl-sdr_1.0+git334+b04c2f9-r0_all

How to learn how to use a tool
First, extract the file that works in the BH image
and then look at the structure of the Control Files
Minimum is to have a control file in the CONTROL folder


Example control file

Package: rtl-sdr
Version: 1.0+git334+b04c2f9-r0
Description: Software to turn the RTL2832U into an SDR
DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR,
since the chip allows transferring the raw I/Q samples to the host, which
is officially used for DAB/DAB+/FM demodulation
Section: base
Priority: optional
Maintainer: http://osmocom.org/projects/sdr
License: GPLv2
Architecture: all
OE: rtl-sdr
Depends: libc6 (>= 2.24), libusb-1.0-0 (>= 1.0.20)
Source: rtl-sdr.bb

BH image use Architecture: all


File for testing

rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk
 

Attachments

  • IPKG_TOOLS_ARM_bh.tgz
    343.2 KB · Views: 4
  • rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk
    60.4 KB · Views: 2

Seth_72

Vu+ User
IPKG TOOLS ARM boxes

Let me give you what I use.
If you have installed earlier files for Ipkg, first delete them

copy my file IPKG_TOOLS_ARM_bh.tgz to /tmp
Install with Manually Install Bh packages.

After install you have
/media/hdd/ipkg-tools/
folder and in the folder ipkginfo.txt file

In this file you have telnet commands to build and to unbuild ipk files.

Commands:
cd /media/hdd/ipkg-tools/
./ipkg-unbuild ipkFileName
./ipkg-build FolderName


Example to unbuild package with file name rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk telnet command :
./ipkg-unbuild rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk

Example to build package with directory name rtl-sdr_1.0+git334+b04c2f9-r0_all telnet command :
./ipkg-build rtl-sdr_1.0+git334+b04c2f9-r0_all

How to learn how to use a tool
First, extract the file that works in the BH image
and then look at the structure of the Control Files
Minimum is to have a control file in the CONTROL folder


Example control file

Package: rtl-sdr
Version: 1.0+git334+b04c2f9-r0
Description: Software to turn the RTL2832U into an SDR
DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR,
since the chip allows transferring the raw I/Q samples to the host, which
is officially used for DAB/DAB+/FM demodulation
Section: base
Priority: optional
Maintainer: http://osmocom.org/projects/sdr
License: GPLv2
Architecture: all
OE: rtl-sdr
Depends: libc6 (>= 2.24), libusb-1.0-0 (>= 1.0.20)
Source: rtl-sdr.bb

BH image use Architecture: all


File for testing

rtl-sdr_1.0+git334+b04c2f9-r0_all.ipk
Thanks but dont have arm. I use duo 2
 

nunigaia

Moderator
hello nunigaia. i get this "ipkg-build: Error: Package name contains illegal characters, (other than [a-z0-9.+-])" whats wrong with cotrol file

The problem, i think, you are editing the file with the internal FTP editor.

You must edit it not with the internal FTP editor, but with for example:

  • notepad ++
  • geany
After the last line, you must have allways a blank entry line: ( see example ... line 13 ... is the last one of the <control> file and is blank

upload_2018-6-10_14-27-41.png

You may also use as codification "ansi":

upload_2018-6-10_14-36-14.png

control
postrm
postint
conffiles

control -- attributes 644
all the others -- 755

The folder <CONTROL> ... allways uppercase letters and attributes 755.

best regards
nunigaia
 

nunigaia

Moderator
hello Nunigaia, i wounder if it is hard to learn to make an ipk file for vuplus like emc

regards Seth_72

Here you have the lastest version of Enhanced Movie Center, packed from GIT SOURCE ( Git 1560 ).

Test it and reply ... your feedback is welcome.

thanks

best regards
nunigaia
 

Attachments

  • enigma2-plugin-extensions-enhancedmoviecenter_4.0+git1560+07c0c43_all.ipk
    588.4 KB · Views: 48

Seth_72

Vu+ User
Here you have the lastest version of Enhanced Movie Center, packed from GIT SOURCE ( Git 1560 ).

Test it and reply ... your feedback is welcome.

thanks

best regards
nunigaia
Thanks. I still cat get the Control file correct but will try more later. And thanks to you nunigaia and matrix 10

Will try it soon

Regards seth_72
 

nunigaia

Moderator
Enhanced Movie Center Git 1572 until ( 18/09/2018 )

What´s New:


  • update key repeat for aarch64 machines
  • removed obsolete code from EMCClockToText converter
  • updated RTL group replace regex
  • small changes to skinfiles date format
  • fix crash on config save
  • updated de.mo ( german translation )
  • updated keymap
  • added main menu option
  • increased ActionMap priority (fixes pipzap on STOP)
  • changes for STB with "Media" Button for better operation
  • add openbh to hasmkvcuesheetsupport list ( commit from @Ev0 )

Enjoy it!, and report please any issue.

best regards
nunigaia
 

Attachments

  • enigma2-plugin-extensions-enhancedmoviecenter_4.0+git1572+7a393c5_all.ipk
    582.4 KB · Views: 62

Seth_72

Vu+ User
hello , on OBH it still craches in setup.
if i go into setup and makes some changes and saves and exit and then have to go to settings again to makes some changes the it crashes , but newer this in BH
 

AlexWilMac

Moderator
I used to be a fan of EMC when I was a BH user, where EMC is simply indispensable, due to BH limits about browsing folders and operations over the files. But now I'm steadly a OBH user, I don't use EMC any longer because OBH in itsel is much more comfortable at managing files and browsing folders.
My approach is to keep an image as lighter as possible and this means I don't install plugins that are not really useful.
What does EMC that OBH is not able to do by itself?
 

nunigaia

Moderator
hello , on OBH it still craches in setup.
if i go into setup and makes some changes and saves and exit and then have to go to settings again to makes some changes the it crashes , but newer this in BH

I haven´t got any crash during set it up. But if you got any crash look, take to me the steps the way you got it... and seek for crashlog´s at:

Code:
/home/root
/media/hdd
/media/usb

best regards
nunigaia
 

Seth_72

Vu+ User
hello if i go to setup and make some changes about subtitles and so on and saves and exit and the again go to setup then crashes, its dont creates any log and emc dissapear
 

Matrix10

Administrator
hello if i go to setup and make some changes about subtitles and so on and saves and exit and the again go to setup then crashes, its dont creates any log and emc dissapear

We know about that bug in the plugin.
But it's an external plugin.

Let's hope it will be fixed,
until then make a restart enigma as he writes
 

mirkoslav

Vu+ Newbie
I see now I maybe posted in wrong thread, so here in brief:
Is there a way to configure EMC to use MediaPlayer2 as a video/movie player? There was a special version that came with SubsSupport, but this one is for MIPS processors only, I now moved to 4K box and dead ended...
Miro?
 
Top