Enigma2 support for Plex DVR/LiveTV!

According to Wikipedia Vu+ Uno4k it’s a arm. I have basically extracted all the content of the folder in the “HRTunerProxy” folder and rebooted the decoder. But I cannot find it. Where should I check (as sometimes I still get lost in the config tree)? Thanks a lot!

Green panel.

Ok, I can’t see it then.

Should I change execution rights to it?

Set it like other folder/plugins.
rights

And files in the folder.
rights2

I have done a chmod -r 777 on the folder and chmod 777 on the files and nothing changed… Am.i missing something or should maybe just redownload the package as it may be somehow corrupted?

Now I suggest to you to enable logging. This page describe how.

Than search in the log file for ‘HRTunerProxy’.

This works for me. BlackHole 3.0.3.0 (2017-06-14-master), VU+ Ultimo.
I tried for this too on VTi and VU+ Solo 4k and logging did not work. I don’t know if it is because of ARM or VTi. But HRTunerProxy works fine on Solo4k right after copy and restart.

Good luck.

Thanks MIky,

I have tried to enable logging, but I can’t find anything inside. Also because, if something occurs it is necessarily before the log starts.

I have tried several times to reinstall the plugin again with the following line code but nothing:

root@192.168.1.47# cd /usr/lib/enigma2/python/Plugins/SystemPlugins && wget https://github.com/OpenViX/HRTunerProxy/archive/4.0.zip && unzip 4.0.zip && mv HRTunerProxy-4.0 HRTunerProxy && chmod 755 HRTunerProxy && rm 4.0.zip && init 6

Indeed, as you can see from the escreenshots below, the plugin is not there:

Unless someone confirm otherwise, it seems therefore that HRTunerProxy does not work on Vu+ decoder with MIPS processor architecture and Black Hole as OS.

@andyblac1974 do you think this makes any sense? Is there something you can check on your side?

Thanks in advance!

Can you show me content of HRTunerProxy folder?

ls -ls /usr/lib/enigma2/python/Plugins/SystemPlugins/HRTunerProxy
1 Like

Sure, here it is:

5

I just realize that you actually just used the sub-folder “plugin” of the package. Here is my content:

6

So I have done the following and restarted the decoder again (init 6):

7a

But then I receive the following error:

From a quick search it seems that I should install a python library (libpython3.4-minimal). Is that correct?

I tried to do so with opkg, but it seems that such library is missing:

8

Any idea? Thanks a lot!

Sorry, I made it (it seems)!

Lurking further on the net (here) I have been redirected to the right path:

After a new restart (init 6), I can finally see the plugin appearing:

10

Now, I just need to configure it :slight_smile:

11

For the benefit of other BH users, here is the full command:

root@192.168.1.47# cd /usr/lib/enigma2/python/Plugins/SystemPlugins && wget https://github.com/OpenViX/HRTunerProxy/archive/4.0.zip && unzip 4.0.zip && mv HRTunerProxy-4.0/plugin HRTunerProxy && chmod 755 HRTunerProxy && rm 4.0.zip && opkg update && opkg && opkg install python-argparse && init 6

Thanks MIky for the support!

1 Like

I’m glad that you succeeded. If you would read carefully first reply to you, you saved yourself a lot of trouble :slight_smile:

1 Like

You are right MIky, but then your screenshot (and the fact that initially the folder still had versioning in the name) mislead me. :slight_smile:

Anyway, I wonder now to know if could be possible to pass EPG information along to Plex in a form of a XMLTV file, or at least to generate one. This could be really handy in case where you encounter issues “finding best guide for your channels and location”.

Thanks

A few weeks back OpenWebif added XMLTV support.
Channel ID is in ‘sat’ way and too long for plex to show nicely. I had to tweak it and add picon support and other things, but in general OpenWebif XMLTV export is working and plex load it.

Does it means that this feature is already available in the last BH package or that it will?

How does it work in practice? Do you think this will evolve in a way that no additional manual work is needed and that actually HRTunerProxy can also perform this task?

I don’t know. I stopped updating BH, because there is no new feature for my Ultimo and I had to tweak way too much files to fulfill my needs. So I don’t know what version of OpenWebif is in the last BH.

I wouldn’t count on total automation. I think that manual work would be always necessary.
I set daily export of XMLTV in cron and I hope that Plex autoimport it during maintenance hours.

Hallo,
ich bräuchte immer noch Hilfe beim Erkennen der DVB-T2 - Sender des Tuners.
Wäre auch bereit dafür zu spenden. Gibt es die Möglichkeit direkter Hilfe?
Vielen Dank

Hello @andyblac1974 ,

i am running the latest version of the plugin on my dm920 with latest newnigma image.

I configured everything via the plugin, but the dvr only shows up very short and then disappears again.

“Device not found Ensure your device is powered on and connected to your network.”
what can i do?

Hi All

Do the Plugin have a new name now? Is the latest version 4 now? I have a problem with two channels. One is loading very slow and the other does not load. But over vlc they are working. I am still using version 2.1 with multi tuner support. Can i still use multi tuner in the latest version? Maybe it helps when i update the plugin and the channels are working.

And i read something about xml export from updated open webinterface? Is that working now? Did somebody made it happen?

Yes, last version is 4.0.

Last version of OpenWebif is 1.3.3 and is 15 hours old.
XMLTV export is working. Check note in source code.

Args:
			request (twisted.web.server.Request): HTTP request object
			bRef: mandatory, method uses epgmulti
			lang: mandatory, needed for xmltv and Enigma2 has no parameter for epg language			
		Returns:
			HTTP response with headers

And has Version 4 still Multi Tuner support?

About XMLTV note: what does it mean not available in webinterface api? Is it heavy to use the xmltv? I read you had to tweak a lot? Are the picons also supported or did you tweak that also? I am searching long time now for a solution woth xmltv as i need some channels from sat and some from cable and from gracenote there is no provider which has all the channels i need.

Edit: I am not a developer just a system engineer with some scripting know how, maybe you can help me out?