PTVM et télécommande Hauppauge ?

Pour toutes les questions sur le fonctionnement de Pouchin TV Mod auxquelles vous n'avez pas trouvé de réponse dans la documentation.
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

PTVM et télécommande Hauppauge ?

Message par chon »

Alors voilà,

je n'arrive pas à faire fonctionner correctement ma télécommande Hauppauge avec PTVM. Ça fonctionnait presque correctement avec PTV 0.3a, mais là... ???

Pour ce faire, j'ai rentré manuellement des correspondances touches de télécommande/Raccourcis dans le fichier "irremote.ini" qui gère tout ça comme je l'ai déjà fait pour d'autres logiciels, mais sans résultat ???

Si quelqu'un a une tite idée de la chose ?

Je joins le page de code de mon ".ini" :

Code : Tout sélectionner

; FGR 11/15/2004 Support firmware V2; 32-bit IR application
; FILEVERSION 2,45,22320,0
; includes support for both Classic black, Silver PVR remote, and new extended Remote
; (extended remote has Music/Videos/Pictures and seperate NAV buttons among others)
; requires ir32.exe, irremote.dll 2.45.22230 or later
; Supports Key Codes 64-127 via RC5 'field' bit
; support latest IR HW on WinTV-USB2, and "IR Blaster" RC5/RC6 receiver

[Remote]
RepeatDelay=3
;Beep = 1           ; Sound for MessageBeep() to make for each Remote Keystroke
;PowerDownSound = 0 ; Sound for MessageBeep() to make when powering down
MenuLoad=1          ; use tray as app launcher


; map RC5 System Codes to button "name" lookup table
; Note: 0 (classic remote) conflicts with standard "philips" TV remotes
[SystemCode]
0=HCWClassic
30=HCWPVR2
31=HCWPVR
; "IR Blaster" HW can support RC6; this is for the MS MCE remote table if desired
;0x800f=MSMCE

; these tables map actual IR scan codes to button "names" on a per system code basis
; Undefined values get the name "CODExx" by default (mostly for debugging)
; Real buttons on a remote should always get a real button name
; Note: some button "names" can only be generated by certain remotes

; Also, note that seemingly similar buttons may have unique names on different remotes
; This is to allow treating them differently based on the remote, and the
; "paradigm" of how they are used.  For example; on old remotes there is a seperate TV
; button, but no GRNPOWER button.  So, on old remotes we treat TV as on/off, where  on PVR
; remote we use the GoMenu function (or RED as On), and the GRNPOWER as Off.

[HCWClassic]
; need to differentiate old '0' from newer remotes; Old 0 was also labled "pause"
0=OLD0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
12=RADIO
13=MUTE
15=TV
16=VOLUP
17=VOLDOWN
30=RESERVED
32=CHNLUP
33=CHNLDOWN
34=SOURCE
38=MINIMIZE
46=FULLSCREEN

[HCWPVR]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
46=GREEN
56=YELLOW
11=RED
41=BLUE
12=FUNC
13=MENU
15=MUTE
16=VOLUP
17=VOLDOWN
32=CHNLUP
33=CHNLDOWN
61=GRNPOWER
31=BACK
37=OK
59=GO
60=FULLSCREEN
55=REC
54=STOP
48=PAUSE
53=PLAY
50=REWIND
52=FASTFWD
30=SKIPFWD
36=SKIPREV

[HCWPVR2]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
46=GREEN
56=YELLOW
11=RED
41=BLUE
13=MENU
15=MUTE
16=VOLUP
17=VOLDOWN
32=CHNLUP
33=CHNLDOWN
61=GRNPOWER
31=BACK
37=OK
59=GO
55=REC
54=STOP
48=PAUSE
53=PLAY
50=REWIND
52=FASTFWD
30=SKIPFWD
36=SKIPREV
;new to hcwpvr2
12=RADIO
28=TVNEW
24=VIDEOS
25=MUSIC
26=PICTURES
27=GUIDE
22=NAVLEFT
23=NAVRIGHT
20=NAVUP
21=NAVDOWN
10=TEXT
14=SUBCC
18=CHNLPREV

[MSMCE]
12=GRNPOWER
23=REC
25=STOP
24=PAUSE
22=PLAY
21=REWIND
20=FASTFWD
26=SKIPFWD
27=REPLAY
13=MCEJEWEL
35=BACK
38=GUIDE
32=NAVLEFT
33=NAVRIGHT
30=NAVUP
31=NAVDOWN
34=OK
37=LIVETV
74=VIDEOS
71=MUSIC
73=PICTURES
80=RADIO
70=TV
14=MUTE
16=VOLUP
17=VOLDOWN
18=CHNLUP
19=CHNLDOWN
36=DVDMENU
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=CLEAR
11=ENTER
78=PRINT
72=RECORDEDTV
28=CAPSLOCK
29=MCE29
128=MCE128
129=MCE129


; First item in this section IS always the default app if no others found
[Applications]
Default=
WinTV Remote=
;Win/TV+=
;Win/TV=
WinTV32=
WinTV32(1)=
WinTV32(2)=
WinTV32(3)=
WinTV32(4)=
WinTV32(5)=
WinTV32(8)=
WinTV32(9)=
WinTV32(10)=
WinTV32(11)=
WinTV32(12)=
FullScreen=
PVRFullScreen=
*task*=
;*suspend*=
EPGdemo=
VTplus=
Create and Receive=
Debug.txt=
hcwGDisplayWindow=
hcwGo=
Windows Media Player=
ActiveMovie Window=
Pouchin TV Mod=


[Default]
GRNPOWER={run(C:\PouchinTVMod\PouchinTVMod.exe)}
OLD0=
0=
1=
2=
3=
4=
5=
6=
7=
8=
9=
SOURCE={switch(*task*)}{shift}{tab}
MINIMIZE=
FULLSCREEN={alt}{space}x
RESERVED=

; close current active window; disabled for now
;GRNPOWER={sys(0xF060)}
;GUIDE={run(epgdemo.exe)}
GO={gomenu()}
;GO={run(hcwGo\hcwGo.exe)}
MENU={switch(*task*)}{shift}{tab}

;;these 3 buttons are not offical yet
RED={close(radio.exe)}{sleep(750)}{run(wintv2k.exe)}
GREEN={close(wintv2k.exe)}{sleep(750)}{run(radio.exe)}
;;YELLOW={close(radio.exe)}{sleep(750)}{run(..\vtplus\vtplus32.exe)}
TEXT={close(radio.exe)}{sleep(750)}{run(..\vtplus\vtplus32.exe)}

;;default mappings to drive apps that use APPCOMMANDS on Win2000/XP
MUTE={app(0x80000)}
CHNLUP={app(0x330000)}
CHNLDOWN={app(0x340000)}
VOLUP={app(0xa0000)}
VOLDOWN={app(0x90000)}
REC={app(0x300000)}
STOP={app(0xd0000)}
PAUSE={app(0x2f0000)}
PLAY={app(0x2e0000)}
REWIND={app(0x320000)}
FASTFWD={app(0x310000)}
SKIPFWD={app(0xb0000)}
SKIPREV={app(0xc0000)}


; built-in IR gomenu()
[WinTV Remote]
OK={enter}
VOLUP={tab}
VOLDOWN={shift}{tab}
BACK={sys(0xF060)}
CHNLUP={shift}{tab}
CHNLDOWN={tab}
FULLSCREEN={enter}
SOURCE={enter}
OK={enter}
GO={enter}
GRNPOWER={esc}
NAVUP={shift}{tab}
NAVDOWN={tab}
NAVLEFT={shift}{tab}
NAVRIGHT={tab}


; external 10ft UI
[hcwGo]
CHNLUP={UP}
CHNLDOWN={DOWN}
VOLUP={RIGHT}
VOLDOWN={LEFT}
FULLSCREEN={enter}
OK={enter}
BACK={BACK}
GRNPOWER={esc}
GO={space}
GREEN={F2}
RED={F3}
NAVUP={UP}
NAVDOWN={DOWN}
NAVLEFT={LEFT}
NAVRIGHT={RIGHT}


[hcwGDisplayWindow]
CHNLUP={home}
CHNLDOWN={end}
VOLUP={pgdn}
VOLDOWN={pgup}
FULLSCREEN={enter}
OK={enter}
BACK={BACK}
GRNPOWER={esc}
GO={space}
NAVUP={home}
NAVDOWN={end}
NAVLEFT={pgup}
NAVRIGHT={pgdn}

;Note: only tested with Windows Media Player 8
[Windows Media Player]
FULLSCREEN={alt}{enter}
BACK={esc}
MUTE={F8}
VOLUP={F10}
VOLDOWN={F9}
CHNLUP={VK_UP}
CHNLDOWN={VK_DN}
NAVUP={VK_UP}
NAVDOWN={VK_DN}
OK={enter}
REC=
STOP={ctrl}s
PAUSE={ctrl}p
PLAY={ctrl}p
REWIND={ctrl}b
FASTFWD={ctrl}f
SKIPFWD={ctrl}{shift}f
SKIPREV={ctrl}{shift}b
1={alt}1
2={alt}2
3={alt}3
YELLOW={ctrl}1
BLUE={ctrl}2
GRNPOWER={alt}{f4}

;Windows Media Player 8 Full Screen
; but "ActiveMovie Window" is terribly generic
[ActiveMovie Window]
FULLSCREEN={alt}{enter}
BACK={esc}
MUTE={F8}
VOLUP={F10}
VOLDOWN={F9}
CHNLUP=
CHNLDOWN=
REC=
STOP={findwnd(,Windows Media Player)}{cmd(32809)}
PAUSE={findwnd(,Windows Media Player)}{cmd(32808)}
PLAY={findwnd(,Windows Media Player)}{cmd(32808)}
REWIND={findwnd(,Windows Media Player)}{cmd(32810)}
FASTFWD={findwnd(,Windows Media Player)}{cmd(32811)}
SKIPFWD={findwnd(,Windows Media Player)}{cmd(32812)}
SKIPREV={findwnd(,Windows Media Player)}{cmd(32813)}
1={alt}1
2={alt}2
3={alt}3
YELLOW={ctrl}1
BLUE={ctrl}2
GRNPOWER={alt}{f4}


[Pouchin TV Mod]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=10
11=11
12=12
13=13
14=14
15=15
16=16
17=17
18=18
MUTE={M}
GRNPOWER={close(C:\PouchinTVMod\PouchinTVMod.exe)}
NAVDOWN=
NAVUP=
NAVRIGHT=
NAVLEFT=
CHNLUP={DOWN}
CHNLDOWN={UP}
VOLUP={+}
VOLDOWN={-}
YELLOW=
GO={space}
OK={enter}
RED=
GREEN=
FASTFWD=
FULLSCREEN=
REWIND=
BACK=
SKIPFWD=
MENU=
PLAY=
SKIPREV=
PAUSE=
STOP=
BLUE=
REC=
FUNC=
TVNEW=
VIDEOS=
MUSIC=
PICTURES=
GUIDE={G}
RADIO=
CHNLPREV=
POWER=
TEXT=
Bon, il y a sans doute beaucoup de ménage à faire là dedans, mais n'étant pas du métier, j'ai préféré m'abstenir.

Si cela évoque des choses à certains ?

Par avance, merci pour votre aide ! :wink:
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
lolo_32
Administrateur du site et développeur
Messages : 527
Enregistré le : 22 juil. 2007, 21:46
Carte Tuner : Hauppauge HVR-1300 et HVR-900, et EyeTV Diversity
Êtes-vous un robot ? : Je ne suis pas un robot
Localisation : Dans le pays du fois gras (Gers)
Contact :

Re: PTVM et télécommande ?

Message par lolo_32 »

J'ai pas encore essayé avec ma télécommande. Je regarde ça ce soir, ou demain :oops:
Émetteur TNT: Toulouse - Pic du Midi
Cartes :
  • Hauppauge HVR-1300
  • HVR-900
  • EyeTV Diversity via les pilotes Pinnacle PCTV Dual DVB-T Diversity Stick (2001e)
Pouchin TV Mod : dernière version compilable et de développement
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Re: PTVM et télécommande ?

Message par chon »

lolo_32 a écrit :J'ai pas encore essayé avec ma télécommande. Je regarde ça ce soir, ou demain :oops:
Merci pour ta réponse ! :wink:

C'est curieux, c'est comme si il n'y avait pas de correspondance Touches/Raccourcis ?
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Re: PTVM et télécommande ?

Message par chon »

Salut à tous !

Bon, j'ai fait quelques tests en modifiant le ".ini", c'est mieux mais pas top encore :

J'ai fait du ménage en ne gardant que les applications [default] et [Pouchin TV Mod]. Curieusement, quand je laisse la ligne "Default=" avant la ligne "Pouchin TV Mod=", la TC ne fonctionne pas du tout dans Pouchin ??

Code : Tout sélectionner

; FGR 11/15/2004 Support firmware V2; 32-bit IR application
; FILEVERSION 2,45,22320,0
; includes support for both Classic black, Silver PVR remote, and new extended Remote
; (extended remote has Music/Videos/Pictures and seperate NAV buttons among others)
; requires ir32.exe, irremote.dll 2.45.22230 or later
; Supports Key Codes 64-127 via RC5 'field' bit
; support latest IR HW on WinTV-USB2, and "IR Blaster" RC5/RC6 receiver

[Remote]
RepeatDelay=3
;Beep = 1           ; Sound for MessageBeep() to make for each Remote Keystroke
;PowerDownSound = 0 ; Sound for MessageBeep() to make when powering down
MenuLoad=1          ; use tray as app launcher


; map RC5 System Codes to button "name" lookup table
; Note: 0 (classic remote) conflicts with standard "philips" TV remotes
[SystemCode]
0=HCWClassic
30=HCWPVR2
31=HCWPVR
; "IR Blaster" HW can support RC6; this is for the MS MCE remote table if desired
;0x800f=MSMCE

; these tables map actual IR scan codes to button "names" on a per system code basis
; Undefined values get the name "CODExx" by default (mostly for debugging)
; Real buttons on a remote should always get a real button name
; Note: some button "names" can only be generated by certain remotes

; Also, note that seemingly similar buttons may have unique names on different remotes
; This is to allow treating them differently based on the remote, and the
; "paradigm" of how they are used.  For example; on old remotes there is a seperate TV
; button, but no GRNPOWER button.  So, on old remotes we treat TV as on/off, where  on PVR
; remote we use the GoMenu function (or RED as On), and the GRNPOWER as Off.

[HCWClassic]
; need to differentiate old '0' from newer remotes; Old 0 was also labled "pause"
0=OLD0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
12=RADIO
13=MUTE
15=TV
16=VOLUP
17=VOLDOWN
30=RESERVED
32=CHNLUP
33=CHNLDOWN
34=SOURCE
38=MINIMIZE
46=FULLSCREEN

[HCWPVR]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
46=GREEN
56=YELLOW
11=RED
41=BLUE
12=FUNC
13=MENU
15=MUTE
16=VOLUP
17=VOLDOWN
32=CHNLUP
33=CHNLDOWN
61=GRNPOWER
31=BACK
37=OK
59=GO
60=FULLSCREEN
55=REC
54=STOP
48=PAUSE
53=PLAY
50=REWIND
52=FASTFWD
30=SKIPFWD
36=SKIPREV

[HCWPVR2]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
46=GREEN
56=YELLOW
11=RED
41=BLUE
13=MENU
15=MUTE
16=VOLUP
17=VOLDOWN
32=CHNLUP
33=CHNLDOWN
61=GRNPOWER
31=BACK
37=OK
59=GO
55=REC
54=STOP
48=PAUSE
53=PLAY
50=REWIND
52=FASTFWD
30=SKIPFWD
36=SKIPREV
;new to hcwpvr2
12=RADIO
28=TVNEW
24=VIDEOS
25=MUSIC
26=PICTURES
27=GUIDE
22=NAVLEFT
23=NAVRIGHT
20=NAVUP
21=NAVDOWN
10=TEXT
14=SUBCC
18=CHNLPREV

[MSMCE]
12=GRNPOWER
23=REC
25=STOP
24=PAUSE
22=PLAY
21=REWIND
20=FASTFWD
26=SKIPFWD
27=REPLAY
13=MCEJEWEL
35=BACK
38=GUIDE
32=NAVLEFT
33=NAVRIGHT
30=NAVUP
31=NAVDOWN
34=OK
37=LIVETV
74=VIDEOS
71=MUSIC
73=PICTURES
80=RADIO
70=TV
14=MUTE
16=VOLUP
17=VOLDOWN
18=CHNLUP
19=CHNLDOWN
36=DVDMENU
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=CLEAR
11=ENTER
78=PRINT
72=RECORDEDTV
28=CAPSLOCK
29=MCE29
128=MCE128
129=MCE129


; First item in this section IS always the default app if no others found
[Applications]
Pouchin TV Mod=
Default=


[Pouchin TV Mod]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=10
11=11
12=12
13=13
14=14
15=15
16=16
17=17
18=18
MUTE=m
GRNPOWER={close(C:\PouchinTVMod\PouchinTVMod.exe)}
NAVDOWN=
NAVUP=
NAVRIGHT=
NAVLEFT=
CHNLUP={DOWN}
CHNLDOWN={UP}
VOLUP={+}
VOLDOWN={-}
YELLOW=
GO={space}
OK={enter}
RED=
GREEN=
FASTFWD=
FULLSCREEN=
REWIND=
BACK=
SKIPFWD=
MENU=
PLAY=
SKIPREV=
PAUSE=
STOP=
BLUE=
REC=
FUNC=
TVNEW=
VIDEOS=
MUSIC=
PICTURES=
GUIDE=g
RADIO=
CHNLPREV=
POWER=
TEXT=


[Default]
GRNPOWER={run(C:\PouchinTVMod\PouchinTVMod.exe)}
OLD0=
0=
1=
2=
3=
4=
5=
6=
7=
8=
9=
SOURCE={switch(*task*)}{shift}{tab}
MINIMIZE=
FULLSCREEN={alt}{space}x
RESERVED=

; close current active window; disabled for now
;GRNPOWER={sys(0xF060)}
;GUIDE={run(epgdemo.exe)}
GO={gomenu()}
;GO={run(hcwGo\hcwGo.exe)}
MENU={switch(*task*)}{shift}{tab}

;;these 3 buttons are not offical yet
RED={close(radio.exe)}{sleep(750)}{run(wintv2k.exe)}
GREEN={close(wintv2k.exe)}{sleep(750)}{run(radio.exe)}
;;YELLOW={close(radio.exe)}{sleep(750)}{run(..\vtplus\vtplus32.exe)}
TEXT={close(radio.exe)}{sleep(750)}{run(..\vtplus\vtplus32.exe)}

;;default mappings to drive apps that use APPCOMMANDS on Win2000/XP
MUTE={app(0x80000)}
CHNLUP={app(0x330000)}
CHNLDOWN={app(0x340000)}
VOLUP={app(0xa0000)}
VOLDOWN={app(0x90000)}
REC={app(0x300000)}
STOP={app(0xd0000)}
PAUSE={app(0x2f0000)}
PLAY={app(0x2e0000)}
REWIND={app(0x320000)}
FASTFWD={app(0x310000)}
SKIPFWD={app(0xb0000)}
SKIPREV={app(0xc0000)}

1. Comme écrit dans "Autre", quand je veux lancer PTVM via la télécommande, le prog se lance mais ne trouve pas sa config ???

2. La fonction "close" ne fonctionne pas.

3. Le changement de chaine fonctionne autant par le n° de la chaine que par le "Up" and "Down".

4. Le réglage du son ne fonctionne pas du tout.

5. La sourdine, le plein écran et l'ouverture du Guide fonctionnent.

Voilà ! Je n'ai pas testé le reste.

Y'a-t-il une anomalie dans le code, une incompatibilité avec PTVM ??

Si cela interpelle quelqu'un et éventuellement me dire ce que je peux encore virer dans le code ? :wink:

Par avance merci.

Bonne journée à tous !
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Message par chon »

Salut à tous !

La suite...

La nouvelle version de Lolo_32 a presque tout résolu (surtout l'ouverture et la fermeture du prog en gardant la config). :wink:

Reste un truc qui fonctionne pas : le réglage du son ??? Là, je sèche !

Si quelqu'un a un bout d'explication...

Extrait du code concernant PTVM :

Code : Tout sélectionner

[Pouchin TV Mod]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=10
11=11
12=12
13=13
14=14
15=15
16=16
17=17
18=18
MUTE=m
GRNPOWER={close(C:\PouchinTVMod\PouchinTVMod.exe)}
NAVDOWN=
NAVUP=
NAVRIGHT=
NAVLEFT=
CHNLUP={DOWN}
CHNLDOWN={UP}
VOLUP={+}
VOLDOWN={-}
YELLOW=
GO={space}
OK={enter}
RED=
GREEN=
FASTFWD=
FULLSCREEN=
REWIND=
BACK=
SKIPFWD=
MENU=
PLAY=
SKIPREV=
PAUSE=
STOP=
BLUE=
REC=
FUNC=
TVNEW=
VIDEOS=
MUSIC=
PICTURES=
GUIDE=g
RADIO=
CHNLPREV=
POWER=
TEXT=
Voilà !

Bonne journée à tous !
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
lolo_32
Administrateur du site et développeur
Messages : 527
Enregistré le : 22 juil. 2007, 21:46
Carte Tuner : Hauppauge HVR-1300 et HVR-900, et EyeTV Diversity
Êtes-vous un robot ? : Je ne suis pas un robot
Localisation : Dans le pays du fois gras (Gers)
Contact :

Message par lolo_32 »

chon a écrit :La nouvelle version de Lolo_32 a presque tout résolu (surtout l'ouverture et la fermeture du prog en gardant la config). :wink:
Je voudrai simplement apporter un rectificatif: je ne suis pas le seul à développer la version... Il n'y a qu'a afficher la fenêtre "À propos..."
Émetteur TNT: Toulouse - Pic du Midi
Cartes :
  • Hauppauge HVR-1300
  • HVR-900
  • EyeTV Diversity via les pilotes Pinnacle PCTV Dual DVB-T Diversity Stick (2001e)
Pouchin TV Mod : dernière version compilable et de développement
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Message par chon »

Oui, pardon à tous !

Je disais donc que la nouvelle version de tous les contributeurs a presque tout résolu... :wink:
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
lolo_32
Administrateur du site et développeur
Messages : 527
Enregistré le : 22 juil. 2007, 21:46
Carte Tuner : Hauppauge HVR-1300 et HVR-900, et EyeTV Diversity
Êtes-vous un robot ? : Je ne suis pas un robot
Localisation : Dans le pays du fois gras (Gers)
Contact :

Message par lolo_32 »

chon a écrit :Oui, pardon à tous !

Je disais donc que la nouvelle version de tous les contributeurs a presque tout résolu... :wink:
:oops: désolé, mais, là, je ne peut pas te renseigner pour le volume. Perso, je dois avoir un pb (La telco ne réagit pas du tout, mais c'est global :( )
Émetteur TNT: Toulouse - Pic du Midi
Cartes :
  • Hauppauge HVR-1300
  • HVR-900
  • EyeTV Diversity via les pilotes Pinnacle PCTV Dual DVB-T Diversity Stick (2001e)
Pouchin TV Mod : dernière version compilable et de développement
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Message par chon »

lolo_32 a écrit : :oops: désolé, mais, là, je ne peut pas te renseigner pour le volume. Perso, je dois avoir un pb (La telco ne réagit pas du tout, mais c'est global :( )
Je m'en sors pas si mal alors dirait-on ?

Sinon, pour le son, est-il compliqué de rajouter d'autres raccourcis dans le pavé non numérique pour test ?
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
bosskev
Messages : 1
Enregistré le : 05 oct. 2007, 18:05

Message par bosskev »

lolo_32 a écrit :
chon a écrit :Oui, pardon à tous !

Je disais donc que la nouvelle version de tous les contributeurs a presque tout résolu... :wink:
:oops: désolé, mais, là, je ne peut pas te renseigner pour le volume. Perso, je dois avoir un pb (La telco ne réagit pas du tout, mais c'est global :( )
essaye donc de mettre tout ça dans la section [Pouchin TV] et pas [Pouchin TV Mod], c'est ce qu'il faut que je fasse pour que ça fonctionne.

En revanche autant le son fonctionnait sous pouchin tv, autant la sous pouchin tv mod, pas moyen d'associer les touches de volumes a + et -, ou tout du moins ça n'agit pas alors que dans le logiciel + et - fonctionne bien
scopy
Messages : 25
Enregistré le : 30 sept. 2007, 14:11

Message par scopy »

chon a écrit :
lolo_32 a écrit :
Sinon, pour le son ..
et en essayant:

VOLUP=+
VOLDOWN=-
scopy
Messages : 25
Enregistré le : 30 sept. 2007, 14:11

Message par scopy »

bon, pour le son de Pouchin TV Mod,
ce n'est pas le + ou - du clavier qu'il faut envoyer,
comme on le ferait avec des 2 lignes du fichier irremote.ini
VOLUP=+
VOLDOWN=-

mais le + ou - du clavier numérique
alors ce serait:
VOLUP={add}
VOLDOWN={subtract}

toujours à essayer hein, sans certitude ...
:wink:
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Message par chon »

Merci pour l'info Scopy ! :wink:

Test dès ce soir !

@Bosskev : à part le son, tout fonctionne chez moi avec [Pouchin TV Mod] dans le irremote.ini...
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
chon
Messages : 36
Enregistré le : 17 août 2007, 08:56

Message par chon »

Bravo et merci à toi Scopy ! :wink:

C'était bien ça l'astuce. J'ai le réglage son via la telco maintenant !
Pentium 4
Win XPSP3
VIDEO : NVidia GeForce FX 5500
AUDIO : Realtek AC'97
Hauppauge Nova-T PCI
Codecs : Intervideo NonCSS Decoders for Hauppauge
Pouchin TV Mod Version 0.4~svn-r112
scopy
Messages : 25
Enregistré le : 30 sept. 2007, 14:11

Message par scopy »

chon a écrit :Bravo et merci à toi Scopy ! :wink:
C'était bien ça l'astuce. J'ai le réglage son via la telco maintenant !
:) :)
Répondre