PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: AZOpen - AZBox OpenTools  (Leído 7182 veces)

14/03/2010, 06:38 -

AZOpen - AZBox OpenTools

Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
AZOpen - AZBox OpenTools

This program downloads XMLTV data from rytec.be, and uses the control
files there to assist with the application of these data to the EPG of
the AZBox.

For users:
=========
If you just want to use this to set your EPG, copy the contents of the bin
directory onto your AZBox, and set up a cron job to execute it perhaps once
per day - select a weird time, to ensure that you don't overload the
rytec.be server.

Edit the azepgmgr.conf file to enable the channels you want. The default
is for the UK channels to be enabled, but you only have to remove the
comment character "#" from the line you want, in order to enable it.
Remember to comment out the UK entry if you don't want that.

Run azepgmgr.sh to run the tool. It's not fast, but it should finidh in
about 5 minutes. It tries to download the daily file form rytec.be, but
if it hasn't been made available yet, you can specify the date yourself
by calling it as:
./azepgmgr.sh YYYYMMDD
where YYYY=year, MM=month and DD=day, e.g. today is March 7, 2010, which
would be:
./azepgmgr.sh 20100307

Of course, you don't want to download the XMLTV data every time you want to
update your EPG. In this case, simply run:
./runazepg.sh
and this will update your EPG.

Actually, the program that does the EPG update is called azepgmgr and has
the following parameters:
-c ChannelsFile Default = "rytec.channels.xml"
The name of the file containing the channels information
-x XMLTVData Required - no default
The name of the file containing the XMLTV data
-d days Default = 1 day (24 hours)
The number of days for which to load the EPG
-h hours Default = 24 hours
The number of hours for which to load the EPG (see -d)
-n maxEvents Default = 10000
The number of events to load into the EPG
-v
Indicates that this should provide verbose information about the
run. If you specify more "-v"s, you get more debug information.

A typical run would be:
./azepgmgr -c rytec.channels.xml -x rytecxmltvuk

For developers:
===============
Requirements to build this are:
1. The AZBox TV SDK
2. The AZBox Plugin SDK (optional)
3. The AZBox toolchain

The program uses libxml2 to process the XMLTV data, so the versions of
these libraries rebuilt for the AZBox are in the bin directory, along
with the header files in the hdr directory.

There are a number of source files in the program:
main.c This contains main() and controls the run, reading the
command-line parameters.
dump.c Used for debugging and to dump various items
loadchan.c Reads the channel.xml file, using the data to identify
the corresponding channel in the AZBox's channel list.
loadepg.c Reads the EPG XMLTV data and calls the functions to
insert the data into the EPG.
sdkmgr.c Calls the SDK functions. This allows all other functions
to be tested in isolation of the SDK.

Known problems:
==============
* Because of memory limitations, this only supports the addition of a
maximum of around 10000 events.
* The AZBox SDK displays spurious messages: this is not a function of
this tool, but rather a function of the SDK.

History:
========
0.2 - 2010-03-12
This has useful defaults for the number of events and other params,
and introduces new command-line flags to allow the specification of
the duration in days or hours, and the maximum number of events

0.1 - 2010-03-11
Initial release

azepgmgr-0.2.zip

azepgmgr-src-0.2.zip
26/03/2010, 09:35 -

Re: AZOpen - AZBox OpenTools

#1
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
version 1.1

2010-03-25


- Enable reboot and wakeup repopulation of the EPG.
- Created two scripts to reload the EPG at reboot and at wakeup
- Increased the memory usage to 20MB (that's the maximum).

http://sourceforge.net/projects/azopen/files/
28/03/2010, 20:21 -

Re: AZOpen - AZBox OpenTools

#2
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
version 1.2

28-03-2010

Bug fixes and auto-download
Fixed a bug with daylight savings time
Automatically download the XML if required
Changed default to values that definitely work
Hide the noise messages



http://sourceforge.net/projects/azopen/files
02/04/2010, 07:11 -

Re: AZOpen - AZBox OpenTools

#3
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
version 1.3

2010-04-01

         - Bug fixes
         - Fixed up time settings, responding correctly to daylight savings
           time
         - Responded to the issues with the spurious messages by removing
           the filter.
         - Made a number of changes to optimise the behaviour


http://sourceforge.net/projects/azopen/files
22/05/2010, 13:26 -

Re: AZOpen - AZBox OpenTools

#4
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
AZBox OpenTools v.1.6

Known issues:
=============
* Errors occur when committing data to the EPG - I don't know why these
happen, so need help from the dev folk. The effect is that when you
try to load the full EPG list, it loses a lot of the information.
* Some of the EPG data are not loaded - it appears that the channels are
not identified correctly. Perhaps the rytec information is inaccurate.

History:
========
1.6 - 2010-05-16 - Massimo - Fix bugs and enhancements!
- First of all I'd like to say Thank You to BPMURRAY for having started
this job and now I'm happy to help him to enhance his plugin.

- Deleted "reloadepg" and "azepgmgr" from svn bin directory because no more used.
- Added two script file in svn project "azopen_svnmk.sh" and "azopen_mk.sh"
to help to update and/or make bin file.
- Fixed detailed info for EPG event.
- Changed print info filter with new function for debugging
- Modified "azboxepg" to fix time offset issue.
- Modified "azboxepg" to display EPG update progress info with azbox display.
- Modified "azboxepg" with updated source file.
- Modified "azboxepg" with new variable to set custom channels list file.
- Modified "azboxepg" with temporary log file.
- Added in "azboxepg" more parameter for print info.


http://sourceforge.net/projects/azopen/files/
09/06/2010, 06:45 -

Re: AZOpen - AZBox OpenTools

#5
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
AZBox OpenTools 1.6a

History
:
========
1.6a- 2010-06-08 - bpmurray - Cleaned up the script, making the date
auto-detected, thereby fixing the 404 error.


http://sourceforge.net/projects/azopen/files/
22/06/2010, 18:44 -

Re: AZOpen - AZBox OpenTools

#6
Registrado:
10/07/2008
Gracias:
0/72
Mensajes
1505
version 1.7. 2010-06-21

History:
========
1.7 - 2010-06-21 - bpmurray - Updated to take into account updates to the
SDK. This means that it requires firmware 0.9.4923 or later.

Download AZBox OpenTools version 1.7. 2010-06-21

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO