PDA

View Full Version : MV EPG 3.5.4 plugin



massimo1167
14-01-2010, 07:45 AM
Hi to all,
with my surprise, I discovered the sorces (open source) of MV EPG 3.5.4 plugin, I believe this is for dreambox ppc.
I'm not a expert linux developer so I'm not able to make a portable azbox version.
If some one is interested in this sources plugin this is the address:
http://sourceforge.net/projects/mv-plugin/files/

This could be the first step for a accettable EPG on azbox without hope in opensat help.

slegs
14-01-2010, 10:35 AM
Doesnt Opensat need to publish the EPG spcififcation first so any plugin xan actually populate the EPG? Once they do this I beleive it is not too difficult to port other open EPG plugin apps as the code is available.

goran
14-01-2010, 11:03 AM
Some packages have full EPG as they are, like Total TV - 3-4 days at least...

If mower makes the DVB API mods so any .bin for DB can be used - maybe things will be better for this, as well? Dunno, me a lay person... :D

Apparently, the processor is not that far off from the ones used by DB, hence, with some re-compiling, they say, things are "almost compatible"...

We'll see... Just... errrmmm... WHEN?!?:svengo:

massimo1167
14-01-2010, 12:47 PM
If mower makes the DVB API mods so any .bin for DB can be used - maybe things will be better for this, as well?
....

... so our hopes are pinned on mower?
GOD SAVE ...The_Ripper!!!:king-042:


Hi Goran do You know if He is working on this project (DVB API mods) ?

goran
14-01-2010, 12:50 PM
...as reported here by other members....

From the AZ forum...

Apparently...

hanswurscht
14-01-2010, 01:16 PM
Im Optimist and Im sure he doesnt do anything like this :)

goran
14-01-2010, 01:51 PM
Have you spoken with him, Hans, or...?

I have seen it on the forum, where he spoke about it, plus I spoke to some people about it, too... It seems he is working on DVB API...

Then, OpenXCAS is history...

Maybe even kernel?

Time will tell...

hanswurscht
14-01-2010, 02:35 PM
I can say anything official but dont hope to anything like this

massimo1167
14-01-2010, 03:20 PM
I can say anything official but dont hope to anything like this
What do you think about, better than Goran thinks or only minor changes on the horizon?
You said that you're an optimist, so I imagine it is much better ... (I hope).
Give us some good news

FME_fta
14-01-2010, 03:37 PM
One thing is softcams from DM with MIPS to work in azbox (with DVBAPI).
Other thing is plugins, plugins might not depend on the API, but the way the firmware is build as a all. Plugins for example are build for enigma2, not for azbox firmware.

rtificial
14-01-2010, 03:46 PM
That's absolutely true.

There is no relation between the processor and the usability of plugins.

The complete interface is different, not just the dvb-api, all api's.

Or can we easily use a dreambox channel editor on the azbox? ;)

goran
14-01-2010, 03:55 PM
From memory: it would take a relatively small recompiling for most tools etc. But one would need the tools/docs/info for recompiling... But my memory here might be quite porous... ;)

Softcams - as explained by FME_fta, nothing to add, I heard the same thing...

As for EPG: that was just my hopes... If he gets into these things...

Well, I am a bigger optimist than Hans, it seems, hehe... :D

digihoe
14-01-2010, 04:36 PM
I hope that DVB-API can make twin tuner function possible for all the AZBox's. And maybe allow USB2 dvb-tuners as well...

My wishlist is also:
Faster USB/Network
Solid recording/EPG
Streaming of TS from box

slegs
14-01-2010, 05:12 PM
From memory: it would take a relatively small recompiling for most tools etc. But one would need the tools/docs/info for recompiling... But my memory here might be quite porous... ;)

Softcams - as explained by FME_fta, nothing to add, I heard the same thing...

As for EPG: that was just my hopes... If he gets into these things...

Well, I am a bigger optimist than Hans, it seems, hehe... :D

For EPG there is no open API on the AZBox so recompliation of an enigma plugin will not help. The sourcecode of the plugin would need to be amended to populate the AZBox EPG tables - the structure of which is not available. The plugin may install on the AZBox if recompiled properly but it will either fall over or do nothing. If Opensat were to release a proper API for the EPG and also move it to a disk based solution (with larger memory access) then we could start to get some plugins that would meet all our EPG needs.

I can't see why this is not a major priority for Opensat considering the importance of an EPG for PVR fucntionality.

massimo1167
14-01-2010, 10:11 PM
The sourcecode of the plugin would need to be amended to populate the AZBox EPG tables - the structure of which is not available.The plugin may install on the AZBox if recompiled properly but it will either fall over or do nothing. If Opensat were to release a proper API for the EPG and also move it to a disk based solution (with larger memory access) then we could start to get some plugins that would meet all our EPG needs.
If you used sometimes MV, You should know that this is a plugin for the complete management of an EPG.
If we have a plugin that substitute the useless azbox EPG, we can access to a "standard" database with common EPG data, the "DISK2\reserved.dat" structure is know
http://www.azbox.com/forum/viewtopic.php?f=38&t=102
so the next step is populate a "standard" MV EPG file and we can reserve registration in "reserved.dat" file.

I don't know if is possible to access to this information with azbox api, but there is a simple workaround:in the meantime we can use the database downloaded with others decoders (I have a dreambox and I can update the database via Lan).


I can't see why this is not a major priority for Opensat considering the importance of an EPG for PVR fucntionality.
I agree with You, but Opensat can't implement an universal EPG function, and we know why, but Opensat should not hide behind this false problem, but should at least provide the tools and support (do***entation) to any hobbyist who want to implement this essential plugin for a decoder with PVR ambition!!!

slegs
15-01-2010, 10:14 AM
An alternative EPG would at least be able to change channels immediately and I cant see how this would be possible without an API. the ideal is to populate the integarted EPG which needs an API.

This is fairly standard and simple stuff which makes it all the more surprising

goran
15-01-2010, 02:15 PM
I agree: if DMM are doing it - why not OS/Celrun?!? WTF?!? How come they think there are no "trustworthy" teams out there to give the docs and tools - if not drivers - to start doing the stuff they can't do themselves [at least legally]?!?

It's plain STUPID!!!:9898:

FME_fta
15-01-2010, 02:21 PM
An alternative EPG would at least be able to change channels immediately and I cant see how this would be possible without an API. the ideal is to populate the integarted EPG which needs an API.

This is fairly standard and simple stuff which makes it all the more surprising

Azbox does change immediately the channels when using CH+, CH-, although it takes time (1-2sec in FTA) for the channel to show (2-3sec for encrypted).

Regards!

slegs
15-01-2010, 02:24 PM
Azbox does change immediately the channels when using CH+, CH-, although it takes time (1-2sec in FTA) for the channel to show (2-3sec for encrypted).

Regards!

This is true but not the point. We are speaking specifically about a fully featured populated EPG here.

goran
15-01-2010, 02:25 PM
When you're doing it via EPG, FME, sometimes it doesn't work at all ["No info" message etc.]...:svengo:

FME_fta
15-01-2010, 03:41 PM
Ohh now I see what you guys mean, I don't use the EPG to change channels, so I wouldn't know...

Regards!

digihoe
15-01-2010, 05:53 PM
New API out niw, seem they listen this time around...

rtificial
15-01-2010, 06:02 PM
The API can be found here:

http://www.azbox.com/forum/viewtopic.php?f=38&t=1143

SAUS04
15-01-2010, 07:15 PM
anybody been able to patch togeather a working plug in yet :) come on proggy's you have the tools now :S :respect-048:

slegs
15-01-2010, 07:57 PM
See the folks at Opensat do listen to us. Now what would we like next...

goran
15-01-2010, 08:11 PM
...7 numbers for tomorrow's lottery... :D

hfmls
15-01-2010, 08:19 PM
COOL. i use hispasat only, can i use this too, to have a better EPG for hispasat?

how would this work?
as a plugin? :\ that sucks.

slegs
15-01-2010, 10:25 PM
Doesnt do anything until someone writes a plugin to use it.

For example, someone could write a plugin to use XMLTV or port some of the other dm based EPG plugins.

If you already are happy with your EPG then you wont care as the functionality of the AZBox EPG wont change. But for those of us who watch alot of UK TV where the EPGs are not openly broadcast, a plugin that can feed 7 days of viewing data into the AZBox EPG is a huge leap forward. I believe Italy is the same.

goran
15-01-2010, 11:15 PM
Viasat, too... N D S, all of them...

But Total TV and $ l y Germany do have 3-4 days EPG in AZ HD without any plug-ins...

So, it's down to Blu now... ;) :D

C'mon, man, now you can! :respect-054: :sifone:

tx0
17-01-2010, 12:09 AM
EPG is one of the main features and its not working correctly.
even $100 pace box can do it.