Jump to content


Photo

Openwebif and Mutant hd2400


  • Please log in to reply
8 replies to this topic

#1 Gandalf

  • Senior Member
  • 66 posts

0
Neutral

Posted 19 February 2015 - 12:38

Dear openpli,

 

I noticed that on my hd2400, the full remote  fonctionnality and the box identification was not working properly. Part of it is the openwebif plugin developer issue since he splited the re remote detection type, and I'm emailing him a suggested fix.

 

The other issue seems to be on your side, as your enigma2-plugin-extensions-openwebif.bbappend does not care for hd2400. it would be great if your could add this to the boxtypes : 

('hd2400', 'hd2400.jpg', 'hd2400.png'),

in : http://sourceforge.n...pend?force=True

 

That would allow the required picture (that already are in the openwebif git) to be there to allow the plugins, when fixed, to get to them

 

regards

 

G



Re: Openwebif and Mutant hd2400 #2 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 19 February 2015 - 19:06

Thx, will have a look shortly.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Openwebif and Mutant hd2400 #3 Gandalf

  • Senior Member
  • 66 posts

0
Neutral

Posted 20 February 2015 - 10:19

Erik,

 

The required change in openwenbif remote detection code has been pushed to openwebif git

 

Cheers

 

G



Re: Openwebif and Mutant hd2400 #4 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 20 February 2015 - 13:12

Applied, thanks.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Openwebif and Mutant hd2400 #5 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 20 February 2015 - 17:06

did you try, if your OpenWebifs RC works standardly ( yellow is yellow - audio - or as timeshift ) ?


Kdo nic nedělá, nic nezkazí!

Re: Openwebif and Mutant hd2400 #6 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 20 February 2015 - 17:57

Not any pli builds anymore since the git add from 5 hours ago.

 

OpenWebIf: add reference to mut@nt hd1100 and hd2400 remote control pictures.

 

There must by a typo or something serious wrong now even in git browser file can't be readed anymore.

Cannot display: file marked as a binary type.


Re: Openwebif and Mutant hd2400 #7 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 20 February 2015 - 18:08

this:

diff --git a/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend b/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
index 80227ab..845c361 100644
--- a/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
+++ b/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
@@ -21,8 +21,8 @@ python do_package_prepend () {
         ('vuduo2', 'duo2.jpg', 'vu_normal.png'),
         ('vuultimo', 'ultimo.jpg', 'vu_ultimo.png'),
         ('vuuno', 'uno.jpg', 'vu_normal.png'),
-        (hd1100', 'hd1100.jpg', 'hd1100.png'),
-        (hd2400', 'hd2400.jpg', 'hd2400.png'),
+        ('hd1100', 'hd1100.jpg', 'hd1100.png'),
+        ('hd2400', 'hd2400.jpg', 'hd2400.png'),
     ]
     import os
     top = '${D}${PLUGINPATH}/public/images/'

Edited by blzr, 20 February 2015 - 18:09.

True sarcasm doesn't need green font...

Re: Openwebif and Mutant hd2400 #8 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 20 February 2015 - 18:22

 

this:

diff --git a/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend b/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
index 80227ab..845c361 100644
--- a/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
+++ b/meta-openpli/recipes-openpli/enigma2-plugins/enigma2-plugin-extensions-openwebif.bbappend
@@ -21,8 +21,8 @@ python do_package_prepend () {
         ('vuduo2', 'duo2.jpg', 'vu_normal.png'),
         ('vuultimo', 'ultimo.jpg', 'vu_ultimo.png'),
         ('vuuno', 'uno.jpg', 'vu_normal.png'),
-        (hd1100', 'hd1100.jpg', 'hd1100.png'),
-        (hd2400', 'hd2400.jpg', 'hd2400.png'),
+        ('hd1100', 'hd1100.jpg', 'hd1100.png'),
+        ('hd2400', 'hd2400.jpg', 'hd2400.png'),
     ]
     import os
     top = '${D}${PLUGINPATH}/public/images/'

Indeed that was it.



Re: Openwebif and Mutant hd2400 #9 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 21 February 2015 - 10:45

Fixed in master and gst-1.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users