Page 2 of 5

Re: satTv and mos3

PostPosted: 12 Jan 2012, 08:17
by FarVoice

Re: satTv and mos3

PostPosted: 12 Jan 2012, 11:46
by kayetano
I have a Alfa version.
How can I install de module without the package?
Do you have documentation about XML calls for enigma1? I have a little documentacion and not all calls are XML
thanks

Re: satTv and mos3

PostPosted: 12 Jan 2012, 12:16
by FarVoice
What is Alpha version?
Module is a part of moServices3 and based on its common classes

about xml requests: I use a /cgi-bin/getServices?ref=0 and then ref=xxx

and
Code: Select all
all channels   /body?mode=zap&zapmode=0&zapsubmode=5
satellites   /body?mode=zap&zapmode=0&zapsubmode=2
providers   /body?mode=zap&zapmode=0&zapsubmode=3
bouquets   /body?mode=zap&zapmode=0&zapsubmode=4

Re: satTv and mos3

PostPosted: 12 Jan 2012, 13:24
by kayetano
Enigma1 have XML calls:
http://wiki.tuxbox.org/wiki/index.php/Ehttp_api_doku

I download to my computer the package http://www.moservices.org/mos3/bde2.tar.bz2.
I have a basic version (alfa) of dbe1 but I need to install to test.
Can I install the package manually without tar.bz2 file? or how to compile the module?

pd: sorry for my english

Re: satTv and mos3

PostPosted: 12 Jan 2012, 13:36
by FarVoice
First, please, viewtopic.php?f=30&t=1037
You must install (if not installed) moServices3 viewtopic.php?f=16&t=694 (in Russian, use Google Translate) and then install dbe2 on player, not in dreambox :)

And thanks for link :)

Re: satTv and mos3

PostPosted: 12 Jan 2012, 15:09
by kayetano
I think that you don't understand me.
I have ASUS O!Play R1 with amp_r7_pohd with mos3.
I don't want to install dbe2, I want to install my module (dbe1).
I have the source code in my computer and my questions are:
Can I install my source code in oplay?
How can i create the tar.bz2 package?
Can install de module manually, without tar.bz2 package?

Thanks

Re: satTv and mos3

PostPosted: 12 Jan 2012, 17:55
by FarVoice
1. How to make moS3 module viewtopic.php?p=21158#p21158

Re: satTv and mos3

PostPosted: 13 Jan 2012, 13:21
by kayetano
I make the first version.
- Show the tv channels list (very slow)
- No bouquet list
- No providers list
- Error when select a tv channel
:(

Re: satTv and mos3

PostPosted: 14 Jan 2012, 19:07
by kayetano
Second version:
- Show tv channels list
- Play video
- zap channel
- show bouquet list
- epg in current channel

I have some problems:
- I can show only the EPG of the current channel
- ¿How can I show de EPG info (description, start, end, ...) when open a channel? now only show the channel name.
- When select one option in bouquet list, don't show the channel list

Mor info about enigma1
http://cvs.tuxbox.org/cgi-bin/viewcvs.c ... iew=markup
http://cvs.tuxbox.org/cgi-bin/viewcvs.c ... iew=markup

Re: satTv and mos3

PostPosted: 23 Jan 2012, 22:15
by Allan
Can you publish your module?