Re: Rai 4......
Inviato: 18 lug 2008, 16:24
Ora anche su SAT (11766) EPG corrente/successivo 
ciao
zulu

ciao
zulu
Meglio di niente, comunque sui 11766 la risoluzione e' 480x576, mentre sui 10992 e' 704x576, da preferire naturalmente...zulu ha scritto:Ora anche su SAT (11766) EPG corrente/successivo
ciao
zulu
Codice: Seleziona tutto
--- /vdr/vdr-1.4.7/eit.c 2006-10-09 18:14:36.000000000 +0200
+++ /vdr/vdr-1.4.7-rai4/eit.c 2008-07-19 10:24:01.000000000 +0200
@@ -30,11 +30,26 @@
if (!CheckCRCAndParse())
return;
- tChannelID channelID(Source, getOriginalNetworkId(), getTransportStreamId(), getServiceId());
+ int NIDx = getOriginalNetworkId();
+ int TIDx = getTransportStreamId();
+ int SIDx = getServiceId();
+ if( NIDx == 318 && TIDx == 1 && SIDx == 3410 )
+ {
+ // Rai 4 - 10992
+ NIDx = 318;
+ TIDx = 12400;
+ SIDx = 8514;
+ }
+ tChannelID channelID(Source, NIDx, TIDx, SIDx);
cChannel *channel = Channels.GetByChannelID(channelID, true);
if (!channel)
return; // only collect data for known channels
Codice: Seleziona tutto
$ locate *.wav
...
/usr/share/sounds/alsa/Rear_Center.wav
/usr/share/sounds/alsa/Rear_Left.wav
/usr/share/sounds/alsa/Rear_Right.wav
/usr/share/sounds/alsa/Side_Left.wav
/usr/share/sounds/alsa/Side_Right.wav
/usr/share/sounds/ekiga/busytone.wav
/usr/share/sounds/ekiga/dialtone.wav
/usr/share/sounds/ekiga/newmessage.wav
/usr/share/sounds/ekiga/ring.wav
/usr/share/sounds/ekiga/voicemail.wav
/usr/share/sounds/gtk-events/activate.wav
/usr/share/sounds/gtk-events/clicked.wav
...
Evidentemente stai utilizzando una versione obsoleta del pluggo, in quel caso devi aggiungere le righe al file da te citato...ma sarebbe meglio aggiornare...Rubber2 ha scritto:Ciao alez!
Ho provato a ricercarlo ma nulla, non si trova....
Sulla mia linuxbox ho vdr 1.4.7
p.s l'unico file .cache che ho trovato è questo ca.cache
@ragnoragno ha scritto:Evidentemente stai utilizzando una versione obsoleta del pluggo, in quel caso devi aggiungere le righe al file da te citato...ma sarebbe meglio aggiornare...Rubber2 ha scritto:Ciao alez!
Ho provato a ricercarlo ma nulla, non si trova....
Sulla mia linuxbox ho vdr 1.4.7
p.s l'unico file .cache che ho trovato è questo ca.cache
Comunque attualmente funziona solo sui 10992, il 11766 e' OoO
ciao
Per quello c'e' il fix di lukkino sempre in questo thread.Rubber2 ha scritto:Peccato per l'epg
Okkio che qui la risoluzione 480x576...Rubber2 ha scritto:Funge anche sui 11766