dude, you've caught me at a great error. but i guess, this is not really the topic. We (user) should give the devs some input, which features could be interesting and/or usefull.note: e2openplugins is a joint effort by many developers, not image/team related
So it's OpenWebif, and NOT OpenPLi webinterface
OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #301
Posted 5 December 2011 - 20:08
Re: OpenWebif [E2OpenPlugins] #302
Posted 6 December 2011 - 18:06
I've waited a bit because maybe it disappears mysteriously :Dbut i think i'm the only one.
ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.
Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release
Re: OpenWebif [E2OpenPlugins] #303
Posted 6 December 2011 - 22:10
the mini remote is working now
the full remote is not anymore a floating window but it's docked inside the left menu (@homey: i hope it's ok for you)
the left menu open all pages with ajax (now there's only the index in root controller)
add et9x00 and et5x00 remotes (thanks to Carl)
Re: OpenWebif [E2OpenPlugins] #304
Re: OpenWebif [E2OpenPlugins] #305
Posted 11 December 2011 - 18:37
I tested it but reverted back to old webinfo. Problem is because stream to VLC doesnt work...
Edited by Taykun345, 11 December 2011 - 18:39.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: OpenWebif [E2OpenPlugins] #306
Re: OpenWebif [E2OpenPlugins] #307
Re: OpenWebif [E2OpenPlugins] #308
Posted 14 December 2011 - 20:28
Make delete by streaming a red cross...
For streaming select subfolders if possible..
Go on with the great plugin.......!!!!
any idea when it is really finished? [ stream tv? ]
Mut@nt HD51 with PLi 7.2 release - Cccam, PLi HD skin, HDD-1,5TB, USB DVB-T,4GB usb backupsuite. AB: harmony smartcontrol
XTrend ET6500 with PLi 7.2 release - PLi HD skin, Stream remote, 2GB usb backupsuite. AB: Harmony 650 , 1x zgemma h2h with Cccam.
Met een USB Dvb-T Triax 78cm, 2x ALPS quatro LNB /19,2 en 23,5, SAB GSO-multiswitch: 4 sat. in 12 out.
Re: OpenWebif [E2OpenPlugins] #309
Re: OpenWebif [E2OpenPlugins] #310
Posted 14 December 2011 - 20:49
but it looks so nice.
I can hardly wait
It was really meant as a tip, and a small question
Mut@nt HD51 with PLi 7.2 release - Cccam, PLi HD skin, HDD-1,5TB, USB DVB-T,4GB usb backupsuite. AB: harmony smartcontrol
XTrend ET6500 with PLi 7.2 release - PLi HD skin, Stream remote, 2GB usb backupsuite. AB: Harmony 650 , 1x zgemma h2h with Cccam.
Met een USB Dvb-T Triax 78cm, 2x ALPS quatro LNB /19,2 en 23,5, SAB GSO-multiswitch: 4 sat. in 12 out.
Re: OpenWebif [E2OpenPlugins] #311
Re: OpenWebif [E2OpenPlugins] #312
Re: OpenWebif [E2OpenPlugins] #313
Posted 17 December 2011 - 17:57
I think there is a problem in the handling of subdirectories in the movielist: when you switch it from the option menu, you get an error.
I've fixed it, editing /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/ajax/movies.tmpl and changing the existing onChange string to
"load_maincontent('/ajax/movies?dirname='+escape(options[selectedIndex].value)); return false;"
As I don't know how to push the modification into git, I'm posting it here, hoping it will be useful.
Thanks for your great work
Re: OpenWebif [E2OpenPlugins] #314
Posted 18 December 2011 - 08:47
i have an et9000 and the webinterface doesn't show the et remote.
I have change the line 196 in main.tmpl from
#else if $box == "et9x00" or $box == "et9200":
to
#else if $box == "et9x00" or $box == "et9200" or $box == "et9000":
The result of cat /proc/stb/info/boxtype is et9000 and not et9x00 at my box with PLi image.
Re: OpenWebif [E2OpenPlugins] #315
Posted 18 December 2011 - 11:13
this is correct. Boxtype for et9000 is et9000.
Lines have to be changed from:
#else if $box == "et9x00" or $box == "et9200":
to:
#else if $box == "et9000" or $box == "et9200":
and from #else if $box == "et5x00":
to:
#else if $box == "et5000" or $box == "et6000":
This should do the Job.
Re: OpenWebif [E2OpenPlugins] #316
Re: OpenWebif [E2OpenPlugins] #317
Re: OpenWebif [E2OpenPlugins] #318
Posted 19 December 2011 - 14:05
I would, but most of the web-interface code is javascript, and that's not "my thing". I may be an ace at C++ or Python, but I never got past "hello world" for js.
Yeah i hate javascript too. But the javascript parts are completed. The entire webif is at 90% completed, skaman will add all the last apis during next week i think.
The only thing that we really need to complete the work and to have the first realease is only: the web tv and tv stream functions.
This is not javacript but vlc and python code and i think we need to make it in the btter way possible.
So any help is appreciated because the work seems stopped from Homey side.
Re: OpenWebif [E2OpenPlugins] #319
Re: OpenWebif [E2OpenPlugins] #320
Posted 19 December 2011 - 21:56
And the timer functions, or do you mean that there are some apis necessary for?
I would, but most of the web-interface code is javascript, and that's not "my thing". I may be an ace at C++ or Python, but I never got past "hello world" for js.
Yeah i hate javascript too. But the javascript parts are completed. The entire webif is at 90% completed, skaman will add all the last apis during next week i think.
The only thing that we really need to complete the work and to have the first realease is only: the web tv and tv stream functions.
This is not javacript but vlc and python code and i think we need to make it in the btter way possible.
So any help is appreciated because the work seems stopped from Homey side.
Refresh of the channel list so the now and next EPG info will refresh.
It's now already a really nice web interface. Thanks a lot.
VU+ Duo 4K DVB-S2X en DVB-C met Open PLi 7.0
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users