Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #521 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 4 January 2012 - 00:50

thanks,
it´s committed.


good work nobody

I think this is now the todo list to have the first release:

1) web-tv
2) timers: new page "add timer"
3) timers: enable link to add timer in epg popup windows
4) complete apis set


This patch implements point 3), if anybody wants to check it in.

Ciao!


Edited by nobody9, 4 January 2012 - 00:51.


Re: OpenWebif [E2OpenPlugins] #522 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 4 January 2012 - 13:36

Sorry if this has been asked before (the thread has become rather long....), but allow me two questions:
1- are autotimers also going to be visible & editable via the Open WEB-IF?
2- can the available info on recordings be extended with the channel name and duration?

Re: OpenWebif [E2OpenPlugins] #523 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 4 January 2012 - 17:14

2- done in git, not so beautiful. I am not a web - designer.

Sorry if this has been asked before (the thread has become rather long....), but allow me two questions:
1- are autotimers also going to be visible & editable via the Open WEB-IF?
2- can the available info on recordings be extended with the channel name and duration?



Re: OpenWebif [E2OpenPlugins] #524 koivo

  • Senior Member
  • 69 posts

+6
Neutral

Posted 4 January 2012 - 19:52

Hi,

i still have a problem with not showing all folders under /hdd/movie in the webif.
I have a folder /hdd/movie within Archiv, Dokus, Test, Filme etc but i can only see the folder movie /hdd/movie/ and /hdd/movie/Dokus. Not more.

Re: OpenWebif [E2OpenPlugins] #525 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 5 January 2012 - 03:55

added api call "/web/moviedelete=sRef?"
and activate delete movie in WebIf.

this are the not implemented api calls

-- movies
movielist.html
movielist.m3u
movielist.rss
movietags
-- movies
 
-- streaming
streamsubservices
-- streaming
 
-- services
getallservices
servicelistplayable
serviceplayable
services.m3u
-- services
 
-- mediaplayer
mediaplayeradd
mediaplayercmd
mediaplayercurrent
mediaplayerlist
mediaplayerload
mediaplayerplay
mediaplayerremove
mediaplayerwrite
--mediaplayer
 
-- external
external
gettags
parentcontrollist
pluginlistread
restarttwisted
sleeptimer
messageanswer
-- external
 
-- other
updates.html ?????? IS IT REALLY NECESSARY ??????
getpid Not needed  E1
settings Not needed
tpm Only for DM
-- other


Re: OpenWebif [E2OpenPlugins] #526 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 5 January 2012 - 03:58

Hi koivo,

you can only select directory's they are bookmarked in enigma2
add the missing directory's as bookmark in enigma2 and you can select it in the WebIf

Hi,

i still have a problem with not showing all folders under /hdd/movie in the webif.
I have a folder /hdd/movie within Archiv, Dokus, Test, Filme etc but i can only see the folder movie /hdd/movie/ and /hdd/movie/Dokus. Not more.



Re: OpenWebif [E2OpenPlugins] #527 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 5 January 2012 - 05:21

@all,

i add some more informations for Timer
Channel, Start-,End-time, Status

For the next days, no changes are coming from me,
i will use my two last days of holiday for other thinks then developing.

regards,

nobody9

Re: OpenWebif [E2OpenPlugins] #528 CactusJack

  • Senior Member
  • 67 posts

+3
Neutral

Posted 5 January 2012 - 17:02

Thx,
Nobody9

Happy holiday`s

Have fun,
Cactus Jack
Arthur C. Clarke: Any sufficiently advanced technology is indistinguishable from magic.

Re: OpenWebif [E2OpenPlugins] #529 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 5 January 2012 - 17:50

Can´t without developing.

add fake /ipkg?command=info

some application check it that the enigma2-plugin-extensions-webinterface installed(TV-Browser),
so i send back the right result.

I think on weekend, i can implement the hole IPKG - functionality into OpenWebif


@all,

i add some more informations for Timer
Channel, Start-,End-time, Status

For the next days, no changes are coming from me,
i will use my two last days of holiday for other thinks then developing.

regards,

nobody9



Re: OpenWebif [E2OpenPlugins] #530 chant

  • Senior Member
  • 279 posts

+1
Neutral

Posted 5 January 2012 - 21:41

Hello Everybody,

I follow this topic very closely and really enjoy seeing all the effort that you guys put into this project. Within a very short period this project has become very mature. Thanks for this.
What I noticed is that the current tab does not work properly when you play a movie that has been recorded to the internal hard disk. If you click on it you will see a spinning 'bubble snake'... also when the STB is in standby mode it shows this behaviour.
So 2 improvements that I have to this already very nice plugin is:
1:Fix the current tab for a recorded movie that is playing from the hard drive
2:show something else instead of the bubble snake when the box is in standby, something like: 'this box is currently in standby' or something more nice.

Thanks again and keep up the good work! Happy new year.

Chant

Re: OpenWebif [E2OpenPlugins] #531 Rincewind

  • Member
  • 25 posts

+12
Neutral

Posted 6 January 2012 - 02:45

Another patch: this time it's the implementation of the timer enable/disable function.

By the way, nobody9, I took the liberty of adding a check on the lastcontenturl in load_maincontent_spin, to fix a navigation bug if you went back and forth between the Movie screen and any other screen.

Attached Files



Re: OpenWebif [E2OpenPlugins] #532 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 6 January 2012 - 05:10

Hi Rincewind,

thanks, i have committed it to git.

Can you have a look to enable the timer edit function,
my JavaScript knowledge are very bad.

regards,

nobody9

Another patch: this time it's the implementation of the timer enable/disable function.

By the way, nobody9, I took the liberty of adding a check on the lastcontenturl in load_maincontent_spin, to fix a navigation bug if you went back and forth between the Movie screen and any other screen.



Re: OpenWebif [E2OpenPlugins] #533 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 6 January 2012 - 07:54

fixed

Hello Everybody,

I follow this topic very closely and really enjoy seeing all the effort that you guys put into this project. Within a very short period this project has become very mature. Thanks for this.
What I noticed is that the current tab does not work properly when you play a movie that has been recorded to the internal hard disk. If you click on it you will see a spinning 'bubble snake'... also when the STB is in standby mode it shows this behaviour.
So 2 improvements that I have to this already very nice plugin is:
1:Fix the current tab for a recorded movie that is playing from the hard drive
2:show something else instead of the bubble snake when the box is in standby, something like: 'this box is currently in standby' or something more nice.

Thanks again and keep up the good work! Happy new year.

Chant



Re: OpenWebif [E2OpenPlugins] #534 Rincewind

  • Member
  • 25 posts

+12
Neutral

Posted 6 January 2012 - 09:11

Hi Rincewind,

thanks, i have committed it to git.

Can you have a look to enable the timer edit function,
my JavaScript knowledge are very bad.

regards,

nobody9


Hi nobody9,
I'll try next week, as I'll be away from computers for the next three days.

Anyway, don't expect any blazing speed improvement, as I'm a novice in Javascript too (and, actually, I'm using this project to learn something more... ;) )

Ciao,
Rincewind

Re: OpenWebif [E2OpenPlugins] #535 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 6 January 2012 - 17:22

add Interface to OPKG to OpenWebif

update, ?command=update
upgrade, ?command=upgrade
list_installed, ?command=list_installed
list_upgradable, ?command=list_upgradable
list, ?command=list
search, ?command=search&file=<filename>
info, ?command=info&package=<packagename>
status, ?command=status&package=<packagename>
install, ?command=install&package=<packagename>
remove, ?command=remove&package=<packagename>

Re: OpenWebif [E2OpenPlugins] #536 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 7 January 2012 - 04:00

my holiday is over,
so i have only time on weekends to develop on OpenWebif.

last changes:
- add /web/streamsubservices untested no channels to test.
Streaming API is complete
- fix current, status info on channels without EPG

Re: OpenWebif [E2OpenPlugins] #537 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 7 January 2012 - 09:43

Thanks for your work you have made so far on OpenWebif. Now its so good that i already use it on all my boxes!
Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
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] #538 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 7 January 2012 - 12:48

Thanks nobody9 for your additions in OpenWebif.
Just updated my Vu+ Duo and I noticed that there is no Movies page displayed when I choose Movies at the left side.

Addition for later: when you put a timer to record something you don't know if this timeraction will happen. Maybe a text balloon that will show a message that the timer is added.

VU+ Duo 4K DVB-S2X en DVB-C met Open PLi 7.0


Re: OpenWebif [E2OpenPlugins] #539 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 7 January 2012 - 12:56

can you try http://ip of the box/web/movielist

The pop-up for added timers will be implemented when the timer edit function is ready.


Thanks nobody9 for your additions in OpenWebif.
Just updated my Vu+ Duo and I noticed that there is no Movies page displayed when I choose Movies at the left side.

Addition for later: when you put a timer to record something you don't know if this timeraction will happen. Maybe a text balloon that will show a message that the timer is added.



Re: OpenWebif [E2OpenPlugins] #540 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 7 January 2012 - 13:33

@all,

it is possible to add the build Version information into the plugin or a file at the build-process ?
So that we can show it in the about screen.

I can get it on runtime with:
http://box-ip/ipkg?command=info&package=enigma2-plugin-extensions-openwebif

That is to slow for the about screen.

Package: enigma2-plugin-extensions-openwebif
Version: 0.1+git259+111666c-r0.7
Depends: python-cheetah, python-json, python-unixadmin
Provides:
Status: install user installed
Section: base
Architecture: mipsel
Maintainer: OpenEmbedded Team
MD5Sum: f9b04136dc5281e066a8d23785ead929
Size: 1093280
Filename: enigma2-plugin-extensions-openwebif_0.1+git259+111666c-r0.7_mipsel.ipk
Source: git://github.com/E2OpenPlugins/e2openplugin-OpenWebif.git;protocol=git
Description: Control your receiver with a browser
Installed-Time: 1325936471



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users