Re: [vdr] vdr-1.7.27 : compilation error with several plugins

2012-05-03 Thread lukkinosat
Hello
 
As soon as I can I place the plugin :-))
 
Hi, Luca



Da: Karim Afifi 
A: 'VDR Mailing List'  
Inviato: Martedì 1 Maggio 2012 14:00
Oggetto: [vdr] vdr-1.7.27 : compilation error with several plugins

Hello,

I am building a new box with vdr-1.7.27. Several plugins don't compil
anymore with this error msg :
i18n.h:8: error: ‘tI18nPhrase’ does not name a type

Is there a solution to fix this ?

Thanks a lot. 
Karim

Plugin loadepg:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include loadepg.c
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include i18n.c In file
included from i18n.c:1:
i18n.h:8: error: ‘tI18nPhrase’ does not name a type
i18n.c:5: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [i18n.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »


Plugin osdpip:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"osdpip"' -D__STDC_CONSTANT_MACROS
-DUSE_SWSCALE -DUSE_NEW_FFMPEG_HEADERS
-I/usr/local/src/media_build/linux/include -I../../../include    osdpip.c
In file included from osdpip.c:24:
../../../include/vdr/status.h:33: warning: ‘virtual void
cStatus::ChannelSwitch(const cDevice*, int, bool)’ was hidden
osd.h:79: warning:  by ‘virtual void cOsdPipObject::ChannelSwitch(const
cDevice*, int)’
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"osdpip"' -D__STDC_CONSTANT_MACROS
-DUSE_SWSCALE -DUSE_NEW_FFMPEG_HEADERS
-I/usr/local/src/media_build/linux/include -I../../../include    osd_info.c
In file included from osd_info.c:24:
i18n.h:33: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [osd_info.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/osdpip-0.1.1 »


Plugin text2skin:
make[1]: entrant dans le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"loadepg"'
-I/usr/local/src/media_build/linux/include -I../../../include i18n.c In file
included from i18n.c:1:
i18n.h:8: error: ‘tI18nPhrase’ does not name a type
i18n.c:5: error: ‘tI18nPhrase’ does not name a type
make[1]: *** [i18n.o] Erreur 1
make[1]: quittant le répertoire «
/usr/local/src/vdr-1.7.27/PLUGINS/src/loadepg-0.2.3 »



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] Plugin LoadEPG 0.2.5

2013-01-31 Thread lukkinosat
Hello

Is available the version 0.2.5 of the plugin LoadEPG for VDR >= 1.7.35

For VDR <= 1.7.24 lastest release is the version 0.2.4


The sources is here:
http://lukkinosat.altervista.org

For ArchLinux:
https://aur.archlinux.org/packages/vdr-plugin-loadepg


History:
2013-01-21: Version 0.2.5
- New Makefile for VDR >= 1.7.35

Description:
This plugin load EPG data sent to
 MediaHighWay (Canal+ group)
or SkyBox (Sky - News Corporation, Sky Italy, Sky Uk...) receivers,
or executes external scripts and load EPG data from file.

Hi, Luca


Forum:
http://forum.vdr-italia.org

Web:
http://www.vdr-italia.org
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Entering main menu with svdrpsend

2013-04-12 Thread lukkinosat
On 09.04.2013 09:53, Teemu Suikki wrote:
> Hi!
>
> I might be overlooking something really simple, but I can't figure
> this out myself. :)
>
> I'm trying to send "red" button to the LoadEPG plugin, to cancel the
> scan. In theory, this is just:
>
> svdrpsend hitk Menu 9 Red
>
> (9 is the Loadepg mainmenu entry number)..
>
> However, the above fails if there is a message on screen, in that case
> it will start recording channel 9, which is not good. :)
>
> This "works":
>
> svdrpsend hitk Back Back Back Back Back Menu 9 Red
>
> But if you are in playback mode, it will cancel the playback. Probably
> also some other situations where this fails.
>
> So, is there a 100% sure way to enter main menu?

Hi

You're right ...
 
Unfortunately, if there is a message on the OSD, the red button is not detected 
by the plugin ...I need to find a solution... I can just let you know how to 
solve...
I can implement the stop command in svdrp :-)
 
 Hi, Luca___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Which epg for Sky UK

2013-04-18 Thread lukkinosat
Hi Teemu
 
Have you received my email for testing of LoadEPG?
 
http://lukkinosat.altervista.org/vdr-loadepg-0.2.6.tgz
 
- Add comand STOP to SVDRP interface
- Apply patch for correct timezone
 
Hi, Luca___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Signal problem

2013-06-06 Thread lukkinosat
Are the Italian sky channels with symbol rate 29900? 
 
Hi Luca



Da: ThE-GuRu 
A: vdr@linuxtv.org 
Inviato: Mercoledì 5 Giugno 2013 8:39
Oggetto: [vdr] Signal problem



Hi, i’m trying vdr-2.0.2 with my SkystarHD (not HD2) and in certain channels i 
have a weak signal problem. I’ve tried with kernel driver (I’m using Mint 
14-x64with kernel 3.5.0-17) and also with latest dvb driver but nothing is 
changed. With my old disk Ubuntu 10.04 and vdr 1.7.21 I have no problem, what 
can be the problem???
Bye!
 
P.s.: i’ve also 1 Tevii and Mystique pci card but if i try with HD channels i 
see on tv not the right image but a lot of green square … what can be?
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Signal problem

2013-06-06 Thread lukkinosat
 
Solution for problem signal with module ds3000:
 
git clone git://linuxtv.org/media_build.git
cd media_build 
./build
 
Running build until it starts to compile cc, about 30 seconds, and stop with 
CRTL+C
 
find $PWD -type f -name "ds3000.c"
 
Open file ds3000.c with a editor
 
Search line:
 
if (c->symbol_rate >= 3000)
 
And replace with:
 
if (c->symbol_rate >= 2990)
 
Save file.
 
make clean
make -j 4
make install
reboot
 
 
Hi Luca___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Info on function cSkins::QueueMessage

2007-03-10 Thread lukkinosat
Hello

I make a message with:

cSkins::QueueMessage( mtInfo, "MyMessage", 30, -1 )

and the message is diplayed for 30 seconds.

But if I wish to remove the message before, what I
must make? Exist a function?

Tank, Luca

P.S. Excused me for my english :-)






___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Audio delay on only channel

2007-05-01 Thread lukkinosat
Hello

When I tune this channel 

Canale
5:11919:V:S13.0E:27500:513+129:660=ita,661=ita:577:0:2:272:6000:0

the audio is delayed of 4-6 seconds.
The problem is only for this channel.
With a classic receiver, the problem not exist.

What can be?

Tanks

Hi, Luca



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Audio delay on only channel

2007-05-01 Thread lukkinosat

--- Klaus Schmidinger <[EMAIL PROTECTED]>
> When I switch to that channel, I get an immediate
> picture,
> but it takes a few seconds until the sound appears.
> Once
> there is audio, it is in sync with the video,
> though.
> 
> I'm using a FF FuSi Rev. 1.3 DVB-S card.

Ok, tanks.

I'm using a Nexus 2.1 card.

Hi, Luca



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Audio delay on only channel

2007-05-02 Thread lukkinosat
--- Reinhard Nissl <[EMAIL PROTECTED]>:

> I'm using vdr-xine and VDR-1.4.6 patched with my
> (still unreleased) sync
> early patch.
> 
> Audio and video appear after about a second after
> switching to that
> channel and seem to be in sync from that time on.

I attend to test your patch :-)

Tanks, Luca

Bye


  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Announce: loadepg-0.1.10

2007-06-04 Thread lukkinosat
Hi

Is available the new version of loadepg-0.1.10.

2007-05-31: Version 0.1.10
- Added support to execute external script and to load
epg data file (option SCRIPT, i.e loadepg.conf)
- Added support to load epg data from external files
(option FILE, i.e loadepg.conf)

Download: http://kikko77.altervista.org


Example loadepg.conf
PROVIDER=Sky Italia:11355:V:S13.0E:27500
PROVIDER=Cyfra+:10719:V:S13.0E:27500
PROVIDER=Canal+:12363:V:S19.2E:27500
PROVIDER=Canal Digitaal:12515:H:S19.2E:22000
PROVIDER=Digital+:10847:V:S19.2E:22000
SCRIPT=Execute external
script:/etc/epgdownloader.sh:/tmp/epgdownloader.data
FILE=Load external file:/tmp/other.data

Hello, Luca




  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Announce LoadEPG 0.1.11

2007-07-26 Thread lukkinosat
Hello

On site http://www.kikko77.altervista.org/ in the
section download, is available the new version of
LoadEPG.

History:
2007-07-26: Version 0.1.11
- Fixed for new format epg of Digital+ (S19.2E Spain)

Hello, Luca :-)



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Announce LoadEPG 0.1.11

2007-07-30 Thread lukkinosat
--- Luca Olivetti <[EMAIL PROTECTED]> ha scritto:
> I made a crude hack: I assume that the epg is in
> ISO-8859-15, so if 
> SystemCharacterTable is different than iso-8859-15,
> I call iconv to 
> convert the file in cLoadepgOsd::SaveEpg, just
> before the LoadFile label:
[CUT]

Hi

The epg is ISO-8859-15. I must still try with vdr
version 1.5.x.
As soon as I can I make you to know :-)

Do you speak italian? 

Hello, Luca



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] LoadEPG version 0.1.12

2008-02-14 Thread lukkinosat
Hello

On site http://www.kikko77.altervista.org/ in the
section download, is available the new version of
LoadEPG.

History:
2008-02-08: Version 0.1.12
- Added support for APIVERSION, VDR >= 1.5.x


Hello, Luca :-)


  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] segmentation fault with Skins.QueueMessage

2008-05-18 Thread lukkinosat
Hello

I use the function Skins.QueueMessage from a
background thread.

Example:
Skins.QueueMessage( mtInfo, "TEST", 40 );

I set a time of 40 seconds, but if time watchdog is
less than 40 seconds, vdr exit with a segmentation
fault.

Is this normal? Is possible set a message with a time
greater of time watchdog?

Luca

P.S. Sorry for my English


  ___ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Question device number using dvb-s budget

2008-06-10 Thread lukkinosat
Hello

If I have a DVB-S FF
cDevice::NumDevices return "0"
cDevice::PrimaryDevice->DeviceNumber() return "0"
phisical dvb adapter is "0".

But if I have a DVB-S BUDGET + XINE (or DRX3)
cDevice::NumDevices return "2"
cDevice::PrimaryDevice->DeviceNumber() return "1",
phisical dvb adapter is "0" or "1"?

How do I get the number phisical dvb adapter?

Thank

Luca


  ___ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] LoadEPG 0.2.0

2008-06-24 Thread lukkinosat
Hello

Is available a new version of LoadEPG.
For download: http://lukkinosat.altervista.org/

- Added support for data epg sent to SkyBox receivers (necessary dictionary 
huffman, at moment only for SkyItalia).
- Changed system OSD. Now is used the current skin.
- Added automatic scanning for search of a device available (see setup plugin).
- Added support for tuning with rotor (see setup plugin).
- Added support per APIVERSION, VDR >= 1.6.x and VDR >= 1.7.x

Hi, Luca :-)


  ___ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] LoadEPG 0.2.0

2008-06-25 Thread lukkinosat
> Приветствую, lukkinosat
> 
> is it possible with LoadEPG to update dvb-s2 channels on
> vdr 170 ?
> 
> how your plagin find the EPG - does it use the
> channels.conf or NIT ?

This plugin load EPG data sent to MediaHighWay (Canal+ group) or SkyBox (Sky - 
News Corporation) receivers, or executes external scripts and load EPG data 
from file.

Hi, Luca


  ___ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] LoadEPG plugin version 0.2.3

2010-03-06 Thread lukkinosat
Hello

Is available the version 0.2.3 of the plugin LoadEPG.
The sources is here:

http://lukkinosat.altervista.org


History:
2010-03-01: Version 0.2.3
- Fixed function set data transponder for VDR >= 1.7.13.
  This function is change from "SetSatTransponderData"
  to "SetTransponderData".


Features:
This plugin load EPG data sent to MediaHighWay (Canal+ group)
or SkyBox (Sky Italy and Sky UK) receivers,
or executes external scripts and load EPG data from file.

Hi, Luca

http://vdr-italia.phpbb24.com




  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] LoadEPG plugin version 0.2.3

2010-03-09 Thread lukkinosat
> fix this in loadepg.h
> 
> -#include "../../../libsi/section.h"
> +#include 

Ok, be done :-)

Little information... In Germany there is sky tv? Used the decoder skybox?

Hi, Luca




  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr